googlearchive / solutions-mobile-backend-starter-android-client

Apache License 2.0
81 stars 73 forks source link

Could not find CloudBackendAndroidClient.apk #2

Closed manas-mukherjee closed 11 years ago

manas-mukherjee commented 11 years ago

While sending a message using this app, We're getting the following error msg "com.google.api.client.googleapis.json.GoogleJsonResponseException: 503 Service Unavailable"

PN - It was working fine yesterday.

Sometimes, we are also getting the following exception while launching the application. "java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.cloud.backend.android/com.google.cloud.backend.android.sample.guestbook.GuestbookActivity}: java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf"

Can you please help us to resolve these two issues.

Thanks

manas-mukherjee commented 11 years ago

Both the issues are resolved now. I'm closing this ticket.

1st issue - I had enabled cloud messaging option from 'admin/configure.jsp' page. I was getting registration id as null (due to authentication failure). [ I didn't sign in to my google account from emulator].

2nd issue - I had to create a google api supported emulator.

newaz thanks