mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 04:39:46 +00:00
.. | ||
test-app@2f34a777ad | ||
build.gradle | ||
README.md |
Run jadx on test android application
This module contains build scripts for test recompilation of simple android app from: https://github.com/skylot/jadx-test-app
For run tests type follow commands in jadx root directory:
git submodule init
git submodule update
./gradlew testAppCheck
Note: You will need connected device or emulator for success