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,
run command prompt in windows typing "cmd" in search field of start menu
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.
run following command connecting youwave androidstudio: "adb connect 127.0.0.1:5558"
enjoy it!
Comments
Post a Comment