Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio doesn't start with connected device

I have installed Android Studio v0.1 on Mac. My project imported and built successfully. AVD shows up whenever I run or debug the project, even though my device is connected and shown in integrated DDMS. I have double checked with adb devices from command-line and it shows my connected device. Please help~

like image 880
neo Avatar asked May 16 '13 10:05

neo


People also ask

Why is my phone not connecting to Android Studio?

If your device is not correctly detected in RAD Studio or in the system Device Manager, check the following: Ensure that your Android device is unlocked and not sleeping while connected via USB. Set the appropriate option in Settings or Developer Options. Make sure your Android device is enabled for USB debugging.

Why is my AVD not working?

In case you get an error like "Intel virtualization technology (vt,vt-x) is not enabled". Go to your BIOS settings and enable Hardware Virtualization. 3) Restart Android Studio and then try to start the AVD again.

Why my device manager is not opening in Android Studio?

Please check whether your flutter project is creating Android module by clicking left side of the android studio. Also try another SDK location or try renaming it. Do not delete the previous sdk since it seems it creates some issue while opening the device manager.

How do I add a device to Android Studio?

In Android Studio, create an Android Virtual Device (AVD) that the emulator can use to install and run your app. In the toolbar, select your app from the run/debug configurations drop-down menu. From the target device drop-down menu, select the AVD that you want to run your app on. Click Run .


1 Answers

// the very First time it will always selected only emulator options

you need to change it in Create Run Configuration... in that General Tab select Target Device

  • Show chooser dialog
  • USB Devices
  • Emulator
like image 91
Padma Kumar Avatar answered Oct 10 '22 19:10

Padma Kumar