Roman Hosek
Roman Hosek
Could not initialize class org.codehaus.groovy.runtime.InvokerHelper when using "rnv -p androidwear"
@uplusion23 you need to update the gradle/ gradle plugin version: ``` "platforms": { "android": { "gradleWrapperVersion": "6.7.1", "gradleBuildToolsVersion": "4.2.1", ```
Could not initialize class org.codehaus.groovy.runtime.InvokerHelper when using "rnv -p androidwear"
Aaah yes, I see, your renative is too old and dont have placeholder in wrapper to override the value via config, you will need to use build inject instead. Take...
Hi, please try to run jetifier again after adding the dependency `npx yarn jetifier`
Problem is that esp32 core was installed via boards manager, but into different location - MS Store Arduino IDE is probably some custom build of Arduino IDE with different default...
I'm using FrogBoard, but it doesn't matter, I often select generic ESP32 Dev module + set params like flash size manually.  Btw when I...
Hello, its probably because openCVLibrary300 included in project is 2 years old and its missing the 64bit version. I didn't use dynamic linking for the library because in the past,...
Hello, I calculated it regarding set (~100) face images, no big research behind it.
Hi, I tried it yesterday on Raspbery Zero and latest Raspbian, some hints for others: For step 3 - if config file is not found, try `sudo modprobe configs` For...
I've got same error. Add username field to the model: **models.py:28** `username = db.Column(db.Unicode(50), nullable=False, server_default=u'')` and fill it in **manage_commands.py:49** `user = User(email=email, first_name=first_name, username=first_name,` (you may need to...
Hi, Im trying it now, seems thats supported out of the box: https://github.com/PaulusElektrus/sdm120_esp32_influxdb/tree/master