I try to imitate a specific device (Samsung Galaxy S3), but when I launch the emulator, I have no hardware buttons.
Device Setup:

AVD setup:

I think the problem is caused by the SKIN WXGA720, but if I change it, I have a different screen resolution or soft buttons instead of hardware. I do not want to display soft buttons, but only equipment.
I also need to save 320 dpi as screen density when I check
getApplicationContext().getResources().getDisplayMetrics().densityDpi;
Has anyone found and solved the same problem?
source
share