SimpleBle
SimpleBle copied to clipboard
Build failed exception
Task failed with an exception.
- What went wrong: Execution failed for task ':app:mergeDebugNativeLibs'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.ederdoski.ble:simpleble:1.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/ederdoski/ble/simpleble/1.0/simpleble-1.0.pom - https://repo.maven.apache.org/maven2/com/ederdoski/ble/simpleble/1.0/simpleble-1.0.pom Required by: project :app
This is my build gradle file.
// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '7.2.1' apply false id 'com.android.library' version '7.2.1' apply false }
task clean(type: Delete) { delete rootProject.buildDir }