
Error Running App - No Target Device Found
⛔️ Error running 'app': No target device found.
The above error you may get when trying to run your Android Application on IntelliJ Android Studio, it means that there is no device available to run your application. You would require either of the below two kinds of devices.
- 1. External Device: You need to connect an external physical Android device to your computer with Developer settings enabled, or,
- 2. Virtual Device: You need to have an AVD - Android Virtual device (an emulator) available.
- Click on Menu: Tools → AVD Manager
- Now click on + Create Virtual Device
- You would see options like - Pixel XL, 3a XL Nexus e.t.c, select one of the devices and click Next.
- On the Select a system image page you need to select an image - Note if the image is not earlier download you would need to do it - Recommend once are among R, Q, Oreo, Nougat
- You would now be taken to a new prompt Component installer that will download and install the image - not this would take a while depending on your internet speed. Once the installation completes click Finish.
- Now select the AVD and click Next - You can provide a new to the AVD here and set standard mode - portrait or landscape e.t.c., now click Finish
- Now try to run your application. It should work!
Packages to install:
- Google APIs Intel x86 Atom System Image (system-images;android-R;google_apis;x86)
Preparing "Install Google APIs Intel x86 Atom System Image (revision: 4)".
Downloading https://dl.google.com/android/repository/sys-img/google_apis/x86-R_r04.zip
"Install Google APIs Intel x86 Atom System Image (revision: 4)" ready.
Installing Google APIs Intel x86 Atom System Image in
C:\Users\c2c\AppData\Local\Android\Sdk\system-images\android-R\google_apis\x86
"Install Google APIs Intel x86 Atom System Image (revision: 4)" complete.
"Install Google APIs Intel x86 Atom System Image (revision: 4)" finished.
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:
- Change battery percentage in Android Emulator - Android
- Facebook | Error : Sorry, something went wrong We're working on it and we'll get it fixed as soon as we can - Facebook
- Git Remove Untracked Files using Command - Git
- How to Exit a File in Terminal (Bash/Zsh) - Linux
- Notepad++ Replace space with Dot - NotepadPlusPlus
- [Solution] Installing Whatsapp There's insufficient space on the device - WhatsApp
- Java Program to generate random string - Java
- Open VS Code Command Palette using Keyboard Shortcut - Shortcuts