When comparing APK Easy Tool vs JADX, the Slant community recommends JADX for most people. In the question“What are the best apk decompilation tools?” JADX is ranked 1st while APK Easy Tool is ranked 2nd. The most important reason people chose JADX is:
JADX can decompile .dex files to Java class files, providing readability of the code.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Can look inside and modify an APK
The user interface is easy to use as every relevant option is on the main screen. The drag and drop function allows you to quickly change a file for a modified one and then recompile the APK for testing by deploying it on a smartphone or an emulator.
Pro Is actively supported
The developer regularly fixes bugs and solves issues in the software. See changelogs here.
Pro Can be used online
A web version is available here.
Pro Allows signing
Android OS requires the app to be signed, this can be done with this tool.
Pro Produces human-friendly source code
JADX can decompile .dex files to Java class files, providing readability of the code.
Pro Allows you to see the app structure after decompiling
It provides the app structure and a keyword search function to browse through the decompiled APK helping the user to understand its logic.
Pro Can save a decompiled app as a gradle project
Allows the user to save a decompiled apk as a Gradle project so it can be easily recognized by common IDE's like Android Studio or Eclipse.
Pro Free and open source
It's licensed under Apache 2.0.
Pro Available as web app yag
Apps can be decompiled using this tool at javadecompilers.com/apk.
Cons
Con No built-in code viewer/editor
A third party text editor or IDE is necessary to see and edit the files inside the decompiled APK.
Con Third party dependencies
You need to download and install .NET Framework >4.6.2 and Java SE/JDK.
Con App decompilation might fail
If the app uses some non-ASCII characters the decompilation will fail.