[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  folder and run SDK manager and install targets.
It will be installed in /platforms/ folder.
Once you done that, come back and create an AVD.

On Nov 16, 11:40 pm, hotspring  wrote:
> 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 platforms folder and temp folders are empty. By
> the way, I am using Windows XP.
>
> C:\Tool\Android\sdk\tools>android list targets
> Error: Ignoring add-on 'google_apis-3-r03': Unable to find base
> platform with AP
> I level '3'
> Error: Ignoring add-on 'google_apis-4-r01': Unable to find base
> platform with AP
> I level '4'
> Error: Ignoring add-on 'google_apis-5_r01': Unable to find base
> platform with AP
> I level '5'
> Available Android targets:
>
> On Nov 15, 11:41 pm, Asif k  wrote:
>
> > 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  wrote:
>
> > > Hello All,
>
> > > I am new to Android development. I have installed Eclipse 3.5, SDK and
> > > ADT plugin successfully.
> > > But I am receiving followingerrorto create an AVD -
>
> > > C:\android-sdk-windows\tools>android create avd --target 2 --name
> > > my_avd
> > >Error:Ignoringadd-on'google_apis-3-r03':Unabletofindbase
> > >platformwith APIlevel'3'
> > >Error:Ignoringadd-on'google_apis-4-r01':Unabletofindbase
> > >platformwith APIlevel'4'
> > >Error:Ignoringadd-on'google_apis-5_r01':Unabletofindbase
> > >platformwith APIlevel'5'
> > >Error: Target id is not valid. Use 'android.bat list targets' to get
> > > the target ids.
>
> > > Please advise if i am missing any step - not sure why i am getting
> > > aboveerror
>
> > > Thank you so much in advance.
>
> > > Jagdish

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Can I add a data column to the Contacts db?

2009-08-07 Thread Zak Zak
I'm actually changing the stock Contacts app, to add more data to each
contact list item.  I was worried about having two asynchronous events, (get
data from Contacts db, and get data from my new db).  But perhaps it is
better to do that.  Any tips on best practices for dealing with multiple
asynchronous events (realizing its not really an Android question)
appreciated.



On Thu, Aug 6, 2009 at 11:30 PM, Kaj Bjurman  wrote:

>
> I wouldn't do it even if you could. Sounds like a fragile design that
> will break during upgrades and if other applications tries to do the
> same.
>
> Create a database of your own, and have some kind of id that
> references the entry in the contacts db.
>
>
>
> On 7 Aug, 05:44, cafffiene  wrote:
> > Can I add a column of data to the Contacts db, such as birthday,
> > favorite color, whatever.  Or does the platform/ framework make this
> > difficult?  If possible, would I do it through the contacts content
> > provider?  thanks.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---