After created a test project, I failed to run with following errors,
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: Error: Could not locate Android SDK. Please set via /p:AndroidSdkDirectory. (TestAndroid)
I have my $HOME/.config/xbuild/monodroid-config.xml like:
<?xml version="1.0" encoding="utf-8"?>
I noted there was a related thread http://forums.xamarin.com/discussion/3630/could-not-locate-andriod-sdk, but it doesn't solve my problem. And I have /Volumes/Data/Android/android-sdk-macosx/platform-tools/adb there.
Any ideas?