I have a mono-andriod project which was working until I started integrating AdMob support. One of the steps I took was to change the Target Framework to "Android 3.2" (API 13). Now when I deploy I get this error:
Installing platform framework Deployment failed because of an internal error: Could not find a part of the path 'C:\Program Files (x86)\MSBuild\Xamarin\Android\platforms\android-13\Mono.Android.Platform.apk'. Deployment failed. Internal error.
I noticed that in that path, there is no android-13 folder. When I use the Android SDK Manager to install API 13, it installs things into "C:\Android\android-sdk\platforms..." but not into C:\Program Files(x86)\MSBuild\Xamarin\platforms...
I tried removing and re-installing Android 3.2 but it did not fix the problem. I'm not sure if I should be figuring out how to install sdk-13 into the C:\Program Files... path or if I should be changing my project to point to the C:\Android... path.
Thanks for any help!