Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emulating a FULL HD(1920×1080) android device. Max resolution honeycomb runs on?

Can the current android release run on a full hd device/ emulator. I tried setting the emulator resolution to 1920x1080 but it doesn't work. The emulator window opens but android doesn't begin booting. Actually nothing higher than HD ready(1280 × 720) works.

I have read this old thread making-android-emulator-work-for-1600x1200 that "gingerbread, maximum resolution will be 1280×760". I haven't found anything like this on the android site, plus there been Honeycomb release in the mean time. Is it true that we can't test android apps for 1920x1080 screens?

If it's possible how can it be done. I've also tried android x86 in a virtual box and it has the same resolution limitation. While the Google TV add-on supports FULL HD resolution it doesn't support NDK which I need.

like image 372
bodibbi Avatar asked Sep 19 '11 14:09

bodibbi


1 Answers

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

It's much faster and even supports many resolution above 1920X1080

like image 153
bmkay Avatar answered Nov 19 '22 02:11

bmkay