Last day I started to receive "An internal error occured" while trying to sign user with Google Plus in my application, that I used well and have not changed. The code has not changed for a long time.
GmsClient
returns
connect: bindService returned true for Intent { act=com.google.android.gms.plus.service.START }
service broker connected, binder: android.os.BinderProxy@40fdbd20
And right after that shows toast message "An internal error occured".
I tried to compile Google SDK+ samples and run on the same device but it shows the same error. Maybe something changed in Google APIs?