Session 'app': Error Installing APK

前端 未结 29 1780
[愿得一人]
[愿得一人] 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 02:56

    I fix this by delete the build folder then run project again

    0 讨论(0)
  • 2020-12-01 02:56

    I changed my USB port and that fixed it for me.

    0 讨论(0)
  • 2020-12-01 02:57

    It was written above: in my case it was just out of memory on device storage. Add more empty space - and error will disappear

    0 讨论(0)
  • 2020-12-01 02:58

    My problem was that I didn't accept the connection from the computer after turning on remote debugging. Once I accept the mac address, it went away. Silly mistake, but I didn't see the dialog box the first time. Worth a quick check if the others don't resolve the issue. But likely only a problem the first time you set up a phone.

    0 讨论(0)
  • 2020-12-01 02:59

    Try to remove the .idea folder and .gradle folder, then click Sync Project with Gradle Files, when the process finished, try to run app again.

    Hope it works.

    0 讨论(0)
  • 2020-12-01 02:59

    Usage of easily changing variable value will often happen in build.gradle(like the Date)

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