No target device found android studio что делать
Перейти к содержимому

No target device found android studio что делать

  • автор:

Android Studio Shows Error Running App: no target device found

Apart from all of these if you have any suggestions please answer.

3,147 14 14 silver badges 34 34 bronze badges
asked Oct 6, 2019 at 10:12
11 1 1 gold badge 1 1 silver badge 3 3 bronze badges

1 Answer 1

Choose «Run» then «Edit Configurations». In the «General» tab, check the «Deployment Target Options» section.

In my case, the target was already set to «USB Device» and the checkbox «Use same device for future launches» was checked.

I had to change the target to «Show Device Chooser Dialog» and I unchecked the check box. Then my device appeared in the list.

If your device still doesn’t appear, then you have to enable USB-Debugging in the smartphone settings again.

Error running No target device found

Error running ‘app’: No target device found.

Error running app No target device found

Данная ошибка означает, что отсутствует устройство для отладки (можно подключить устройство по USB или скачать виртуальное устройство). Скачаем виртуальное устройство (перед этим не забудьте поставить в BIOS Virtualization Technology), для этого заходим Tools далее AVD Manager

AVD Manager

И создаем виртуальное устройство Create Virtual Device

Create Virtual Device Android Studio

Virtual Device Configuration выбираем устройство по вкусу, далее Next

Virtual Device Configuration

Выбираем API Level и далее Next

Virtual Device Configuration Android Studio

Настраиваем и жмем Finish

Verify Configuration

Мы создали виртуальное устройство (Virtual Devices)

Your Virtual Devices

2044

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. 1. External Device: You need to connect an external physical Android device to your computer with Developer settings enabled, or,
  2. 2. Virtual Device: You need to have an AVD — Android Virtual device (an emulator) available.
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.
  • Step-by-Step: How to install Flutter in Android Studio
  • [Android Studio] How to locate code for activity_main.xml
  • [Event Log] Android Studio performance could be improved
  • Android Studio emulator/Device logCat logs not displayed
  • Show Android Studio Emulator in a Separate Window
  • Android Studio SDK Build-tools 23 rc2 not getting installed
  • Android Emulator Screenshot saved location
  • [Android Studio] Error: Missing system image on device
  • Android Studio NoClassDefFoundError: java.awt.Toolkit
  • Android [SDK Manager] The system cannot find the path specified
  • [Android Studio] Could not automatically detect an ADB binary
  • Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
  • [Android Studio] MainActivity does not exist
  • How to enable line numbers in IntelliJ Android Studio for all files
  • Android Studio — Installed build tools revision 31.0.0 is corrupted. Remove and install again using the SDK manager.
  • Android Studio setup was canceled — How to resume
  • Your Android SDK is missing, out of date or corrupted SDK Problem
  • Locate MainActivity Java or Kotlin file in Android Studio
  • How to Determine Android Studio Gradle Version
  • Delete Android Studio Projects
  • [Android Studio] Button on click example
  • Create assets folder in Android Studio
  • Disabling Spell Check in Android Studio
  • How to save IntelliJ IDE Console logs to external log file
  • How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
  • How to create SharePoint List Item programmatically using C#.net — SharePoint
  • How to Insert Checkbox in Excel on Mac — Windows
  • Fix PowerShell — .ps1 cannot be loaded because running scripts is disabled on this system — Powershell
  • Move Copy Migrate SharePoint OneDrive files folders to different site collection location — SharePoint
  • SharePoint list excel import error — Title is a required filed and can’t be empty — SharePoint
  • How to run a Command in Bash Script — Bash
  • Mac — How to Install VirtualBox — MacOS
  • How to take user input from the console in a Python program — Python

Как исправить ошибку «Error running ‘app’: No target device found.» в Android Studio?

(Ошибка запуска приложения: целевое устройство не найдено.)»

Голосование за лучший ответ

Tools — AVD Manager, там создать устройство.

DimoooooooooooonУченик (180) 4 года назад

DimoooooooooooonУченик (180) 4 года назад

Что делать

Виктор Мальков Мудрец (10006) на вкладке «other images» выбрать образ arm (и быть морально готовым к не очень быстрой работе эмулятора)

Похожие вопросы

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *