Tag archives for APK
Decompile an APK and get Java source code
Sometimes, it can be useful to decompile an APK for Android and try to get Java source code. In this tutorial, you're going to learn how to achieve that. There are 2 main ways to process this decompilation. First is to use Smali / Baksmali format with these tools : . Smali is an assembler / disassembler for Dex Format…
Discover Jack and Jill for Android !
Last week, Google announced the first version of a new experimental toolchain for Android. This new toolchain is designed to improve build times and simplify development by reducing dependencies on others tools. This new toolchain is named Jack (Java Android Compiler Kit) and Jill (Jack Intermediate Library Linker). These two tools are at the core of the build process. How…