Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Avd for Samsung Galaxy S4 not working

I've created an avd compatible to Samsung Galaxy S4. here is the details for that:

1080 X 1920 API 14, Android 4.2

But when i try to run this emulator. It display nothing but a blank screen, seems not working at all.

Am i missing something ?

Can any body share his experience of working with Galaxy S4.

like image 308
Suresh Sharma Avatar asked May 16 '13 06:05

Suresh Sharma


2 Answers

The problem is in the "use Host GPU" - it should be checked. I had the same problem - blank screen and AVD won't run. I edited the AVD settings and checked the "use Host GPU" - it works.

like image 184
baronS Avatar answered Sep 28 '22 12:09

baronS


You can install sony device profiles from sdk manager and create a new avd using the device defenition of sony xperia z because Samsung galaxy S4 and Sony Xperia Z has the same configuration, so your app will look similar in both devices.

install sony device profile from sdk manager

like image 36
Raneez Ahmed Avatar answered Sep 28 '22 13:09

Raneez Ahmed