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?
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?
You can use YouWave in the same way,
run command prompt in windows by typing "cmd" in the search field of the start menu
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.
Run the following command for connecting YouWave to AndroidStudio: "adb connect 127.0.0.1:5558"
Enjoy it!