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

where is the BLE Library?

I download the android source code, Android-nRF-Toolbox-master, from "github.com/.../Android-nRF-Toolbox". Compile with AndroidStudio v3.0, it said that "Unable to resolve dependency for ':app@debug/complieClasspath': Could not resove project:ble."

It cause by the build.gradle file under folder app. dependencies { // Import the BLE Library implementation project(':ble') }

How to fix this issue?

Related