Issue
I'm trying to emulate a specific device (Samsung Galaxy S3) but when i start the emulator i haven't the hardware buttons.
Device Setting:
AVD Setting:
I think that the issue is caused by the SKIN WXGA720 but if i change i have a different screen resolution or Software Buttons instead of Hardware. I don't want to display software buttons but only hardware.
I also need to keep 320dpi as screen density when i check with
getApplicationContext().getResources().getDisplayMetrics().densityDpi;
Did anyone found and solved the same issue?
Solution
To see hardware buttons choose this skin in AVD settings Skin with dynamic hardware controls
Answered By - mike_m
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.