Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

app-debug.apk does not exist on disk. Error while Installing APK

Tags:

android

apk

Hello everyone trying to launch my app (which has always worked until today !!!) continues to present this error:

The APK file C:\Users\User\Documents\App 0.0\Dooale\app\build\outputs\apk\debug\app-debug.apk does not exist on disk. Error while Installing APK

I tried to verify on my PC in the indicated path: C: \ Users \ User \ Documents \ App 0.0 \ Dooale \ app \ build \ outputs \ and actually does not exist !!! In outputs there is only log !!! How is it possible? What can I do?

Thank you all

like image 1000
Andrea Avatar asked Mar 31 '26 23:03

Andrea


1 Answers

I managed to solve these simple steps:

1 - I went to the android studio on Build -> Clean Project       After waiting for it to end. 2 - I'm back on Build -> Rebuild Project

3 - I resynchronized with Gradle.

With these simple steps I managed to solve !!!

like image 88
Andrea Avatar answered Apr 03 '26 16:04

Andrea