You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
An APK build at present will grab the assets directory twice.
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, andgradlew 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.
The text was updated successfully, but these errors were encountered: