Can't run my app with Genymotion

﹥>﹥吖頭↗ 提交于 2019-12-09 08:33:30

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