- Android - Intents/Filters
- Android - Fragments
- Android - Content Providers
- Android - Broadcast Receivers
- Android - Services
- Android - Activities
- Android - Resources
- Android - Hello World Example
- Android - Application Components
- Android - Architecture
- Android - Environment Setup
- Android - Overview
- Android - Home
Android - User Interface
- Android - Custom Components
- Android - Styles and Themes
- Android - Event Handling
- Android - UI Controls
- Android - UI Layouts
Android Advanced Concepts
- Publishing Android Application
- Android - Phone Calls
- Android - Sending SMS
- Android - Sending Email
- Location Based Services
- Android - Notifications
- Android - Drag and Drop
Android Useful Examples
- Android - XML Parsers
- Android - Widgets
- Android - Wi-Fi
- Android - WebView Layout
- Android - UI Testing
- Android - UI Patterns
- Android - UI Design
- Android - Twitter Integration
- Android - TextureView
- Android - Text to Speech
- Android - Testing
- Android - Support Library
- Android - SQLite Database
- Android - Spelling Checker
- Android - SIP Protocol
- Android - Shared Preferences
- Android - Session Management
- Android - Sensors
- Android - SDK Manager
- Android - Screen Cast
- Android - RSS Reader
- Android - RenderScript
- Android - Push Notification
- Android - ProgressBar
- Android - Progress Circle
- Android - PHP/MySQL
- Android - NFC Guide
- Android - Network Connection
- Android - Navigation
- Android - Multitouch
- Android - MediaPlayer
- Android - Login Screen
- Android - Localization
- Android - Loading Spinner
- Android - Linkedin Integration
- Android - JSON Parser
- Android - JetPlayer
- Android - Internal Storage
- Android - ImageSwitcher
- Android - Image Effects
- Android - Google Maps
- Android - Gestures
- Android - Facebook Integration
- Android - Emulator
- Android - Developer Tools
- Android - Data Backup
- Android - Custom Fonts
- Android - Clipboard
- Android - Camera
- Android - Bluetooth
- Android - Best Practices
- Android - Auto Complete
- Android - AudioManager
- Android - Audio Capture
- Android - Animations
- Android - Alert Dialoges
Android Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
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
.Running Android SDK Manager
Once downloaded, you can launch Android SDK Manager in one of the following ways −
Cpck tools->Android-> SDK Manager option in Ecppse.
Double Cpck on the SDK Manager.exe file in the Android SDK folder.
When it runs you will see the following screen −
![Android SDK Manager Tutorial](/android/images/sdk.jpg)
You can select which package you want to download by selecting the checkbox and then cpck 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 This is necessary package to run your SDK. |
2 |
SDK Platform-tools This package will be installed once when you first run the SDK manager. |
3 |
SDK Platform At least one platform must be installed in your environment to run your apppcation. |
4 |
System Image It s a good practice to download system images for all of the android versions so you can test your app on them with the Android Emulator. |
5 |
SDK Samples This will give you some sample codes to learn about android. |
Enabpng 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 cpcking on the Tools-->Optionsin the menu. Once you cpck it, you will see the following screen −
![Android SDK Manager Tutorial](/android/images/sdk1.jpg)
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 −
Cpck on the Tools option in the menu.
Cpck on the Manage Add-On Sites option in the sub menu.
Select the User Defined Sites tab.
Cpck the New button.
Following screen will be displayed −
![Android SDK Manager Tutorial](/android/images/sdk2.jpg)
Just add the URL of Add-on.xml file and cpck Ok. Now you can download the Third Party Add-on in your development environment and use it.
Advertisements