I have a problem on ICS when I try to use google calendar api. To get a list of events, I have a AsyncTask and inside doInBackground() I make the service calls but still I r
It seems the problem was in the manifest.. I had this attribute in the uses-sdk tag:
android:targetSdkVersion="10"
After I removed this attribute, the app worked.