Scaling Android Emulator Size: Without using Eclipse
1 min read
1 min read
As you might have read following my previous post I'm currently experimenting with mobile web solutions. In such a case, having an Android emulator is quite comfortable for quickly testing your solution. Personally though, I hate the default emulator skin, mainly also because it takes up quite a large portion of your screen. Hence, I normally use a custom emulator skin. But there is the problem of the scaling the size properly as the default settings will most probably go out of your screen.
-scale
option to the command line arguments from within the Eclipse Run Configuration dialog.