2017-04-20 73 views

回答

0

您正在使用錯誤的build.gradle文件。

在您的頂級文件中,您無法定義android塊。

只需在模塊/ build.Gradle文件中移動此部分即可。

android { 
compileSdkVersion 17 
buildToolsVersion '23.0.0' 
} 
dependencies { 
compile files('app/libs/junit-4.12-JavaDoc.jar') 
} 
apply plugin: 'maven' 
+0

沒有模塊目錄 –

相關問題