Android ADT - Disable “use same device for future launches”

吃可爱长大的小学妹 提交于 2020-01-13 08:36:24

问题


How can I uncheck the "use same device for future launches"?


回答1:


Right click on your project, and go to Run As -> Run Configurations.

Then, under Android Application -> (Your Project), go to the Target tab, and check the first radio option Always prompt to pick device.




回答2:


In Android Studio: Menu Run -> Edit Configurations

and here in app tab uncheck "Use same device for future launches"




回答3:


Bottom line: my ADT on Mac environment has some sort of a bug.

Edit: This "bug" is fixed on OSX Yosemite and Eclipse Luna




回答4:


If you are using eclipse JUNO, exit from eclipse and it will be disabled. When you run eclipse again, and debug your project, you will prompted again for pick device and you can select another device.



来源:https://stackoverflow.com/questions/21973001/android-adt-disable-use-same-device-for-future-launches

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!