I am study the samples of the new Android Version IceCream to try new features.
Here I run the sample which name is SampleSyncAdapter,but I can’t connect to the server successfully, the server url is: http://samplesyncadapter2.appspot.com/, I also tried it with my browser, and get failed either, are there anyone who have tried this sample successfully?
I am study the samples of the new Android Version IceCream to try new
Share
The server does work for me; if for some reason you’re unable to reach the server (or other App Engine apps), an alternative is to download the App Engine SDK and run a local server. The server-side source code for
SampleSyncAdapteris packaged with the rest of the sample code in thesamplesyncadapter_server/directory.