3.9
1.7K reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Explore the Dex / Apk files of all your installed apps and downloaded apk's.

A simple decompiler is included, but is not able to show method bodies.

FEATURE SET
★ Browse through java packages and files
★ Show Class definition, fields and method signatures
★ Browse through assets, lib and res folders and files
★ View the AndroidManifest.xml
★ Tablet (2 pane) support
★ Several source tree icon styles
★ Several syntax highlight styles
★ Option to ignore ActionbarSherlock and AppCompat resources
★ Previews of commonly used file types:
★★ XML files, with syntax highlighting
★★ Image files, with adjustable background colors
★★ Audio files, with playback
★★ Font files, with a text editor
★★ General text files
★ These files can also be viewed in your application of choice
★ Can be used to open apk files from a file explorer app

Developer tool. Useful for example for checking Proguard effectively.

If you would like to help with translating this app to other languages or have a suggestion, please let us know at dexplorer@addonsdetector.com.

DISCLAIMER
This app is not intended for piracy or other non-legal purposes. Use at your own risk and own responsibility. We are in no way responsible for your use of the app.

PERMISSIONS
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
- Needed for the 'Open with' function

android.permission.INTERNET
- Needed for crash reporting, we don't collect any analytics or other data.
Updated on
Jan 12, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
This app may share these data types with third parties
App activity and App info and performance
This app may collect these data types
App activity and App info and performance
Data is encrypted in transit
Data can’t be deleted

Ratings and reviews

3.8
1.59K reviews
peperoni man
November 19, 2023
Well-made app. Simple but sweet, it does it's job as it says. I think a few modifications would be very helpful, such as allowing copy to lines of code when double tapped/held, and the most wanted of mine: to be able to edit, delete and create files(a file explorer).
2 people found this review helpful
Did you find this helpful?
Addons Detector
November 19, 2023
Hi, yes copying is certainly something we can add, editing not. That is a whole other ballgame. And it would also run against our intent of not supporting piracy.
Alex Carey
January 22, 2021
I like this program! For once a program that will read an application, divide the code into sections decompile it then allows you to select and edit the code. A great way to learn programming for the Android if your serious about writing scripts for Android this is a great way to see a script in action step by step.
60 people found this review helpful
Did you find this helpful?
bolatium
August 24, 2021
There's some resources it can't extract, but that's because the methods that compilers use to embed audio, video, images, text, etc. use different methods, some of which are probably proprietary.
35 people found this review helpful
Did you find this helpful?

What's new

- Add Rust based AndroidManifest parser, for better quality manifest display.
- Improve selection stability.