This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Android-nRF-Mesh compilation error after downloading Android source code

Based on Android studio 3.0, gradle-4.10.1 compile the project downloaded from github.com/.../android-nrf-mesh-library. I get the following error:

The module 'app' is an Android project without build variants ,and cannot be built.
Please fix the module's configuration in the build.gradle file and sync the project again.

The module 'meshprovisioner' is an project without build variants ,and cannot be built.
Please fix the module's configuration in the build.gradle file and syne the project again.

What can I do to ensure that I can compile and pass?

Related