更新失败 java.io.FileNotFoundException
update failed java.io.FileNotFoundException
我在更新后将我的 ide 更新到最新版本 我打开了我在更新前工作的项目但是它给出了错误但是当我打开其他项目时没有错误
请帮忙谢谢
update failed for AnAction(com.intellij.execution.ExecutorRegistryImpl$ExecutorAction) with ID=Run
java.io.FileNotFoundException: E:\Android\WhatsApp\app\build\intermediates\apk_ide_redirect_file\debug\..\..\apk\debug\output-metadata.json (The system cannot find the file specified)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
at java.base/java.io.FileReader.<init>(FileReader.java:75)
只需重建项目即可解决
构建 → 重建项目
只需清理项目并进行构建
解决方法:如果您在生成 APK 时遇到此错误,请先清理项目(构建 -> 清理项目)
我在更新后将我的 ide 更新到最新版本 我打开了我在更新前工作的项目但是它给出了错误但是当我打开其他项目时没有错误 请帮忙谢谢
update failed for AnAction(com.intellij.execution.ExecutorRegistryImpl$ExecutorAction) with ID=Run
java.io.FileNotFoundException: E:\Android\WhatsApp\app\build\intermediates\apk_ide_redirect_file\debug\..\..\apk\debug\output-metadata.json (The system cannot find the file specified)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
at java.base/java.io.FileReader.<init>(FileReader.java:75)
只需重建项目即可解决 构建 → 重建项目
只需清理项目并进行构建
解决方法:如果您在生成 APK 时遇到此错误,请先清理项目(构建 -> 清理项目)