If you are trying to creating a new Android Virtual Device (AVD) and get an error,
No CPU/ABI system image available for this target
Reason :
This is because you do not have system image installed for the API level that you have set as a target.
Solution :
You need to download System Image from the Android SDK Manager
Go to Menu -> Window -> Android SDK Manager
Now under the API level, select ARM EABI v7a System Image and Intel x86 Atom System Image and get it installed.
Restart your Android Eclipse IDE and try creating the AVD you may not get the error anymore.
- appcompat_v7 errors after updates to API level 21 Material Theme
- adb: The Android Debug Bridge and Commands
- The Android Virtual Device myEmulator is currently running an emulator and cannot be deleted.
- How to make TextView Text Transparent [Android]
- Android is starting optimizing... app 1 of 1
- How to make Text in TextView bold and italic in Android
- Android Development - How to switch between two Activities
- Android : IOException: Unable to open sync connection!
- Android Toolbar example with appcompat_v7 21
- How to Change Android Title Bar Color?
- How to Add Padding to Android TextView
- JavaScript : redirect page to other url
- Programmatically Send an Email from Android App using Intent
- What is Android Toast.LENGTH_SHORT and Toast. LENGTH_LONG durations
- [Soluiton] You already have the latest version of Android Studio installed
- Detect swipes on Android Activity
- Add Buttons at the bottom of Android Layout xml file
- Android Lint app_name is not translated in af (Afrikaans) am (Amharic) ar (Arabic) bg (Bulgarian)
- Hide Navigation Bar from Android Screen Activity
- Android Disable EditText from Auto Focus on Activity load
- Toast not getting displayed Android App
- How to Enable Developers Option in Android Phones Settings
- Android : Duplicate registration for activity com.example.abc
- Android ListView turns Black or Flickers while Scrolling
- Android Studio Ctrl Shift o auto import not working
- Change Line Endings (Encoding Windows/Mac/Unix CR/LF/CRLF) Sublime Text - Sublime-Text
- DDMS files not found hprof-conv.exe - Android
- Make Android View Scrollable both Horizontally and Vertically - Android
- AI-900: Microsoft Azure AI Fundamentals Exam: Quick Revision Notes - Microsoft
- macOS Mail Fix: Authorization Error 400: invalid request - MacOS
- How to mute or disable Twitter Fleet in feeds - Twitter
- URL Encoder Tool - Tools
- Implementing Android Text to Speech Example - Android