-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello,
I am using ColinTreeListView (2019.6.5 – Version 11) in a Kodular project and facing a runtime crash.
Error at runtime:
java.lang.NoSuchMethodError: No static method getBitmapDrawableAsync / getBitmapDrawable in com.google.appinventor.components.runtime.util.MediaUtil
Details:
Platform: Kodular
Extension version: ColinTreeListView 2019.6.5 (v11)
The app builds successfully, but crashes when the TreeListView loads
Community feedback:
Kodular community confirmed that:
The extension uses MediaUtil.getBitmapDrawable(...)
This method no longer exists in the latest Kodular / MIT AI2 / Niotron runtimes
This is not related to Android version, but a compiler/runtime API change
Request:
Could you please:
Update the extension to use the current MediaUtil image-loading methods, or
Provide a Kodular-compatible updated build
This extension is very useful, and an update would help many users on newer AI2-based platforms.
Thank you for your time and support.