I am trying to run an Android emulator on a Mac virtual machine.
This is the result of $ android list targets :
Available Android targets: ---------- id: 1 or "android-19" Name: Android 4.4.2 Type: Platform API level: 19 Revision: 3 Skins: WQVGA432, HVGA, QVGA, WXGA800, WQVGA400, WXGA800-7in, WVGA800 (default), WSVGA, WVGA854, WXGA720 Tag/ABIs : no ABIs.
If I do this $ android create avd --name myapp --target 1 , it will show an error:
Valid ABIs: no ABIs. Error: This platform has more than one ABI. Please specify one using --abi.
Since this is a virtual machine, there is no interface (GUI).
Question : How to install ABI in android command line?
UPDATE 1
I tried this
$ android update sdk -a -u -e -t sys-img-x86-android-19
Received error below:
You accept the license "android-sdk-license-5be876d5" [y / n]: y
Installing archives: preparing to install archives Download Intel X86 Atom System Image, Android API 19, version 2 URL not found: /home/vagrant/android-sdk-linux/temp/sysimg_x86-19_r02.zip (Permission denied) Completed. Nothing has been installed.
source share