Xamarin error on visual studio -


i install xamarin on visual studio , when want create blank app project gives error :object refrence not set instance of object.

this out put: enter image description here

looks didn't install (right) android sdks.

go tools > options , find 'xamarin' page. go 'android settings' , check if sdk path found.

android settings page

if these aren't filled correctly should install them. easiest download installer xamarin or reinstall visual studio (through add/remove applications , edit visual studio installation).

you can install , manage seperate sdks using android sdk manager. can find under tools > android > android sdk manager.

android sdk manager menu

in next screen can install sdks want use according emulator images, etc.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -