lambdasoup

Android cheatsheet

Maximilian Hille / Wed, Jul 29, 2015

I googled the following things so often that I will be lazy and put them on my site for easier retrieval:

Android debug keystore fingerprint

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android

Source

Android emulator hardware acceleration

emulator -avd <avd_name> -qemu -m 512 -enable-kvm

Source

Android emulator mock GPS location

adb emu geo fix 121.4961236714487 31.24010934431376

Source