mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 12:50:02 +00:00
366 B
366 B
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