Getting error using ContactManager Sample
Posted
by OceanBlue
on Stack Overflow
See other posts from Stack Overflow
or by OceanBlue
Published on 2010-06-02T23:51:41Z
Indexed on
2010/06/02
23:54 UTC
Read the original article
Hit count: 248
android
|android-sdk
I have created some contacts data in the emulator. When I run the ContactManager sample app downloaded from the Android site, I get an error. Specifically, when trying to add a Contact through the app, I get a NullPointerException.
I think it is because the "Target Accounts" spinner on the scree is not getting populated, and hence I cannot select a Target Account before adding a contact.
Has anyone run across this problem or has any clues on how to fix this?
© Stack Overflow or respective owner