【发布时间】:2014-12-12 19:47:43
【问题描述】:
我刚刚从 android studio 0.9 更新到 1.0,现在当我尝试运行我的应用程序时,一切顺利,直到它询问“选择设备”,然后我选择我的注释 4,然后发出错误“本地路径不不存在。”
我使用的是 64 位窗口
还点击了“将项目与 Gradle 文件同步”。问题依旧!
应用:
Waiting for device.
Target device: samsung-sm_...
Uploading file
local path: C:\MyApp\app\build\intermediates\classes\debug\app.apk
remote path: /data/local/tmp/com.example.MyApp
Local path doesn't exist.
错误日志:
11:32:40 AM Gradle build finished in 5 sec
11:32:43 AM Unexpected Error
Local path doesn't exist.
Local path doesn't exist.
The project may need to be synced with Gradle files.
Sync Project with Gradle files
【问题讨论】:
标签: android gradle android-studio