FAILURE: Build failed with an exception.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 663
- PR merge metrics
- No merged PRs in 30d
Description
------------ Building Exploit APK ------------
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '17.0.6'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Do you want to install this to your device? (y/n)y
INFO - Installing...
INFO - The apk can be found in the /home/kali/Desktop/qark/qark-0.9-alpha.10/build/qark directory
Performing Streamed Install
adb: failed to stat /home/kali/Desktop/qark/qark-0.9-alpha.10/build/qark/app/build/outputs/apk/app-debug.apk: No such file or directory
An html report of the findings is located in : /home/kali/Desktop/qark/qark-0.9-alpha.10/report/report.html
Goodbye!
***************** After changing Java to 11.0.17 *************
------------ Building Exploit APK ------------
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '11.0.17'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Do you want to install this to your device? (y/n)y
INFO - Installing...
INFO - The apk can be found in the /home/kali/Desktop/qark/qark-0.9-alpha.10/build/qark directory
Performing Streamed Install
adb: failed to stat /home/kali/Desktop/qark/qark-0.9-alpha.10/build/qark/app/build/outputs/apk/app-debug.apk: No such file or directory
An html report of the findings is located in : /home/kali/Desktop/qark/qark-0.9-alpha.10/report/report.html
Goodbye!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the exploit APK build with the reported Java versions and inspect the build/qark and app/build/outputs/apk paths shown in the report. Done means the build completes, the APK is created at the expected path, and installation no longer fails because the APK is missing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java, python
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100