Reeshabh Choudhary
Reeshabh Choudhary

Reputation: 127

Basic Android App not working on Xamarin Android Player via VS2015

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. Screenshot

Upvotes: 0

Views: 497

Answers (3)

Reeshabh Choudhary
Reeshabh Choudhary

Reputation: 127

Well, Well, Well, I got my thing up and running. Following are the steps I performed:

  1. After installing Xamarin for VS2015, I checked for latest Android SDK via SDK Manager. Got all the necessary updates installed.
  2. Installed Xamarin Android Player and used emulator Nexus 5 KitKat API level 19. Earlier I was using Nexus 5 Lollipop, was the reason why, it was not working. May be its not fixed for buil yet.
  3. As, described by Mr.Pilatus in above answer, the particular HAXM things surely does help in accelerating emulator.
  4. Got my Android app running.

Thank you all for all the necessary suggestion and guiding my in my baby steps in XAMARIN development. Gracias. NAMASTE!

Upvotes: 0

Mark Verkiel
Mark Verkiel

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.

Intel x86 Emulator Accelerator HAXM

Upvotes: 1

Felix Kholmatov
Felix Kholmatov

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

Related Questions