Not Able To Debug App In Android Studio

前端 未结 30 2591
小蘑菇
小蘑菇 2020-12-01 02:30

I am making an app in Android Studio, now trying to debug it through adb. When I click on the word Android and the logo on the bottom bar, logcat comes up and recognizes my

30条回答
  •  时光取名叫无心
    2020-12-01 03:04

    This occasionally happens to me and I have yet to figure out why. None of the already posted solutions have worked for me. The only thing that works for me is to:

    1. Uninstall application from device.
    2. Clean Project. "Build -> Clean Project."
    3. Rebuild and install.

提交回复
热议问题