I installed the example SampleSyncAdapter from the sdk into eclipse--it runs in the emulator--e.g, if i go to Settings>>Account & Sync, I do see the SamplesyncAdapter Account--but i can't log in when i select it--the Google documentation is next to useless in terms of orienting developers--what should I enter to log in? How do I run the application--I want to run it in debug to walk thru the code.
UPDATE: i found answer--if anyone is having same issue:
http://groups.google.com/group/android-developers/browse_thread/thread/ac875a97679122f0
Refer to the reply by Megha in the above thread--also, refer to the class NetworkUtilities if you are trying to understand how the external server is contacted for the update--in my case I will alter this class to point to a local tomcat/servlet to experiment.
It sure is hard to understand why the Google Developer Reference site does not contain the information in the above thread--which was supplied by a google employee over a year ago.