Performance problems testing simple Android App
I've sucessfully deployed my an android app from intelliJ to Android Emulator. Im on a Macbook Pro labtop whihc runs Intellij quite happily but the emulator takes forever to start and consumes most of the cpu, so I have two questions.
1. Do I have the emualator incorrectly configured, is there an alternative settng I should be using.
2. Do I have to restart the emulator every time I want to deploy my app to it, or can I deploy to an already existing emulator
请先登录再写评论。
The startup of the emulator does take some time, but yes you can leave the Emulator open and deploy it it multiple times.
Under Run > Edit Configurations I have:
Ensure you are not closing down the emulator between runs also.
Hello, Paul
IDEA deploys and launches application on any compatible running emulator / real device. If threre is no such emulators/real devices, IDEA starts a new emulator. Also, you can choose target device manually by choosing "Choose target device manually" in Android run configuration settings.
Thanks, Ive moved from 3.1 emukator to a 2.3 emulator and that does seem to be running alot quicker