Artem Bazhanov
Artem Bazhanov
This problem is still presented. I know two guys faced with it when they are trying to import the same project into Android Studio. They are both using long path...
Появляется после нажатия кнопки Execute. Похоже, что ошибка связана с попыткой работы с Preferences.get(), так как, ошибка пропала, когда я избавился от этого кода.
Here is a solution: https://github.com/skydiver/ewelink-api/issues/133#issue-775436153
Looks like fixed in 1.3.40
Also faced with the problem. In my case I do the next steps to install kotlin-danger on Mac OS: 1. `git clone https://github.com/danger/kotlin.git --branch 1.2.0 --depth 1 _danger-kotlin` 2. `cd...
It looks like the same problem with Roborock S8 Ultra Pro. It doesn't work with miiocli after I added vacuum Roborock app. When I resetting my vacuum and connect it...
Hello, what is the dependency I have to add to KMM project to use the library on iOS? I can't find it in example or readme. But when I am...
Hello! Sure, just fork it, add your changes and create pull request.
@vinceglb, sorry for not mentioning the key detail earlier: this issue occurs only in sandbox mode after publishing to TestFlight, so I can't reproduce it in the sample application. I...
Thank you for the link. It seems like the solution might be: ``` System.setProperty("jna.nounpack", "true"); System.setProperty("jna.boot.library.path", ""); ``` However, could you clarify what path should be specified here? As far...