开发者

Is there a way to run two apps being develped for android to run simultaneously from eclipse

开发者 https://www.devze.com 2023-03-13 07:29 出处:网络
Hi I have developed two android apps (still in development stage though). One uses GPS a开发者_如何学JAVAnd varies the time between two GPS locks. While the other is a battery app that logs the values

Hi I have developed two android apps (still in development stage though). One uses GPS a开发者_如何学JAVAnd varies the time between two GPS locks. While the other is a battery app that logs the values. I want to install both on my device via eclipse. The problem is i can only do one at a time. Please help.


You can just install them on your device and then run them not using Eclipse.


Do you mean on a phone or emulator. In emulator your apps will remain installed. Just do a solo run of the emulator and then check out the menu of the phone in the emulator you will be able to find both of your apps and remember to uncheck the option of WIPE USER DATA when you are creating an emulator

and If you want to test them in a phone then you need to export then using the export option and then generate APK's and then install in your phone and check them out .

0

精彩评论

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