-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open Android packages as zip archives #4711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
zyv
added a commit
that referenced
this issue
May 26, 2025
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Could you please test #4714 ? |
Copied the settings, seems to work correctly for apk files |
Thanks! and for other files? |
Yes, I could test an |
zyv
added a commit
that referenced
this issue
May 28, 2025
…mc_ext Ticket #4711: support browsing Android packages (APK) in mc.ext
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing request for this?
Is your feature request related to a problem?
I often want to inspect the content of Android packages (apk, aar, and aab).
Those are, after all, zip archives that can be opened by any program that can handle
.zip
filesDescribe the solution you'd like
I would like to be able to explore
.apk
,.aar
, and.aab
filesDescribe alternatives you've considered
Rename those file to
.zip
, create a user-definedmc.ext.ini
, or modify the globalmc.ext.ini
Additional context
The proposed change would be to modify
to
or create separate entries, similarly to
jar
filesthe output of
file
on a couple of testapk
isAndroid package (APK), with gradle app-metadata.properties
/Android package (APK), with AndroidManifest.xml, with APK Signing Block
, but I think on some system (or with different archives) it wasZip archive data
.The output of
file
on anaab
isZip archive data
.The text was updated successfully, but these errors were encountered: