
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.
-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Android-Studio,
- Locate MainActivity Java or Kotlin file in Android Studio
- Android Studio setup was canceled - How to resume
- The selected device is incompatible : Android Studio
- Android Studio : Change FAB icon color : FloatingActionButton
- How to rename package name in Android Studio
- Android Emulator Screenshot saved location
- Android Activity Main xml stuck loading
- [Solution] Android Studio does not displays Toolbar in Layout Design
- [Event Log] Android Studio performance could be improved
- The package must have at least one . separator [Android Studio]
- Android Studio SDK Build-tools 23 rc2 not getting installed
- Android Emulator window was out of view and was recentered
- Emulator: Warning: restoring GLES1 context from snapshot. App may need reloading.
- How to Import External Jars to Android Studio Project
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
- Create assets folder in Android Studio
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- Android Emulator 5.1.1 not loading on Mac OS X Android Studio
- Your Android SDK is missing, out of date or corrupted SDK Problem
- macOS Big Sur java.lang.UnsatisfiedLinkError CoreFoundation - Android Studio
- [Android Studio] How to locate code for activity_main.xml
- groovy.lang.MissingPropertyException No such property Error
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Step-by-Step: How to install Flutter in Android Studio
- [Solved] Error launching studio
More Posts:
- Android Shared Preferences API tutorial - Android
- What is macOS Ventura? - MacOS
- [Fix] java.net.MalformedURLException: unknown protocol - Java
- How to turn off autocomplete in input fields in HTML Form - Html
- How to know my IP on Mac Ventura 13.0 - MacOS
- Gmail Unable to upload because it is a folder or a package (like an application bundle or RTFD document) - HowTos
- Format Code in Visual Studio - VS Code [Mac/Windows/Linux] - HowTos
- Python: Pandas Merge DataFrames on Index Example - Python