ibotpeaches/apktool

A tool for reverse engineering Android apk files

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 32 minutes ago
Added to GitGenius on September 2nd, 2026
Created on March 19th, 2012
Open Issues & Pull Requests: 77 (+0)
GitHub issues: Enabled
Number of forks: 3,994
Total Stargazers: 25,494 (+0)
Total Subscribers: 668 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.5 hours
Mean response time: 5.3 days
90th percentile: 10.2 days
Tracked items: 219

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 9% of issues opened in the past year have been closed. Three people close 77% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 32
New in 7 days: 3
Closed in 7 days: 5
Avg open age: 882 days
Stale 30+ days: 28
Stale 90+ days: 24

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 4

Top labels

  • Bug (22)
  • Waiting for issuer (15)
  • ARSC (8)
  • 3rd-party (6)
  • AXML (2)
  • Windows (1)
  • java (1)

Detailed Description

apktool is a tool for reverse engineering Android apk files.

The tool addresses the challenge of analyzing and modifying Android applications by providing a way to decode apk files into their constituent resources and source code. It works by extracting and decompiling apk archives, allowing developers to inspect application resources, manifest files, and compiled code in a human-readable format. The tool can also repackage modified resources back into working apk files, enabling both analysis and modification workflows.

Developers working on Android security research, app analysis, or legitimate modification of their own applications should consider this tool. It is particularly suited for projects requiring deep inspection of apk structure, resource extraction, or the ability to rebuild applications after making changes. The tool handles the complexity of Android's binary resource formats, including 9patch images and compiled resource tables, which would otherwise require manual binary parsing.

The project maintains active engagement with its user base through issue tracking and pull request reviews. Development activity shows consistent attention to bug fixes and feature requests from the community. The tool receives updates addressing compatibility with newer Android versions and improvements to its decompilation accuracy.