corona icon indicating copy to clipboard operation
corona copied to clipboard

[Android]: future proofing - resource optimization workaround

Open Shchvova opened this issue 1 year ago • 1 comments

Starting with next Android Plugin, Google would start to rename resources, so the file names would have to be mapped.

To test, remove android.enableResourceOptimizations=false from gradle.properties and run put SampleCode/Interface/WidgetDemo there.

Potential fix is to map file names FileService.java or implement mapping function there and put it everywhere.

Shchvova avatar Aug 22 '23 15:08 Shchvova

(thank you again google 😒)

Shchvova avatar Aug 22 '23 15:08 Shchvova