Reputation: 311
I have installed MonoAndroid and monoDevelop in windows.but when I want to set android sdk locatin monoDevelop always says that "no SDK found at specified location."
The SDK is located in "C:\SDK". I also tried installing android SDK with windows installer.
EDIT: When I click on "Mono for android" in visual studio options for setting SDK path an error appear that :
"There was an error attempting to initialize the MonoAndroidPackage:
System.ArgumentNulException: Value cannot be null.
Parameter name: path1
..."
Upvotes: 2
Views: 3597
Reputation: 41
" ensure that the android SDK tools and platform-tools are downloaded and installed. To do this open up the Android SDK Manager from the Start menu and ensure the "Status" of each of these is "Installed" "!!!
with this solution, the problem must be solved!
Upvotes: 4
Reputation: 260
I just faced with this problem and realised Java and Java SE JDK isn't installed on my PC. Maybe this will help you.
Upvotes: 0