Android Studio: “Waiting for device.” Trying to run app on phone

前端 未结 10 2150
死守一世寂寞
死守一世寂寞 2020-12-28 14:58

I\'m attempting to transition from Eclipse to Android Studio today. I generated the Gradle build files in Eclipse and imported into Android Studio. I changed my preferences

10条回答
  •  梦毁少年i
    2020-12-28 15:37

    this also help me some times :

    adb kill-server 
    adb start-server
    

    and phone or emulator is reconnected to adb

提交回复
热议问题