corona
corona copied to clipboard
[Android]: future proofing - resource optimization workaround
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.
(thank you again google 😒)