-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
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
Bundletool cannot package with "wrap.sh" #149
Comments
Fixed in 0.14.0. |
@ymakhno I found this solution not work |
In .aab file wrap.sh must be placed under |
It is not the truth when I followed the instruction in this page. Feel free to clone my project https://github.com/zhaoshe/BundleToolIssue149Demo and execute ./gradlew :app:bundleDebug. |
It is Android Gradle Plugin issue in this case because |
@zhaoshe did you find a workaround? I might make a pull request to fix this if there's no workaround |
I just forked this project, made some change and packaged a bundle.jar. |
Describe the bug
I tried to add
wrap.sh
as described on https://developer.android.com/ndk/guides/wrap-script#packaging_wrapshBut
bundletool
fails whenwrap.sh
is added.Bundletool version(s) affected
Version: 0.13.3
Stacktrace
Copy all of the output of the command, including the stacktrace if visible.
To Reproduce
Source code is https://github.com/ganadist/VersionCodeDemo/tree/wrapsh_packaging.
Note: branch name is
wrapsh_packaging
There is no problem when perform
:app:assembleDebug
task, but when perform:app:bundleDevelop
task, error will be raised.Expected behavior
AppBundle created without any problem.
Known workaround
Environment:
OS: Archlinux
Android Gradle Plugin: 3.6.1
Additional context
AGP 3.6.1 contains bundletool 0.10.3, but, sample project is using bundletool 0.13.3
The text was updated successfully, but these errors were encountered: