Android Studio - How Can I Make an AVD With ARM Instead of HAXM?

前端 未结 2 600
感情败类
感情败类 2020-11-27 05:30

I\'m new to Android Studio. My computer doesn\'t support HAXM so it won\'t let me install that to use for virtualization. In some similar questions on this website people me

相关标签:
2条回答
  • 2020-11-27 05:56

    I figured it out and I'll answer it here in case anybody else finds this question.

    1. Go to Tools -> Android -> AVD Manager
    2. Click "Create Virtual Device"
    3. Select which device you want to use from the list (i.e Nexus 5) and click "Next".
    4. Here you're given a list of android release versions. Look at the ABI column. "Armeabi-v7a" ABI is what to look for, for whichever API Level you want.
    5. Hit "Next" and modify name/size if you want, click "Finish" when done.
    0 讨论(0)
  • 2020-11-27 05:59

    If you didn't see the ARM option as user2636417 wrote, just click on "Other Images" tab and download the desired ARM option.

    How to add a new ARM image

    0 讨论(0)
提交回复
热议问题