Android
后天吃什么
呜啦啦啦啦啦
展开
-
【Android Studio】Gradle sync failed: Failed to open zip file
问题及现象Gradle sync failed: Failed to open zip file.Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)Re-download dependencies and sync project (requires network)按照提示重新下载也无法恢复正常,一直陷入无法下载死循环解决可以使用windows原创 2020-10-28 15:56:44 · 564 阅读 · 0 评论 -
【Android】ABIs [armeabi] are not supported for platform.[已解决]
问题编译一个内部录音工程的时候,发现提示以下问题:ABIs [armeabi] are not supported for platform. Supported ABIs are [arm64-v8a, armeabi-v7a, x86, x86_64].问题原因当前(20200702)NDK基本为20甚至21版本,而根据Android官网AndroidABIs页面提示,从v17开始就不再支持armeabi、mips等架构Note: Historically the NDK supporte原创 2020-07-02 12:44:19 · 2236 阅读 · 1 评论 -
【AndroidStudio】connection refuse
Android Studio:3.6.2Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:1080 [/127.0.0.1] failed: Connection refused: connect代理ok,可以访问android.com,每次都是这个错误,后来注意到,它显示的代理地...原创 2020-04-13 15:09:00 · 3465 阅读 · 0 评论 -
【Android Studio】Gradle版本
android studio version/android gradle Plugin versionGradle versioncom.android.tools.build:gradledistributionUrl= https://services.gradle.org/distributions/gradle1.0.0 - 1.1.32.2.1 - 2.3...原创 2019-07-10 17:19:26 · 177 阅读 · 0 评论 -
ADB:INSTALL_FAILED_UPDATE_INCOMPATIBLE【已解决】
安装遇到这个adb: failed to install xxxxxxx.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.xxx.xxxx signatures do not match the previously installed version; ignoring!]谷一下发现处理方法很简单:卸载同包名的...原创 2019-07-10 16:18:56 · 8521 阅读 · 1 评论 -
Android:onSaveInstanceState
在使用onSaveInstanceState(Bundle outState, PersistableBundle outPersistentState)过程中,发现传入的值在横屏切竖屏,或竖屏切横屏时均没有正确传过去。重写的方法如下: @Override public void onSaveInstanceState(Bundle outState, PersistableBun...原创 2019-06-17 15:15:55 · 329 阅读 · 0 评论 -
Android:Duplicate class inxmlbeans-2.6.0.jar【已解决】
Time:2019年5月28日Android Studio:3.4.1还是在瞅easyExcel的时候,出现Duplicate class...found in modules xmlbeans-2.6.0.jar (org.apache.xmlbeans:xmlbeans:2.6.0) and xmlbeans-2.6.0.jar (org.apache.xmlbeans:xmlbeans:...原创 2019-05-29 15:05:37 · 6448 阅读 · 5 评论 -
Lombok:使用@Builder注解,无法调用builder()方法
文章目录VSCodeAndroid Studio在学习easyExcel( JAVA葵花宝典推送的犬小哈《惊了!7 行代码优雅地实现 Excel 文件导出功能?》)过程中,看到用了lombok。添加lombok依赖,增加注解,已显示对lombok的引用,但在调用builder方法时依旧显示未定义该方法。经过搜啊搜,发现intellij系列(包括AndroidStudio在内)需要安装对应的lom...原创 2019-05-28 10:21:18 · 9408 阅读 · 1 评论 -
AndroidStudio:Annotation processors must be explicitly declared now.【已解决】
Time:2019年5月27日Android Studio:3.4.1文章目录问题解决问题在导入lombok依赖时,遇到以下问题:Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain ...原创 2019-05-27 17:39:38 · 4181 阅读 · 1 评论 -
Android:Could not GET xxxx Received status code 500 from server: Internal Privoxy Error【已解决】
Time:20190517Android Studio 3.4.1导入项目后提示Could not HEAD 'http://maven.aliyun.com/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom'. R...原创 2019-05-17 22:41:44 · 1715 阅读 · 0 评论 -
Android:ADB各类错误
文章目录need APK file on command lineFailure[INSTALL_FAILED_SHARED_USER_INCOMPATIBLE]Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]Failure [INSTALL_FAILED_INVALID_URI]Failure [INSTALL_FAILED_TEST_ONLY]Failu...原创 2019-04-22 16:49:13 · 11631 阅读 · 0 评论 -
【Android Studio】keystore创建
文章目录keystore创建keystore运行设置keystore创建keystore运行设置设置以下内容,并两者关联才可以sourceFire目录如果是.文件名,则是keystore在项目目录下module的build.gradle文件,android下存在以下类似内容 buildTypes { release { mini...原创 2020-03-04 17:35:34 · 132 阅读 · 0 评论 -
ADB:adb问题
missing port in specificationmissing port in specification:tcp:xxx.xxx.xxx.xxx解决方法:使用adb connect xxx.xxx.xxx.xxx:port(如adb connect 192.168.16.233:666)指定另外一个端口去连接,有时还会提示该错误,记得看测试机是否有允许调试的弹窗。原因:有可...原创 2019-03-19 19:16:06 · 876 阅读 · 0 评论 -
AndroidStudio项目创建问题
增加libs或jniLibs目录在Module的build.gradle文件的 android 内添加以下内容:sourceSets { main { jniLibs.srcDirs = ['libs'] }}更改后会提示syns now,也可以自行build原创 2017-12-12 15:49:49 · 444 阅读 · 0 评论 -
AndroidStudio项目导入问题
不定期更新1. 还是万恶的打开项目就出错,这个可爱的Error模样use embedded JDK(recommended) Download JDK 8Select a JDK from the File System解决方法: 1. 升级到JDK8 2. 点击 Select a JDK from the File System或者点击File选择other se原创 2017-03-03 12:02:03 · 1800 阅读 · 0 评论 -
keystore相关问题
1. 密钥库文件不存在: debug.keystoreD:\ASProject\******>keytool -v -list -keystore debug.keystorekeytool 错误: java.lang.Exception: 密钥库文件不存在: debug.keystorejava.lang.Exception: 密钥库文件不存在: debug.keystore原创 2018-01-18 12:10:29 · 1568 阅读 · 0 评论 -
使用小米手机测试应用遇到的问题(小米4C/6)
使用AndroidStudio2.3安装应用出错Time:20170420 错误信息:DELETE_FAILED_INTERNAL_ERROR 解决方法:关闭开发者选项中的MIUI优化并重启。重启后前两次安装也会报错,但清理了缓存垃圾之后安装成功。使用Eclipse安装应用出错Time:20170421 错误信息:Installation error:INSTALL_FAILED_VERSIO原创 2017-04-21 10:59:20 · 975 阅读 · 0 评论