Monday 28 May 2012

0

install software development kit (SDK) packages in pc

Posted in
Android Software Development Kit (SDK) allows developers to create applications for the Android platform. The Android SDK includes sample projects with source code, development tools, an emulator, and required libraries to build Android applications which are written using the Java programming language.

1. download packages from here

for windows from here  and this is also recommended here

for mac from  here


2.now after this launch AVD and SDK manager and download this require components as in image



now after downloading this select your platform path.

for example my SDK tools is in e: drive so i will choose path E:\android-sdk-windows\platform-tools

now open cmd and goto the path E:\android-sdk-windows\platform-tools (MIGHT BE DIFFERENT IN YOUR PC)
now type

adb devices 

if it shows your device than your device is connected and you can use this android sdk if you know LINUX commands

now after installing this you have to install eclips if you are developing it in eclips

Android offers a custom Eclipse IDE plugin called Android Development Tools (ADT) designed to give you a powerful, integrated environment in which to build Android applications. It extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, debug your applications using the Android SDK tools, and even export signed (or unsigned) APKs in order to distribute your application. In general, developing in Eclipse with ADT is a highly recommended approach and is the fastest way to get started with Android.


If you will be developing in Eclipse with the Android Development Tools (ADT) Plugin, follow the steps to download the ADT here

Otherwise, you do not need to install Eclipse or ADT. Instead, you can directly use the SDK tools to build and debug your application.

0 comments: