Alexandre Vallières
Results
3
comments of
Alexandre Vallières
I think I might have some new information about that problem. Since the `getInstance()` method is static, I just put it in my main, which resolved the error when loading...
Yes, I have the same problem, the library cannot be used with ESP32.
Managed to bypass the problem by adding to following line to the element of the Android App Manifest: ```xml android:largeHeap="true" ``` However, this not optimal as it shows poor memory...