Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio App only Debug-Mode

I'm trying to program my own App in Android Studio. If I run the App in Debug mode, everything works fine. But If I start the App in "run-mode", I'll get the dialoge: "Waiting for Debugger..." and nothing happen. Even when I start the app from my Android-menu without a computer connection.

like image 436
MFC_Starter Avatar asked Jun 30 '16 18:06

MFC_Starter


2 Answers

This should do the trick

Make sure your java files don't have any break points and Restart the device

otherwise

right click on project--> Run as --> Android application

hope this helps :)

like image 142
Mr.7 Avatar answered Sep 27 '22 19:09

Mr.7


  1. Close your phone emulator
  2. Start "AVD Manager"
  3. Click on the down arrow on the right of your listed emulator
  4. Click on "Cold Boot Now"
like image 26
Roman Avatar answered Sep 27 '22 19:09

Roman