-
Notifications
You must be signed in to change notification settings - Fork 166
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
PWA Builder CloudAPK (Bubblewrap) zipalign issue "Failed. Status code 500, Error: Internal Server Error, Details: Error generating app package" #552
Comments
Recent versions of the Gradle plugin will automatically zipalign the APK, and calling zipalign in those cases is redundant. See this issue. To reflect this, the Bubblewrap CLI only verifies the APK is zipaligned. ClouldAPK seems to be still calling CC @nohe427 , as he may know more about the zipalign change. |
Thanks for getting back so quickly Andre, I've informed the PWAB team of this change. |
FYI, we've updated our side of this as well. I believe you can close this. |
This changes the user agent that is being sent to sites to match that of a browser. Some sites were blocking our requests because of the default user agent. node-fetch has some issues when attempting to set the user agent, so this was left alone for now, especially because in #552 there is a mention of potentially removing the user agent.
* Set a default user-agent This changes the user agent that is being sent to sites to match that of a browser. Some sites were blocking our requests because of the default user agent. node-fetch has some issues when attempting to set the user agent, so this was left alone for now, especially because in #552 there is a mention of potentially removing the user agent. * Added headers for node-fetch
Hello,
I'm trying to get PWA Builder CloudAPK running.
https://github.com/pwa-builder/CloudAPK
I'm getting an error generating an Android package with just the default settings. PWA Builder team did note that I was using the correction SDK version (30.0.3) and suggested that I seek help from the Bubblewrap team instead. Any ideas on what's going on here?
Failed. Status code 500, Error: Internal Server Error, Details: Error generating app package: Error: Command failed: "/home/ubuntu/api/CloudAPK/android-sdk/build-tools/30.0.3/zipalign" -v -f -p 4 /tmp/pwabuilder-cloudapk--24177-thSWAhVabhJC/app/build/outputs/apk/release/app-release-unsigned.apk /tmp/pwabuilder-cloudapk--24177-thSWAhVabhJC/app-release-unsigned-aligned.apk
The text was updated successfully, but these errors were encountered: