Reputation: 127
I have been trying to run basic Android App provided by Visual Studio 2015 via XAMARIN Android Player. Program gets build and deployed successfully, yet, App or anything does not appear on screen. Xamarin Player takes more than 20 mins to start and then nothing happens. Find Screenshots as well.
Upvotes: 0
Views: 497
Reputation: 127
Well, Well, Well, I got my thing up and running. Following are the steps I performed:
Thank you all for all the necessary suggestion and guiding my in my baby steps in XAMARIN development. Gracias. NAMASTE!
Upvotes: 0
Reputation: 1239
WIthin the Android SDK Manager
look under Extras
there is an package called Intel x86 Emulator Accelerator (HAXM Installer)
. Installing HAXM will increase the speed of the emulator when you use the Intel Atom
CPU/ABI
Also when creating the emulator device check Use Host GPU
for increaded performance.
Upvotes: 1
Reputation: 424
I ran into few issues with Xamarin Android Player as well. Currently I am using Genymotion Emulator and it is much faster.
Upvotes: 0