Gradle build issue, cannot find dependency
Hello everyone,
Starting from today, I have a build error in android gradle:
> Could not find com.mbientlab:metawear:3.8.1.
Required by:
project :app
with ivy url as suggested:
https://mbientlab.com/releases/ivyrep
Please advice.
Regards,
Nick
Comments
Do you have the metawear url in your build.gradle file?
See https://github.com/mbientlab/MetaWear-SDK-Android/blob/master/build.gradle
Hello Laura,
Yes I do, exactly like the suggestion. Is this working for you?
It looks good now, I was able to build the project normally. Must have been a temporary glitch.