以下的每一个问题都是我在开发中遇到的!关于内容我会在从业期间内,不断去完善~
-
- 编写期间问题
- 编译期间问题
-
- 1.transformDexArchiveWithExternalLibsDexMergerForDebug(jar包引用冲突)
- 2.Installation failed with message -99(缓存问题)
- 3.编译提示警告xx已过时 (屏蔽警告)
- 4.Error:注: 某些输入文件使用或覆盖了已过时的 API
- 5.找不到cache.properties (系统找不到指定的文件)
- 6.代码混淆之后,在编译期报出警告信息
- 7.All packages are not available for download(构建错误)
- 8.As 版本升级到3.0之后编辑出现 enableAapt2 问题
- 9.1 无法正常打包apk - app:transformClassesAndResourcesWithProguardForRelease(打包apk)
- 9.2 无法正常打包apk - Error:Execution failed for task ':app:lintVitalRelease(打包apk)
- 10.编译版本问题 Error:com.android.dex.DexException: Multiple dex files define Landroid/suppo
- 11.Android的targetSdkVersion版本为28,网络请求(http)出现问题,编译无法通过 ,报错 java.net.UnknownServiceException
- 12.app那块显示一个红叉,无法直接launch app 报出:default activity not found ,可以build工程产生apk文件,但是不能用studio直接launch app
- 13.项目在运行到设备时 报出:Error while Launching activity(安装包数据未清除干净)
- 14.Gradle error : Write access is allowed from event dispatch thread only in android studio(jdk原因)
- 15.Run Configuration Error: Broken configuration due to unavailable plugin or ...(插件方面)
- 16.Gradle project sync failed. Basic functionality (eg. editing, debugging) will not work properly(Gradle同步)
- 17.Caused by: java.lang.AssertionError: Already disposed: Module: ...(配置冲突)
- 18.Build completed with 1 error and 0 warnings in 2 s 113 ms(JDK方面)
- 调试阶段问题
-
- 1.vivo手机调试出现"INSTALL_FAILED_TEST_ONLY"
- 2.小米手机调试出现"INSTALL_CANCELED_BY_USER"
- 3.Source code does not match the bytecode警告
- 4.WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
- 5.com.android.builder.internal.aapt.v2.Aapt2Exception: AAPT2 error: check logs for details(生成签名apk时报错)
编写期间问题
1.As自带代码提示功能无法使用,不进行任何提示
-
如果设置正确且这里为打钩状态,那么取消打钩!然后去试一试吧,应该没问题了
2.设置文件为仅读 or 正常状态
- 出现问题 (当设置为仅读状态,我们去编辑代码就会出现报错)
解决方式:
-
设置方式(设置为仅读状态)