Ch. 5 - Contact Picker - Data Source not found
Am using the debugger in Eclipse - against avd-2.1-128-HVGA emulator
At the point where I cross
final Cursor c = managedQuery(data, null, null, null, null);
I get Source not found error...
And I have created a couple of contacts on my emulator, which I am able to access through Contacts when I shut and restart it....
Q:
1. Why data source error?
2. Where are the contacts stored on the system?
Needless to say - Appreciate any pointers!!!
Regards,
...
|