Right click on your project.
Select Android Tools> Add Support Libraries ...
(a progress bar will appear, and voila should load what you need)
By the way, you should install the latest version of Android-sdk. From your screenshot, this does not seem to be the case yet.
Or you can try it too
Make sure that the android: targetSdkVersion value in AndroidManifest.xml matches target = android - in project.properties. If these two values ββdo not match, creation using build tools version 19.0.0 will end in a BufferOverflowException. A source
There is also some guidance on the comments on this post that you need to configure at least 19 (android-19). Please leave a comment if this solution also works if your goal is <19.
Here's how the fix is ββlooking for my project. AOSP-related issue is # 61710.
1 If you really need to downgrade, you do not need to remove the build tools 19.0.0, just install 18.1.1 and add sdk.buildtools = 18.1.1 to the local.properties file.
mr sh
source share