Issue
I decided to try and create an Android app using Xamarin in Visual Studio 2015. However, when I click on Debug, the emulator opens and there is only a black screen. No Android logo or anything.
I already scavenged Stack Exchange among other sites for solutions, such as checking or unchecking Use Host GPU
. But nothing seems to work.
Here is a screenshot of the configuration
What could be the problem?
Thanks
Solution
Have you consider trying Samsung Test Lab? every time i run an emulator it's a pain, and it's super slow, the best way i found that works for me was Samsung Lab you can test your app on a real device i think this is the best way to test apps you can connect the device via adb using adb connect localhost:port or adb connect 127.0.0.1:port
Answered By - Tiago Oliveira
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.