java - HandleSignInResult = false when trying to Google sign in -
i followed this google documentation , copy , pasted whole signinactivity xml files , string resources needed. everytime when try sign in emulator in logcat shows handlesigninresult: false
. i've been trying google sign in work week setup achievements , leaderboard. hope me solve huge headache.
edit: part have choose email sign in working, actual sign in not.
edit: got release key sha 1 , added json file app/ module, still after has shown me email pick sign in click on 1 , still doesn't connect!!!
edit: 4 seconds ago saved edit , after worked!!!!:d:d:d:d!!!!!! , in case if sees , has problems sha1 download this program, it's easier getting headache freaking terminal/cmd. , i'm off celebrate win against evil google sign in. oh , got working on phone , it's still not working on emulator, that's not problem.
first check manifest, add internet permission?
<uses-permission android:name="android.permission.internet" />
Comments
Post a Comment