androidbinary Android二进制文件解析器 高级API 解析APK文件 package main import ( "github.com/shogo82148/androidbinary/apk" ) func main () { pkg , _ := apk . OpenFile ( "your-android-app.apk" ) defer pkg . Close () icon , _ := pkg . Icon ( nil ) // returns the icon of APK as image.Image pkgName := pkg . PackageName () // returns the package name resConfigEN := & androidbinary. ResTableConfig { Language :