Gradle Build Error : com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536

On some device configuration, when running the Gradle build, it can happens that it fails with the following error : com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536 About my case, it happened to me when trying to build an app using Google Play Services library. And I solved the issue after a few attempts, ...

Extract Android ROM for reverse-engineering 4

  Hi mates 🙂 I will list the manufacturer from which I’ve managed to extract ROM so far, and the methodology to do it. Then in the last part, if you doesn’t have readable sources, I ll tell you how to get .java files (it’s not always 100% of the time the same code as the original sources, ...

{AIDE} Developpez en Java sur Android

Android IDE (AIDE) est une application gratuite que j’ai découvert il y a peu, qui permet de développer des applications Java, et de les compiler directement en .apk (extension des applications sous Android). Elle comporte toutes les librairies natives de Java qui peuvent être utilisées au développement d’applications traditionnelles et possède des fonctionnalités tout à ...