• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Login in app calendar on Android emulator?

aby

Lurker
Hi,

I'm trying to modify the app calendar on Android emulator, but it needs to set login information or the app calendar would crash if we don't mark following codes in LaunchActivity.java of calendar source projects.

GoogleLoginServiceHelper.getCredentials(
this,
GET_ACCOUNT_REQUEST,
bundle,
GoogleLoginServiceConstants.PREFER_HOSTED,
Gmail.GMAIL_AUTH_SERVICE,
true);

But it displays nothing if I marked above codes. Maybe the GoogleLoginServe is not workable in Android SDK when calling GoogleLoginServiceHelper. Is there anyone knows solution?

Thanks
 
Back
Top Bottom