Android 启动界面过大的解决办法
1、如果skin的显示区域太大,键盘部分可能显示不全,给使用带来不便模拟器还会报出警告: emulator window was out of view and was recentred我们可以通过-scale 选项来解决这个问题,用./emulator -scale 0.9来启动模拟器就没问题了如果已经把sdk的tools加入到PATH当中,使用emulator -avd avdname -scale 0.9也可以2、在eclips...