j-px

Results 273 comments of j-px

Looks like v0.17.0 fixes some occasional index out of bounds errors. We'll try to upgrade to it soon, but it will take some time as it didn't work immediately.

Upgraded to v0.17.2 recently, should've been fixed.

Which exact Sketchware Pro version did you use, e.g. v6.4.0-rc01?

Is there any specific error message you're getting in the app or something? Could you maybe share an AAB and APK of that project?

Anything related to build.gradle isn't related to Sketchware and Sketchware Pro. They don't use Gradle to build projects. What tool did you use to convert that AAB into a usable...

I meant the app you used to convert the AAB to e.g. an APK.

Can you share the AAB file and output APK file so that I can have a look at them?

Thanks, will look at them now.

Just checked, and in the AAB those asset files are compressed somehow. Gonna investigate further.

> you need to use Config$Compression#addAllUncompressedGlob(extensions to not compress) inorder to not compress it. Thanks, I'll try to use that to add already not compressed files in the main module...