简体   繁体   中英

Emulator hangs after running the android program

I am trying to run application on android emulator. The application showing list-view with images. When i am trying to run the application it launches well on emulator without any warning or error if i keep emulator idle for 1-2min it gets hang. It stop responding completely. Evert time i need to start it manually then i can run application again.

I am not getting where i am getting wrong, why my emulator gets hang.

And i am facing one more problem i set minSdkVersion="8" and targetSdkVersion="16" but when i run it on below API level 16 emulators the application appears in black and white color.

Can any one guide me for this.

Any help is highly appreciated.

Thanks in advance.

First question:

Try creating a new emulator, try restarting eclipse, lastly try updating all of your ADT and SDK. Lastly, try turning your computer off and on again.

Second question:

Set a theme in your manifest. If you don't set a theme it will default to the API level default. The holo theme was introduced in Honeycomb, so everything below honeycomb will usually look a lot different.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM