Create an emulator with a decent size from command line

后端 未结 3 2053
孤街浪徒
孤街浪徒 2020-12-11 05:03

I want to create an ARM API 21 emulator loaded with Google APIs.

Here\'s how I create the AVD:

ANDROID_ABI=google_apis/armeabi-v7a
EMULATOR_VERSION=2         


        
3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-11 05:31

    So this is still not solved in late 2017 (Booo Google!).

    The minimal change I found to be working is adding skin.name=1080x1920 or any other desired resolution to the avd's config.ini (~/.android/avd/{avdName}.avd/config.ini)

提交回复
热议问题