Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio and device external

Is it possible to emulate an app with an external device in android studio? I have a device connected to the computer, but when you run the app it does not recognize the device.

Note: The mode and debugging mode to accept unknown sources are activated.

like image 425
Androidz Avatar asked May 20 '13 14:05

Androidz


1 Answers

Go to the run configuration of your module and change that:

enter image description here

There you can choose weather you want to launch it in an emulator, device or if IntelliJ should ask you every time when you run it:

enter image description here

like image 118
Ahmad Avatar answered Sep 28 '22 03:09

Ahmad