How to read static fields from an APK First install apktool brew install apktool Second run the command apktool d PATH_TO_THE_APK_FILE A file has been created at your current location. Then, open the file to read it open NEW_FILE