开发者

Speeding the Android edit-debug cycle

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜