开发者

Speeding the Android edit-debug cycle

开发者 https://www.devze.com 2023-01-08 14:01 出处:网络
Developing applications for Android in Eclipse, press F11 to run the program in the emulator. However, this means waitin开发者_如何学Pythong for the emulator to bootup (and then unlocking the emulato

Developing applications for Android in Eclipse, press F11 to run the program in the emulator.

However, this means waitin开发者_如何学Pythong for the emulator to bootup (and then unlocking the emulator's screen) each time you want to test changes to your program. Is there any way around this delay?


OJW

Are you closing the emulator after you test the app?

If you leave it running and then start your application from Eclipse again it will re-deploy and start (and avoid the overhead of starting the emulator).

You can also stop the application from the emulator perspective in eclipse before re-starting it.

-- Frank


If you have a physical device, you can use it instead of the emulator, it's much faster.

0

精彩评论

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

关注公众号