Hello,
It looks like the problem is with the returned cursor (c) for the contacts list.
In my case this cursor returns null, and throws the exeption.
Don't know if thats the exeption you mean..
I got this error in lots of 0.9 demo's, when i migrate them to 1.0.
Still haven't found a solution or reason for this.
(but busy reading the docs about this)
edit:
One main cause for throwing a error, is that the folowing is missing in the AndroidManifest.XML.
<uses-library android:name="com.google.android.maps" />
This line comes in the application tags.
Using xml Syntax Highlighting
<application android:icon="@drawable/icon">
<uses-library android:name="com.google.android.maps" />
....
Parsed in 0.001 seconds, using
GeSHi 1.0.8.4
But after changing that, the errors are gone, but the rewritten code won'twork.
There is to mutch changed and set inactive (probaly for not throwing errors..)
If i got some time i will give it a shot to rewrite the code.
For the null cursor i have at least found a solution. Was a permission problem.