Learn Android Native APP dev by java & android studio.
- Decompile apk and re-build Smali files to apk
- Compile *.java to Dalvik byte code
- Compile *.java to *.smali file
- Write smail and run it at Android Emulator
- DEX to smali code
- How to install Androguard
- Get all packages for APK by Androguard
- Get all classes for APK by Androguard
- Tool for downloading APK from Google Play
- How to find Android SDK path at Win
- How to create Android project by cmd at Win
- How to build Android project by ant at Win