debug:在Android 1.0中找不到文件

时间:2014-12-12 19:37:29

标签: android debugging

今天我更新到Android Studio v 1.0,并且在尝试编译任何项目时遇到以下错误。

.... \ app \ build \ intermediates \ classes \ debug:找不到文件

问题是在更新之前我没有遇到任何问题。这是我实际尝试编译的代码。

build.grade

    apply plugin: 'com.android.application'

android {
    compileSdkVersion 20
    buildToolsVersion "21.1.2"

    defaultConfig {
        applicationId "razvitrance.testnavdrawerplz"
        minSdkVersion 16
        targetSdkVersion 20
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:support-v13:21.0.3'
}

build.gradle(用于项目)

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.0.0'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
    }
}

活动代码是一个简单的导航抽屉。 谢谢你的帮助。

这是我得到的错误。 Error after 1.0 update

http://gyazo.com/bdf375a160b1662ce4eb0d4e9aed8f30

2 个答案:

答案 0 :(得分:1)

检查thisthis个答案。

通常,您需要删除 grandle 文件,让Android Studio生成它认为正确的文件,因为在给定的帖子中提到了它。当我升级到更新的版本并解决了我的问题时,也发生在我身上。

答案 1 :(得分:0)

似乎Android Studio无法识别路径中的非字母数字符号(例如西里尔字母)。我有同样的问题,它是通过在其路径中不包含西里尔符号的另一个文件夹中创建项目来解决的。在你的情况下,它可能是#'#'发生麻烦的同义词