-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
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.