Here in the finder window you can see that the app-debug.apk file is there but then the event log says that it is missing??
Asked
Active
Viewed 50 times
-3
-
clean & rebuild your project – PriyankaChauhan Sep 23 '16 at 07:41
-
what....why?? should I is there any other way out?? – Prateek Mahesh Sep 23 '16 at 07:43
1 Answers
0
For these types of issues you can often fix them by using (File --> Invalidate catches / Restart)
If it still does not work you can try deleting the apk folder, it will regenerate when you rebuild the app.
if this still does not work you may have to try reinstalling android studio.

Just_someone
- 1,293
- 1
- 11
- 13
-
-
i gave you 3 options what one doesnt work and what is the error, be more spesific so i can help – Just_someone Sep 26 '16 at 07:07
-
I just answered my own question.....Basically my app name was "Help&About", so the & was not allowed and that was the mistake :) – Prateek Mahesh Sep 28 '16 at 15:07
-