Android studio: debug application on device

后端 未结 9 1527
太阳男子
太阳男子 2020-12-10 10:45

I have difficulties with with debugging at Android Studio. After trying to launch application in debug mode device show alert with \"Waiting For Debugger\" title that never

9条回答
  •  情书的邮戳
    2020-12-10 11:34

    Remove those lines related to debugging. When you launch an application from Android Studio it is signed with a debug key. Any debugging information you need can be viewed in logcat from Android Studio. Also make sure you are running the latest version (help -> check for updates) I think that's where its at.

提交回复
热议问题