Cliff,
First, thanks for the reply, you are the only one to respond.
I have added contacts to the contact list and I am able to select from
the list, so that's not a problem. The problem is after the selection is made
the code stops executing with a runtime exception (I included the call stack below). In the source code window of eclipse I get a message that says
"Source not found." The classname in the tab of the source window is the
same as the last entry in the call stack "ActivityThread.deliverResults".
So I don't know why it is getting the exception, and I'm not sure where to
look for the source code so I could add its directory to the source path.
As I mentioned this is the unmodified code, right from the example.
Any suggestions are appreciated.
Thanks much
Dave
Thread [<1> main] (Suspended (exception RuntimeException))
ActivityThread.deliverResults(ActivityThread$Activ ityClientRecord, List) line: 2532
ActivityThread.handleSendResult(ActivityThread$Res ultData) line: 2574
ActivityThread.access$2000(ActivityThread, ActivityThread$ResultData) line: 117
ActivityThread$ResultData(ActivityThread$H).handle Message(Message) line: 961
ActivityThread$H(Handler).dispatchMessage(Message) line: 99
Looper.loop() line: 123
ActivityThread.main(String[]) line: 3683
Method.invokeNative(Object, Object[], Class, Class[], Class, int, boolean) line: not available [native method]
Method.invoke(Object, Object...) line: 507
ZygoteInit$MethodAndArgsCaller.run() line: 839
ZygoteInit.main(String[]) line: 597
NativeStart.main(String[]) line: not available [native method]
|