Get basic information of apk, including
- versionName
- versionCode
- packageName
- launchActivity
- Google SHA1 Fingerprint
- Facebook Keyhash
./apkinfo.sh NAME.apk
(Required aapt
and keytool
, please make sure you have these.)
⚡huli@mac ➜ demo» ./apkinfo.sh test.apk
Google SHA1 Fingerprint: 31:13:6B:CC:A8:7F:11:68:0F:20:45:2B:90:57:59:54:4C:C1:CF:1A
Facebook Keyhash: gPIEU7ZV7hkFdNrzHh/EWEzBzxo=
launchActivity: com.example.demo.MainActivity
packageName: com.example.demo
versionCode: 1
versionName: 1.0.0
MIT