https://github.com/ibotpeaches/testapks
Lots of Apktool bugs require me to create test apks as unit-tests. I will start storing the source of those applications here.
https://github.com/ibotpeaches/testapks
Last synced: 12 months ago
JSON representation
Lots of Apktool bugs require me to create test apks as unit-tests. I will start storing the source of those applications here.
- Host: GitHub
- URL: https://github.com/ibotpeaches/testapks
- Owner: iBotPeaches
- License: unlicense
- Created: 2015-04-17T11:46:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T01:16:33.000Z (about 2 years ago)
- Last Synced: 2025-04-06T03:32:03.060Z (about 1 year ago)
- Language: Java
- Size: 971 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestApks
Lots of Apktool bugs require me to create test apks as unit-tests. I will start storing the source of those applications here.
## Building APKs
1. `cd Issue###` - Move into the directory that you wish to build.
2. `./gradlew assembleDebug` - Builds APK.
3. cd `app/builds/output/apk` - Move to build directory.
4. Find aligned and non-aligned debug builds here.
## Finding associated bug report
Simply match the IssueID to the bug reports here - https://github.com/iBotPeaches/Apktool