Unable to test app after upgrading to Lollipop

前端 未结 11 805
执笔经年
执笔经年 2020-12-13 12:11

I am using Android Studio to develop my apps.

Since I upgraded my HTC One M8 to Lollipop, I can not use it to test my apps by \"Run app\" in Android Studio. I get

11条回答
  •  醉话见心
    2020-12-13 12:54

    This solution worked for me, you may give it a try.

    Add adb path to System Environment Variables (I'm using windows 8)
    Ex: my path is "C:\Users\xxx\AppData\Local\Android\sdk\platform-tools"
    Dont forget to reboot your system to take the effect!

    About how to set the path and environment variables in Windows >> here

提交回复
热议问题