jadx/jadx-test-app
2015-10-10 14:26:23 +03:00
..
test-app@2f34a777ad test: added module for check recompilation of test app 2015-10-10 14:26:23 +03:00
build.gradle test: added module for check recompilation of test app 2015-10-10 14:26:23 +03:00
README.md test: added module for check recompilation of test app 2015-10-10 14:26:23 +03:00

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