Home > Enterprise >  File not found exeption Android studio
File not found exeption Android studio

Time:03-11

I am new to coding and I am making a app for a subjet in school, but a error just appeared and I dont know what to do:

Here is the error:

update failed for AnAction(com.intellij.execution.ExecutorRegistryImpl$ExecutorAction) with ID=Run java.io.FileNotFoundException: C:\Users\cynav\AndroidStudioProjects\TheAlarm\app\build\intermediates\apk_ide_redirect_file\debug....\apk\debug\output-metadata.json

It says that it doesn´t finds a file, but the file its still there and also, I am using kotlin but there seems to be some thing of java or I dont know.

CodePudding user response:

Just click on Build -> Clean Project

CodePudding user response:

first sync gradle

enter image description here

then clean project

enter image description here

if not work ask clearly and share your code or screenshot

CodePudding user response:

delete output-metadata.json and try to build app (.apk) again
  • Related