Skip to content
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

Duplicated assets in APK #14

Open
Cervator opened this issue Jul 6, 2020 · 1 comment
Open

Duplicated assets in APK #14

Cervator opened this issue Jul 6, 2020 · 1 comment
Labels

Comments

@Cervator
Copy link
Member

Cervator commented Jul 6, 2020

An APK build at present will grab the assets directory twice.

  • Once at the root of the APK
  • Once inside org\destinationsol\assets

I tried blindly to comment out from "$rootDir/engine/src/main/resources/org/destinationsol" in the Android build file to leave out one set which worked fine, and gradlew android:assembleRelease with our keystore (see private infra repo for details) did seemingly make a signed and valid APK. I just have no idea if it worked as the Play Store rejected it for other reasons (see other issue I'm about to file)

Sorting out which copy of the assets to keep shouldn't be too hard


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Cervator Cervator added the bug label Jul 6, 2020
@BenjaminAmos
Copy link
Contributor

This should have been fixed by #22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants