We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System Ubuntu 18.04.1 LTS scan.apk
python apk_builder.py --apk /home/david/scan.apk
[I] Preparing work directory... [I] Expanding APK... [I] Searching .smali [I] Patching .smali [I] Injecting libs [I] Building APK ../../../../../tmp/appmon_apk/org.a4_mobile.scanshop/smali/org/a4_mobile/scanshop/MainActivity.smali[107,4] missing END_METHOD_DIRECTIVE at '.method' ../../../../../tmp/appmon_apk/org.a4_mobile.scanshop/smali/org/a4_mobile/scanshop/MainActivity.smali[118,4] missing EOF at '.locals' Could not smali file: org/a4_mobile/scanshop/MainActivity.smali Traceback (most recent call last): File "apk_builder.py", line 176, in <module> build_apk_output = subprocess.check_output(["apktool", "build", os.path.join(WORK_DIR, package_name)]) File "/usr/lib/python2.7/subprocess.py", line 223, in check_output raise CalledProcessError(retcode, cmd, output=output) CalledProcessError: Command '['apktool', 'build', '/tmp/appmon_apk/org.a4_mobile.scanshop']' returned non-zero exit status 1
The text was updated successfully, but these errors were encountered:
Same thing here...
Sorry, something went wrong.
No branches or pull requests
System
Ubuntu 18.04.1 LTS
scan.apk
python apk_builder.py --apk /home/david/scan.apk
The text was updated successfully, but these errors were encountered: