Android: Xamarin Studio: Cannot find: C:\Android\SDK\tools\..\platform-tools\aapt.exe

Error:
Android: Xamarin Studio: Cannot find: C:\Android\SDK\tools\..\platform-tools\aapt.exe

Fix:

1. Check your Target Device / OS version you set up in the AndroidManifest.xml
2. Open the Android SDK Manager, see if that version is listed .
3. You may not have installed all the SDK versions of Android (like 13, 14, 15,16,17,18, 19,....)
4. This above error shows- You have installed an SDK , but but you donot have the 'platform SDK Build tools' for the target version you have in your AndroidManifest.xml file.
5. From the list of plaform tools - install the version you need. The below picture shows the list of 'SDK Build tools' under 'Tools' in Android SDK Manager. (This shows  Android SDK Build-Tools for all the versions are installed )


Comments