I need to test an android application on FullHD resolution screen (1920x1080). I've tried different Android SDK versions: 2.1, 2.2, 3.0 with no luck. Every time I try to start an emulator with the resolution being set, it just hangs and shows a black screen permanently. Does anyone have an idea how to test an application on 1920x1080?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I tried the setting of resolution 1920x1080. The DDMS show that the underlying bootstrap module tries to start the system again and again. However, every time the system tries to initialize something related to graphics hardware, is crashes.
Which comes along with a mass of memory leak messages.
As a result, such a setting causes memory leak, just try other resolutions. For more discussion, refer to making android emulator work for 1600x1200. |
|||||||||||
|
|
Use AndroVM http://androvm.org/blog/ It's a lot faster because of android-x86 and even supports many resolution above 1920X1080 |
|||
|
|