生成apk失败:系统找不到指定的路径

时间:2015-11-19 07:19:20

标签: java android

我已经在android studio上完成了应用程序,一切正常但在尝试生成apk时,它不会工作

错误说明:

Error:Execution failed for task ':thingNote:proguardRelease'.
> java.io.FileNotFoundException: E:\Kerja\percobaan\Omni-Notes-5.1.0\thingNote\..\bin\seeds.txt (The system cannot find the path specified)
你可以帮我解决一下吗?

1 个答案:

答案 0 :(得分:1)

检查你的gradle文件,如果有minifyEnabled,则在app.gradle文件中将其更改为minifyEnabled false。

然后告诉我。也尝试更改apk的目录,我的意思是尝试更改apk在构建后要保存的根目录。