Android emulator fails to start when using scale (Win7 x64) -


my configuration this:

  • windows 7 x64
  • eclipse helios x64
  • jdk x64
  • android sdk r06

when try start emulator eclipse (android sdk setup application) scale parameter fails. second command prompt screen (which think java app) shows exception closes right after. annoying because without scale, wvga emulator not fit on laptop's screen. idea how fix this?

and when try start emulator command prompt scale, works.

you might able see error log, doing way :
open command line window
use "cd c:/.../android-sdk/tools" own path
start emulator instance here, use command "emulator -avd nameofyouravd -scale 0.5" (actually can choose number between 0.1 , 3 factor scaling (like in eclipse)
hit "enter" , copy-past error log here if there one...


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -