Session 'app': Error Installing APK

前端 未结 29 1781
[愿得一人]
[愿得一人] 2020-12-01 02:23

Trying to install app on real device following instructions:- http://developer.android.com/tools/device.html. At end Android Studio giving error:

Session \'a         


        
相关标签:
29条回答
  • 2020-12-01 03:09

    Try using a different version of Gradle(stable version). To summarize:

    • Check your gradle file for debuggable false/true
    • Invalidate caches & restart
    • Check your install location
    • Restart adb
    0 讨论(0)
  • 2020-12-01 03:10

    just press Build button from menu bar and then press build app wait for it finished then press build APK and then run your emulator, it will work

    0 讨论(0)
  • 2020-12-01 03:11

    I fixed my issue, simply by using :

    Build->Clean Project

    then

    Build->Rebuild Project

    0 讨论(0)
  • 2020-12-01 03:11

    Go to avd manager and click on Wipe Data of the device you want to run. Worked for me. The size of device on disk will reduce after wiping the data. I hope it helps someone.

    0 讨论(0)
  • 2020-12-01 03:12

    Uninstall the app, and re-install and it should work!

    0 讨论(0)
  • 2020-12-01 03:13

    Just rebuild and clean project, then run project.

    0 讨论(0)
提交回复
热议问题