I am using a Eclipse to build a simple android app. After following the steps given in previous answers to change the screen size, when I run the the app it still defaults to the standard size. This size is lager than my screen making it hard to work with. run/run configurations/target allow you to choose a target and adjust the target to the correct size. If you run from this screen it will open the emulator in the correct size, but not actually run the app. run/run (crt + f11) will then open the app in the default large size seemingly not applying the changes. If any one has a solution I would appreciate it. Thanks
Share
start your AVD from AVD manager and then select scale display to real size and then give the screen size to 3 and click start/lunch.