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
When I tried to compile for adroid received the following error:
" String should be openfl.geom.Rectangle for Android compilation"
for file ImageUtils.hx on this line:
var imageData:ByteArray = bitmapData.encode(format, quality);