Error:Execution failed for task ‘:app:processDebugManifest’.
摘要:解决: 在 app 目录下的 build.gradle 中,修改 com.android.support 库的版本号一致,如: 修改前:
阅读全文
posted @
2017-09-19 01:28
網絡蛀蟲
阅读(318)
推荐(0)
The newly created daemon process has a different context than expected
摘要:第一次用gradle也是第一次接触android项目,用svn导入项目结果出现了这样的错误,捣鼓了半天才找出原因,我遇到这个问题是因为我装了两个Java sdk 1.7和1.8 都在D盘 解决方案:在gradle.properties文件中加入org.gradle.java.home=D\:\\Ja
阅读全文
posted @
2017-09-16 23:57
網絡蛀蟲
阅读(618)
推荐(0)