Alexander Melnikov

Results 4 comments of Alexander Melnikov

After upgrading rive from 0.9.1 to 0.10.4 in our project it also tries to access cmake version `3.10.2` during `flutter build apk --release`. I was able to fix local build...

@mjtalbot Just tried to prepare an example, but noticed that it works just fine on a completely new project. By default it does everything just as in your bitrise build...

For anyone experiencing the issue: ``` A problem occurred configuring project ':rive_common'. > com.android.builder.errors.EvalIssueException: CMake '3.10.2' was not found in SDK, PATH, or by cmake.dir property. ``` In our case...

> which ndk version are you targeting? @mjtalbot I also used the same ndkVersion "25.1.8937393" in `gradle.build`. All in all this issue is less critical for our project, compared to...