【问题标题】:Local path doesn't exist...and apk file is not generating [duplicate]本地路径不存在...并且 apk 文件未生成 [重复]
【发布时间】:2016-05-31 19:30:37
【问题描述】:

当我在连接的设备上运行应用程序时,选择设备后显示意外错误,本地路径不存在。

【问题讨论】:

  • 清理并重建它!!!
  • 我做了,没用

标签: android


【解决方案1】:

在 build.gradle 中检查 gradle 是否更新到最新版本。

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

之后清理并重建您的项目。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-05-28
    • 2012-09-03
    • 2014-09-12
    • 2021-10-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多