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


i know can use bluestacks emulator android studio , other devices using

adb connect ip:port

but there way use youwave emulator developing purposes?

you can use youwave in same way,

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

  2. change directory "platform-tools" in sdk folder. example, suppose sdk located in "c:\android\source\sdk\" use command "cd\android\source\sdk\platform-tools" changing current directory.

  3. run following command connecting youwave androidstudio: "adb connect 127.0.0.1:5558"

enjoy it!


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -