Session 'app': Error Installing APK

前端 未结 29 1779
[愿得一人]
[愿得一人] 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

提交回复
热议问题