您好,我在 android studio 的所有项目中都遇到了这个问题,我尝试使用“清除项目”和“工具”->“Android”->“使用 Gradle 文件同步项目”。问题仍然存在,你还有什么其他解决方案建议我帮忙。
android.gradle(模块)
android {
compileSdkVersion 21
buildToolsVersion '21.1.2'
defaultConfig {
applicationId "com.example.diego.tpfinal"
minSdkVersion 9
targetSdkVersion 23
versionCode 1
versionName "1.0"
android.gradle(项目)
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the [![Consola de android studio][1]][1]individual module build.gradle files
}
解决方案: 我通过以下视频和 Elena 之前的评论解决了我的问题。 https://www.youtube.com/watch?v=pw4jKsOU7go
无法生成类
R.java
的问题一般是由于资源出错。检查任何表示问题的红色 x 或检查消息。
试试
Clean Project
>Build
,如果这不能解决问题,它肯定会显示问题所在。更新:
您必须检查是否安装了 API 23,并在 Android SDK 管理器中进行验证。
并确保在你的 build.gradle 中有你下载的版本