
Error: Missing system image on device
Pixel_3a_API_32_arm64-v8a
If you have recently downloaded the Android Studio and after the first boot trying to run your first Application, it is most likely that you will run over with Missing system image on device error message as the project related dependencies are still getting downloaded.

Wait for Android Studio to Complete All Downloads
Fix:
If still the issue persists,
- Go to Tools -> Device Manager
- Click on Create Device
- Select a Phone -> Next,
- Now Download an Image, you will see SDK Component Installer,
Packages to install: - Google Play ARM 64 v8a System Image (system-images;android-TiramisuPrivacySandbox;google_apis_playstore;arm64-v8a) Preparing "Install Google Play ARM 64 v8a System Image (revision: 7)". Downloading
- Once complete, hit Next and Finish
Select the newly created device and you should be good to run your Application.
-
Have Questions? Post them here!
More Posts related to Android-Studio,
- Locate MainActivity Java or Kotlin file in Android Studio
- groovy.lang.MissingPropertyException No such property Error
- How to fix java.net.NoRouteToHostException in Android Studio
- Your Android SDK is missing, out of date or corrupted SDK Problem
- [Android Studio] MainActivity does not exist
- [Android Studio] Could not automatically detect an ADB binary
- Android Studio: Cannot perform refactoring operation
- How to Configure Eclipse keymap in IntelliJ IDE
- Android Studio setup was canceled - How to resume
- [Android Studio] Hardcoded string Button, should use @string resource
- The selected device is incompatible : Android Studio
- Android Activity Main xml stuck loading
- Android Studio 1.3 beta now Available for Developers
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Android Studio 4.2 Canary 1 now available
- [Android Studio] Button on click example
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- How to enable line numbers in IntelliJ Android Studio for all files
- Delete Android Studio Projects
- How to update Android Studio
- [Android Studio] Error: Missing system image on device
- macOS Big Sur java.lang.UnsatisfiedLinkError CoreFoundation - Android Studio
- Android [SDK Manager] The system cannot find the path specified
- Failed to install Android.apk on device 'emulator-5554': timeout
- [Solved] Error launching studio
More Posts:
- [Java Threads] Should we extend Thread Class or implement Runnable interface - Java
- Android Studio Native typeface cannot be made error - Android
- [fix] App store not working on Mac, Blank Black or White Screen - MacOS
- How to tar.gz a directory or folder Command - Linux
- Python raise error with message example - Python
- Base 64 Index, Character and Binary Table - Html
- -bash: startup.sh: command not found - Apache Tomcat 8 - Tomcat
- Cannot start Android Studio. No JDK found - Android-Studio