Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulator do not scale to 100% for Mac Book Pro with Retina Display

Not much help on SO or Google about this. On a Macbook Pro Retina, my Emulator is 1/4 of the real size and clicks are not working properly. Please help to setup my emulator for retina display.

For clarification, the image of the emulator is scaled down to 1/4th of the available emulator window, but the clicks register across the entire window. So to unlock the device, for example, you need to guess where the unlock button is in the part of the window that is blank and then click and drag from there.

Here's an image that illustrates this (hat tip Corey D):

Tap/click region vs. display region

like image 982
mask Avatar asked Jun 26 '12 17:06

mask


1 Answers

This has been fixed in the ADT21 preview

You can enable the Preview Tools in Eclipse by doing this:

  1. Launch Android SDK Manager
  2. Select Tools->Options
  3. Click "Enable Preview Tools"
  4. Use the SDK Manager to uninstall the existing version of ADT and install preview tools

Confirmed that it is working on the MacBook Pro Retina 15".

like image 67
AWT Avatar answered Oct 05 '22 07:10

AWT