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?