Theoretical Paper
- Computer Organization
- Data Structure
- Digital Electronics
- Object Oriented Programming
- Discrete Mathematics
- Graph Theory
- Operating Systems
- Software Engineering
- Computer Graphics
- Database Management System
- Operation Research
- Computer Networking
- Image Processing
- Internet Technologies
- Micro Processor
- E-Commerce & ERP
Practical Paper
Industrial Training
Android - SDK Manager
To download and install latest android APIs and development tools from the internet, android provide us with android SDK manager. Android SDK Manager separates the APIs, tools and different platforms into different packages which you can download.
Android SDK manager comes with the Android SDK bundle. You can't download it separately. You can download the android sdk from here
.Running Android SDK Manager
Once downloaded, you can launch Android SDK Manager in one of the following ways −
- Click tools->Android-> SDK Manager option in Eclipse.
- Double Click on the SDK Manager.exe file in the Android SDK folder.
When it runs you will see the following screen −
You can select which package you want to download by selecting the checkbox and then click Install to install those packages. By default SDK Manager keeps it up to date with latest APIs and other packages.
Once you download the SDK, following packages are available but first three are necessary to run your SDK and others are recommended.
Recommended Packages
Sr.No | Package & Description |
1 | SDK Tools |
2 | SDK Platform-tools |
3 | SDK Platform |
4 | System Image |
5 | SDK Samples |
Enabling Proxy in Android SDK Manager
When you run the Android SDK Manager, by default it will check from the Android Repository and Third Party Add-ons and display the available packages to you.
If you want to use proxy, you can do it by clicking on the Tools-->Optionsin the menu. Once you click it, you will see the following screen −
Just Enter the proxy and run your SDK Manager.
Adding New Third Party Sites
If you want to download some Third Party made Android add-ons, you can do it in the SDK manager by following steps −
- Click on the Tools option in the menu.
- Click on the Manage Add-On Sites option in the sub menu.
- Select the User Defined Sites tab.
- Click the New button.
Following screen will be displayed −
Just add the URL of Add-on.xml file and click Ok. Now you can download the Third Party Add-on in your development environment and use it.