[android-developers] Re: Error to create an AVD - Ignoring add-on

2009-12-29 Thread LP_Chicago
Has anyone found a solution to this? I too get the error - and yes, I ran SDK Setup On Dec 10, 11:46 am, Sprouts tospro...@googlemail.com wrote: Hi, You need to run the SDK Setup to make sure you have the targets. On Dec 2, 8:21 pm, Dj dipjyoti_gh...@yahoo.com wrote: Hi, I too am

[android-developers] Re: Error to create an AVD - Ignoring add-on

2009-12-29 Thread LP_Chicago
I found the problem. In the SDK Setup, under the settings section, you have to select force https..., then go to Availalbe packages, install a few of them, when that's complete, make sure they appear under the Installed packages section, then you can just create a new AVD in the Virtual Devices

[android-developers] Re: Error to create an AVD - Ignoring add-on

2009-12-10 Thread Sprouts
The Android SDK archive now only contains the tools. It no longer comes populated with a specific Android platform or Google add-on. Instead you use the SDK Manager to install or update SDK components such as platforms, tools, add-ons, and documentation. In order to start developing applications,

[android-developers] Re: Error to create an AVD - Ignoring add-on

2009-12-10 Thread Sprouts
Hi, You need to run the SDK Setup to make sure you have the targets. On Dec 2, 8:21 pm, Dj dipjyoti_gh...@yahoo.com wrote: Hi, I too am getting similar error, and not able to start my work. I am using Windows Vista. The command prompt output is coming as:-

[android-developers] Re: Error to create an AVD - Ignoring add-on

2009-12-03 Thread Dj
Hi, I too am getting similar error, and not able to start my work. I am using Windows Vista. The command prompt output is coming as:- C:\Users\dj\Downloads\android-sdk_r3-windows\android-sdk-windows \toolsand roid list target Error: Ignoring add-on 'google_apis-5_r01': Unable to find base

[android-developers] Re: Error to create an AVD - Ignoring add-on

2009-11-18 Thread zak
The problem is you do not have any target. Goto sdk folder and run SDK manager and install targets. It will be installed in sdk/platforms/ folder. Once you done that, come back and create an AVD. On Nov 16, 11:40 pm, hotspring sunkeun...@gmail.com wrote: I had the same error message for an avd

[android-developers] Re: Error to create an AVD - Ignoring add-on

2009-11-16 Thread hotspring
I had the same error message for an avd creation command and got the following messages with empty list when I issued list targets command. What should i check for sdk? add-ons directory has three subfolders google_apis-3-r03, subfolders google_apis-4-r01, and subfolders google_apis-5-r01 and

[android-developers] Re: Error to create an AVD - Ignoring add-on

2009-11-15 Thread Asif k
Same command I had copied and pasted in my command prompt and one avd is created successfully. So please check the sdk that u had downloaded. Check with android list target in command prompt that what target_id : 2. Thanks, Asif On Nov 15, 7:20 pm, Onnlist onnl...@gmail.com wrote: Hello All,