Mono for Android won't build - Can't find Novell.MonoDroid.CSharp.targets
android, c#, monodevelop, windows-7, xamarin.android
Solution
Make sure your Active Runtime is set to Microsoft.Net. There should be a combobox on the toolbar for it, or an option in the Project menu.
Problem
I followed all of the instructions, and install completed successfully. In MonoDevelop, I go to: `New Solution -> C# -> Mono for Android -> Mono for Android Application`, just as it says. When I go to build it, MonoDevelop throws an error, saying: `C:\Users\[NAME]\Documents\Android\HelloAndroid1\HelloAndroid1\HelloAndroid1.csproj: Error: C:\Program Files (x86)\Mono-2.10.8\lib\mono\xbuild\Novell\Novell.MonoDroid.CSharp.targets: Project file could not be imported, it was being imported by C:\Users\[NAME]\Documents\Android\HelloAndroid1\HelloAndroid1\HelloAndroid1.csproj: Imported project: "C:\Program Files (x86)\Mono-2.10.8\lib\mono\xbuild\Novell\Novell.MonoDroid.CSharp.targets" does not exist. (HelloAndroid1)` In addition, under References, "Mono.Android" has an error, and says, `Assembly not available for Android 2.2 (Froyo) (in Mono 2.10.8 (C:\Program Files (x86)\Mono-2.10.8))`. How do I fix this? Uninstalling and reinstalling doesn't help.