Android Studio Stuck on “Installing APK”

前端 未结 23 3148
被撕碎了的回忆
被撕碎了的回忆 2020-12-08 06:13

Android Studio no longer seems to be detecting when an app has installed on a target device and opened. It gets stuck on \"Installing APK\" and the progress bar is empty. Th

相关标签:
23条回答
  • 2020-12-08 06:59

    I found a solution that works for me. In Developer Options turn off "Monitor apps installed by ADB".

    screenshot

    0 讨论(0)
  • 2020-12-08 06:59

    I had this same problem. I solved it by revoking USB Debugging Authorizations and then re-enabling USB Debugging on my chosen device(s).

    Edit: Cleaning my project also helped with solving this problem.

    0 讨论(0)
  • 2020-12-08 07:00

    I tried rebooting my phone and it worked.

    0 讨论(0)
  • 2020-12-08 07:02

    Recently, I was facing the same issue when I have updated My Device (MI A1) OS from Android Oreo(8.0) to Android Pie(9.0),

    Solution: Go to the Settings > Developer options > Now click on > Revoke USB debugging authorisations.

    It will disable/remove developer options from your device, Now restart your device once and then you just need to re-enable your developer options and that all you need to do, Enjoy Developing on Pie.

    Hope this will help you as well.. :)

    0 讨论(0)
  • 2020-12-08 07:02

    Check following in your project

    • build-gradle plugin version in project level build.gradle file
    • gradle version in gradle-wrapper.properties file
    • buildToolsVersion
    0 讨论(0)
提交回复
热议问题