Unable to create AVD with android sdk on Mac OS

前端 未结 1 671
清酒与你
清酒与你 2021-01-22 03:13

I have installed Android Studio and JDK1.8 on Mac OS. I followed the instructions and created a new application with API 15 as minimum sdk.

I tried to create an AVD fro

相关标签:
1条回答
  • 2021-01-22 03:39

    First you need to download the SDKs you are interested in from Android Studio Tools menu -> Tools -> Android -> SDK Manager or from the menu bar.

    Don't forget to install the intel x86 emulator accelerator haxm from the SDK Manager - this will speed up significantly your android virtual device.

    Then proceed as you mentioned in your question.

    You can find more information here.

    EDIT : From the comments your OS X version is 10.7.5 and Android Studio runs on 10.8.5 so you either :

    1. Update your OS X installation
    2. Install Eclipse and use the ADT plugin from google on your current configuration.
    0 讨论(0)
提交回复
热议问题