Hello everyone,
I’m currently working on a simple game and I’m having trouble including license files in the APK export. I’ve tried several methods, but none seem to work.
Despite these efforts, the license files are not being included in the final APK. I’ve also considered adding meta-data to the manifest, but I’m not sure if that’s the right approach.
I simply have a folder licenses and in the folder two files license.txt and copyright.txt
I need defold to add it itself, so that the signature key check will work fine
Could anyone provide guidance on how to properly include license files in the APK export? Any help would be greatly appreciated!
Thank you!