In my application I have integrated google drive api for file upload.its working well before signing apk.But after signing apk getting file upload error.
05-10 11:35:08.358: E/GooglePlayServicesUtil(16529): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
05-10 11:35:08.448: W/GLSUser(1008): GoogleAccountDataService.getToken()
05-10 11:35:09.118: W/System.err(16529): com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException
05-10 11:35:09.118: W/System.err(16529): at com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential$RequestHandler.intercept(GoogleAccountCredential.java:286)
05-10 11:35:09.118: W/System.err(16529): at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:858)
05-10 11:35:09.118: W/System.err(16529): at com.google.api.client.googleapis.media.MediaHttpUploader.executeCurrentRequest(MediaHttpUploader.java:559)
05-10 11:35:09.118: W/System.err(16529): at com.google.api.client.googleapis.media.MediaHttpUploader.executeCurrentRequestWithBackOffAndGZip(MediaHttpUploader.java:581)
I have created new client id A app console.everything works fine before signing. is there any solution?