Running phonegap on device - no device found

前端 未结 14 1858
孤独总比滥情好
孤独总比滥情好 2021-01-30 02:27

I am trying to run an app that I made in phonegap on my device, connected with USB.

-> phonegap run android
[phonegap] detecting Android SDK environment...
[p         


        
14条回答
  •  没有蜡笔的小新
    2021-01-30 02:57

    Finally I solved this problem with two ways and I just want to share my experience with you.

    1. I have done all above mentioned and also other ways but it didnt work. So I have deleted all my Virtual Device from Android Studio, then :

    cordova run android --device

    1. I have opened Cordova project into Android Studio then I was able to see connected device, so it worked well

提交回复
热议问题