Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (7k points)

On the Android platform is it possible to decompile an APK package or DEX file? Are there any tools that can decompile an APK file?

1 Answer

0 votes
by (13.1k points)

You can use these three tools to decompile an APK file:

  1. Dex2jar - Tools to work with android .dex and java .class files

  2. ApkTool - A tool for reverse engineering Android apk files

  3. JD-GUI - Java Decompiler is a tool to decompile and analyze Java 5 “byte code” and the later versions.

Want to learn Android? Check out the android development course from Intellipaat.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Sep 18, 2019 in Java by Ritik (3.5k points)
0 votes
1 answer

Browse Categories

...