Can't run my app with Genymotion

限于喜欢 提交于 2019-12-08 07:37:24

问题


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


回答1:


To summarize for others:

  1. Start the genymotion emulator you want to install/run the application on
  2. Open terminal and restart adb with the commands adb kill-server then adb start-server
  3. In terminal type adb devices and make sure the emulator shows up
  4. In Android Studio under the run configurations change "Target Device" to "Show chooser dialog"
  5. Run the application as normal and, when prompted, select the genymotion emulator.


来源:https://stackoverflow.com/questions/21416152/cant-run-my-app-with-genymotion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!