I am new in mono for android. I am download and install mono-android-4.2.7.15330979 in my computer. When i start my visual studio 2010 then i got this error.
Here is detail about error:
There was an error attempting to initialize the MonoAndroidPackage
System.ArgumentNullException: Vale cannot be null.
Parameter name: path1
At System.IO.Path.Combine(String path1,String path2)
At Xamarin.AndroidTools.AndroidSdk.get.AdbExe()
At Mono.Android.VisualStudio.MonoAndrioidDeviceManager.ctor()
At Mono.Android.VisualStudio.MonoAndrioidSdk.get_DeviceManager()
At Mono.Android.VisualStudio. MonoAndrioidPackage.Initialize()
And when i try to create a Project then get following error
This project file
‘Project Path’ cannot be opened
The project type is not supported by this installation
I am also install
Java at "C:\Program Files\Java\jdk1.7.0_02"
Set environment variable JAVA_HOME="C:\Program Files\Java\jdk1.7.0_02"
Android SDK at "C:\Program Files (x86)\Android\android-sdk"
I am using :
Windows7 64 bit
Visual Studio 2010 ultimate
