Posts in 2017
-
Google Sign-in Developer Error
Saturday, May 27, 2017 in Android
less than a minute
Resolving google sign-in error: Status{statusCode=DEVELOPER_ERROR, resolution=null} Follow these steps: Go to play console: https://play.google.com/apps/publish/ Go to “Release Management” -> “App signing” Copy the SHA1 …
-
Android Emulator Startup Issues
Thursday, January 12, 2017 in Android
Categories:
2 minute read
KVM Permission Issue Error Dialog: KVM is required to run this AVD /dev/kvm device: permission denied. Grant current user access to /dev/kvm Do the following: # Check whether the user is root and group is kvm grep kvm /etc/group # if user is root and …