Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SDK and AVD Manager installation

I am new to android development.

Have tried a couple times downloading the Android SDK and ADT plugin for Eclipse

In the Android SDK and AVD manager load fine but will not load any available packages. Show: - Android Repository --"Some packages were found but are not compatible updates"

In the installed it shows 1.5 to 2.3 SDK platforms.

How to I get them available.

Appreciate help.

Thanks,

Alex

like image 436
iamalex Avatar asked Jan 14 '11 15:01

iamalex


People also ask

What is sdk and AVD Manager?

The former is called SDK Manager, which integrates easy updates for the Software Development Kit (SDK), including tools, platforms, and other components into packages. The latter is AVD Manager, which allows you to create and manage Android Virtual Devices (AVDs). AVDs are basically device emulators.

What is AVD Manager in Android?

The avdmanager is a command line tool that allows you to create and manage Android Virtual Devices (AVDs) from the command line. An AVD lets you define the characteristics of an Android handset, Wear OS watch, or Android TV device that you want to simulate in the Android Emulator.


1 Answers

You can use following step:

1.  window  ->  
2.  customize perspective -> 
3.  command group availability tab -> 
4.  on the check box android SDK and AVD manager check it -> 
5.  click on ok
like image 138
duggu Avatar answered Sep 19 '22 15:09

duggu