开发者

Android: Running app using USB Debugging

开发者 https://www.devze.com 2023-03-27 17:37 出处:网络
I\'m trying to get a map app on to my phone. I know you can do this by USB debugging. But ever since I set up the map in the app, it keeps running in the Google API AVD rather than going on the phone.

I'm trying to get a map app on to my phone. I know you can do this by USB debugging. But ever since I set up the map in the app, it keeps running in the Google API AVD rather than going on the phone.

Then, if I ch开发者_运维技巧ange the AVD to 2.1/2.2 it comes up with error in the maps sections because the maps libraries aren't there.

How can I get this solved and get my app onto the phone? thanks!!!


If you're using Eclipse, go to Run > Debug Configurations then select your project name under "Android Application" on the left. Then go to the Targets tab and switch from automatic to manual. This way it will ask you whether you want to use the device or emulator each time you run the app.

0

精彩评论

暂无评论...
验证码 换一张
取 消