Radium
Radium

Reputation: 1

Cannot deploy to AVD (I'm using Android Studio on Mac)

When I click run, the AVD boots OK and everything loads, but there's no trace of my app on it; It just shows the android home screen, and my app is not in the applications list.

And this is the message I get on my "app" log tab:

Waiting for device.
/Volumes/iSpace/Radium/Library/Android/sdk/tools/emulator -avd LG_L40 -netspeed full -netdelay none

But my app deploys and runs ok on a real device connected via USB.

Upvotes: 0

Views: 72

Answers (1)

arthursfreire
arthursfreire

Reputation: 747

Have you tried modifying your Run Configurations? If not, try this:

Run -> Edit Configurations...

Then, select your application, and, inside the Target Device menu, select "Emulator" or "Show chooser dialog". After that, apply and run again.

enter image description here

Upvotes: 2

Related Questions