AVD won't run many API levels on the virtual device. But I installed the APIs in the SDK Manager. They are also shown as installed but in the Extras
-Folder, they have this red icon, which you can see here in the Screenshot
What am I missing?
Android Virtual Devices fail to launch on ChromeOS On ChromeOS, Android Virtual Devices (AVDs) might fail to launch because the libnss3 dependency is missing. To launch the AVDs successfully, run sudo apt install libnss3 to manually install the libnss3 library.
x86 images run the fastest in the emulator. If you see Download next to the system image, you need to click it to download the system image.
To set the Android SDK location, enter the full path of the Android SDK directory into the Android SDK Location box. You can navigate to the Android SDK location in File Explorer, copy the path from the address bar, and paste this path into the Android SDK Location box.
Navigate to the File > Settings option you will get to see below dialog screen. Inside that screen. Click on Appearance and Behavior option > System Settings options and then click on the Android SDK option to get to see the below screen. Inside this screen, you will get to see your SDK path.
This is caused by wrong/missing source.properties
file for example: my Google API 23 was the same and it was missing
source.properties
### Android Tool: Source of this archive.
#Fri Aug 19 04:03:37 CEST 2016
Addon.NameDisplay=Google APIs
Addon.NameId=google_apis
Addon.VendorDisplay=Google Inc.
Addon.VendorId=google
AndroidVersion.ApiLevel=23
Pkg.Desc=Android + Google APIs
Pkg.License=Terms and Conditions.... (here was licence but I removed it because it was too big)
Pkg.LicenseRef=android-sdk-license
Pkg.Revision=1
Pkg.SourceUrl=https\://dl.google.com/android/repository/addon.xml
The easy way to repair it is to delete packages and install them again, but first check if it works, because it is possible that the package is fine.
You missing the base api level of particular google api as per your screenshot. refer to this for more info http://tools.android.com/recent/sdkmanagerfixes
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With