apk-parser icon indicating copy to clipboard operation
apk-parser copied to clipboard

Results 3 apk-parser issues
Sort by recently updated
recently updated
newest added

I got this on the sample on Pixel 6 with Android 12.1 beta 3 : can't parse apk for "android" in: "/system/framework/framework-res.apk" - exception:net.dongliu.apk.parser.exception.ParserException: Unexpected chunk Type: 0x206 isSystemApp?true There...

Running the sample, I've found this app that it failed to get its app-name (label) properly : apk label is different for "com.google.android.networkstack.permissionconfig" on /system/priv-app/NetworkPermissionConfigGoogle/NetworkPermissionConfigGoogle.apk : correct one is: "com.android.server.NetworkPermissionConfig"...

Running the sample, I've found these apps that it failed to get their app-icons: can't get app icon for "com.google.android.flipendo" in: "/system_ext/app/Flipendo/Flipendo.apk" isSystemApp?true can't get app icon for "com.google.android.permissioncontroller" in:...