-
Notifications
You must be signed in to change notification settings - Fork 250
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
running ./build.sh opentyrian results in an apk missing the assets files #126
Comments
Works okay on my side. Could you please add 'set -x' to the beginning of
build.sh and copyAssets.sh and copy here it's output?
…On Fri, Feb 12, 2021 at 1:23 AM Steve ***@***.***> wrote:
I can successfully generate a release apk, but it fails to bundle the zip
files from the ApplicationData directory into the assets directory.
Manually copying them to the assets directory and running ./build.sh debug
opentyrian results in a debug apk without the missing zip files, but I
cannot generate a release apk with the zips/assets.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#126>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABF5QHFQRGSJVTHHL7KDKTS6RRH5ANCNFSM4XPXFLCA>
.
|
++ install_apk=false BUILD SUCCESSFUL in 6s |
I can successfully generate a release apk, but it fails to bundle the zip files from the ApplicationData directory into the assets directory. Manually copying them to the assets directory and running ./build.sh debug opentyrian results in a debug apk without the missing zip files, but I cannot generate a release apk with the zips/assets.
The text was updated successfully, but these errors were encountered: