How Can i use Youwave (for android) as an emulator for Android Studio?

◇◆丶佛笑我妖孽 提交于 2019-12-13 01:34:31

问题


I know that we can use Bluestacks as an emulator for Android Studio and other devices using

adb connect ip:port

But is there any way to use Youwave as an emulator for developing purposes?


回答1:


You can use YouWave in the same way,

  1. run command prompt in windows by typing "cmd" in the search field of the start menu

  2. change the directory to "platform-tools" in your sdk folder. For example, suppose that your sdk is located in "c:\android\source\sdk\" use the command "cd c:\android\source\sdk\platform-tools" for changing the current directory.

  3. Run the following command for connecting YouWave to AndroidStudio: "adb connect 127.0.0.1:5558"

Enjoy it!



来源:https://stackoverflow.com/questions/35271272/how-can-i-use-youwave-for-android-as-an-emulator-for-android-studio

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