Q(question)代表问题,R(reason)代表分析原因,S(solution)代表解决方案
Q:Execution failed for task ':library:http:generateDebugRFile'
A:配置文件有问题,仔细检查下
Q:Program type already present: com.luck.picture.lib.BuildConfig
A:依赖了一个项目同时又添加了一个依赖库
Q: ERROR: Failed to resolve: support-annotations
A: implementation 'com.android.support:support-annotations:25.+'
Q:org.gradle.execution.MultipleBuildFailures: Build completed with 1 failures.
A:秘钥密码输入错误
Q:微信支付:调不起支付,
A:卸载微信,可能是微信缓存原因
Q:完美解决 No IDEA annotations attached to the JDK 1.8 (C:\Program Files\Android\Android Studio\jre)
A:https://blog.csdn.net/zhang5690800/article/details/84291940?locationNum=2&fps=1#commentBox
Q:SDK have not init yet
A:没有依赖上lib文件
依赖aar
repositories {
flatDir {
dirs 'libs', '../app/libs' //第一个libs是主项目的libs,其他module的libs路径需要用逗号隔开../module名/libs
}
}
Q:Session 'app': Install failed.Installation failed Rerun
Q:Waiting for Debugger
A:关机重启
##----
Q:Internal error. Please report to https://code.google.com/p/android/issues
java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.android.tools.idea.AndroidInitialConfigurator'
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:224)
at com.intellij.idea.IdeaApplication.lambda$initApplication$0(IdeaApplication.java:77)
R:今天我动了网络配置,觉得AS启动不了跟这个有关
S:以管理员的身份运行 netsh winsock reset
原文地址: android Studio打开报错 https://code.google.com/p/android/issues 的办法
Q:
1.Android Studio项目,xml中显示代码,项目编码格式有问题,代码错乱、文件错乱 问题
2.xml中提示Unexpected tokens
3.Cannot load settings from file 'H:\Workspace\Android\AS\Work\sttime\MeetYou\.idea\MeetYou.iml': ParseError at [row,col]:[1,1] Message: 前言中不允许有内容。 Please correct the file content
S:
第一步:关闭android studio;
第二步:删除项目的.gradle , .idea , build 三个文件夹;
第三步:然后改项目文件夹名称;
如果改完后运行报错,点击build->clean project ,然后再点击 rebuild project;
参考原文:https://blog.csdn.net/qq_36326992/article/details/89469133
Q:* What went wrong:
Could not create service of type TaskHistoryRepository using TaskExecutionServices.createTaskHistoryRepository().
> Unexpected lock protocol found in lock file. Expected 3, found 0.
S:删除Project Root下.gradle文件夹后Sync Project with Gradle File
Q:No IDEA annotations attached to the JDK 1.8 (C:\Program Files\Android\Android Studio\jre)
E:/Develop/IDE/Android/Android_Studio/sdk1/platforms/android-28/data/annotations.zip!/android/widget/annotations.xml
原文地址:https://www.cnblogs.com/Sharley/p/11076896.html
步骤
1、关闭AS。
2、3、到指定位置重命名文件,添加后缀.bak。
4、重启AS,编译project。