Emulating an Android device FULL HD (1920 Γ— 1080). Does the high-resolution honeycomb grill work?

Can the current Android release run on a full hd device / emulator. I tried to set the emulator resolution to 1920x1080, but it does not work. The emulator window will open, but the android will not start the download. Actually nothing is higher than HD ready (1280 Γ— 720).

I read this old stream making-android-emulator-work-for-1600x1200 that "gingerbread cookies, the maximum resolution will be 1280 Γ— 760." I did not find anything similar on the Android site, plus Honeycomb was released at the same time. Is it true that we cannot test Android applications on 1920x1080 screens?

If possible, how can this be done. I also tried using android x86 in a virtual box and has the same permission limit. Although the Google TV add-in supports FULL HD, it does not support the NDK that I need.

+6
source share
2 answers

As you can see in this SO post, the emulator cannot handle this permission. I tried this with my modern & sdk emulator, the problem still exists.

With Android x86 and Virtualbox, you can increase the resolution. When I set uvesa_mode to 1920x1080, but the running VM only worked on 1580x1080.

0
source

Use AndroVM http://androvm.org/blog/

It is much faster and even supports a lot of resolution above 1920X1080

+1
source

Source: https://habr.com/ru/post/897614/


All Articles