C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Manually Download Android APIs
WhatsApp
Chintan Rathod
11y
5.2
k
0
1
25
Blog
You all are aware of how to install different API versions in Android using SDK (Software Development Kit). But If you like to install it manually, this article will help you to do so.
Benefit of manually download is, you don't need to download APIs again and again if you are working with new Android Bundles.
First of all, open following link in browser
New Link for repository
https://dl-ssl.google.com/android/repository/repository-8.xml
Old Link for repository
https://dl-ssl.google.com/android/repository/repository-7.xml
This will show you following output.
Now, you can see that all information provided in XML format.
There is one link provided here. Search for
sdk:url
tag in XML file. After searching that, copy that value and make following URL pattern to download it.
Note that, you should choose
sdk:url
as per your platform which is provided in
<sdk:archive arch="any" os="any">
.
Base URL :
https://dl-ssl.google.com/android/repository/
Full URL :
https://dl-ssl.google.com/android/repository/android-16_r04.zip
You can add suffix URL as you want.
After completion of download, extract that file. This will produce one directory. You just need to place that in following directory.
path_to_android_sdk\platforms
Open your Android SDK, and check. Newer API will be shown as Installed.
Happy Coding.
Manually Download Android APIs
Up Next
Using Facebook’s Rebound Spring Animations for Android in Xamarin.Android & other Dot Net Projects
Ebook Download
View all
Printing in C# Made Easy
Read by 22.5k people
Download Now!
Learn
View all
Membership not found