[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: 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