Registry / utility / apk-parser

apk-parser

JSON →
library2.6.10javamavenunverified

Parses Android APK files to extract metadata such as package name, version, permissions, and resources.

<dependency> <groupId>net.dongliu</groupId> <artifactId>apk-parser</artifactId> <version>2.6.10</version> </dependency>
INSTALL
IMPORT
SIG · APK-PARSER
A
apk-parser
utilityjavav2.6.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ApkFile
net.dongliu.apk.parser.ApkFile

Opens an APK file and prints its package name.

import net.dongliu.apk.parser.ApkFile; import java.io.File; public class Example { public static void main(String[] args) throws Exception { try (ApkFile apkFile = new ApkFile(new File("app.apk"))) { String packageName = apkFile.getApkMeta().getPackageName(); System.out.println("Package: " + packageName); } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Meta
1
Resources
apk-parser — mvn dependency:get apk-parser · libregistry