I've tried for days and failed to run AVD on my PC. So I decided to look for an alternative and found out that Youwave can be used as an emulator. Here is my question: How can I run Android source (apps not finished so they are not .apk) on Youwave?
Asked
Active
Viewed 1,225 times
2 Answers
0
You can't run Android Source which is not finished to become .apk.
The best alternative of emulator is Genymotion.

Asif Patel
- 1,744
- 1
- 20
- 27
-
Thanks. You helped me :) – D Kim Jun 24 '16 at 08:28
0
hopefully it would be useful for others that reach this page through googling,
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\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!

Mohammad
- 118
- 3