skip to Main Content

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:UserscynavAndroidStudioProjectsTheAlarmappbuildintermediatesapk_ide_redirect_filedebug….apkdebugoutput-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.

3

Answers


  1. Just click on Build -> Clean Project

    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
  3. Delete output-metadata.json and try to build app (.apk) again

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search