Hello everyone,
I’m currently working on a project that uses the PersonalImageClassifier extension. I wanted to share my experience and see if anyone can help me troubleshoot an issue I’m having with another no-code platform.
Here’s the situation:
In App Inventor, the extension works perfectly. My application runs, and the PersonalImageClassifier loads and functions as expected. I can initialize the classifier and make predictions without any problems.
On the other no-code platform, when testing the project in Companion, the extension works correctly and all related blocks are triggered as expected.
However, when I build the APK on the other no-code platform, the application itself runs, but the extension does not load. The classifier does not initialize, and none of the related blocks (like classifierReady) are triggered.
Is there something specific I should check regarding compatibility with newer Android versions or platform settings? Any advice or ideas would be greatly appreciated!
Thank you!