Reputation: 806
I'm getting following error when im trying to import a cordova project.
But i have build tools 19.1, 20 and higher.
I have latest cordova version 5.1.1
please refer the below image.
This is my SDK manager.
I have checked lot of stackoverflow questions. But no use
Any help appreciated.
Upvotes: 0
Views: 120
Reputation: 806
This was the problem with my SDK Bundle.I have re-downloaded the whole sdk package and my error gone.
Upvotes: 0
Reputation: 1799
The Android Build Tools are part of the official Android SDK. You can install them by clicking Tools
-> Android
-> SDK Manager
, then find and check the required build tools and click "Install X packages...".
Check if you have that specific version (19.1.0) since there are 5 19.x versions.
Upvotes: 1