Issue
I have installed Genymotion in my osx (I am using Android Studio). The Genymotion icon appears in the ide toolbar but I can't run my app with this emulator, since it is not shown in my AVD manager. How can I make this work ?
Edit :@pyus13, I can't find any bottom tab button, here's a screen

Solution
To summarize for others:
- Start the genymotion emulator you want to install/run the application on
- Open
terminaland restart adb with the commandsadb kill-serverthenadb start-server - In terminal type
adb devicesand make sure the emulator shows up - In Android Studio under the run configurations change "Target Device" to "Show chooser dialog"
- Run the application as normal and, when prompted, select the genymotion emulator.
Answered By - RocketSpock
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.