Closed clang-clang-clang closed 1 year ago
Added memo #610
Oh. Does something breaks because of this flag is true? Btw, you can edit your issues/PRs ;)
Refer: commit ad9bf162e2db195a5d8d4682336009b20db1d072 and commit f12fb5748dc1fe3f98610101be4647be4f3eabf8
Without the option, the default value of "true" is used, which results in the resource filenames being shrink and obfuscated, resulting in the widget resource not being found.
Set the option to false
is temporary solution (this PR), may find another solution later (#610 as memo) :D
follow up on #611
Haha :) I am the one who put it there in the first place.
^ Although the Android Gradle plugin will complain, but afaik Solar2D need to keep the widget resource as-is before found out more practical solution.