我从git存储库中提取了一些最近的更改,然后突然, Android Studio抛出R.java的令牌未找到错误.我在Android Studio中打了“ Make Project”,以为新的版本可以解决这些错误,但我却得到了:
Information:Compilation completed with 2 errors and 0 warnings in 5 sec
Information:2 errors
Information:0 warnings
Error:Gradle:
FAILURE: Could not determine which tasks to execute.
* What went wrong:
Task 'assembleDebug' not found in root project 'project'.
* Try:
Run gradle tasks to get a list of available tasks.
Error:Could not execute build using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'.
它不会编译的事实解释了R.java的问题,但是我对Gradle遇到的问题感到困惑.有什么帮助吗?
[编辑:]我启动了Linux,发现它没有相同的问题.我还注意到在项目属性下,在Windows中没有链接的Gradle项目,但是在Linux中,该项目被列为链接的项目.不幸的是,Android Studio显然没有this tool来帮助我解决问题,仅在IntelliJ中有效.