I am try build DaoExample. I changed nothing.
AndroidStudio and command line give same error:
aaa@shome:~/develop/android/DaoExample$ ./gradlew
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring root project 'DaoExample'.
Could not resolve all dependencies for configuration ':_debugApkCopy'.
Could not find org.greenrobot:greendao:3.2.0.
Required by:
:DaoExample:unspecified
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
I am try build DaoExample. I changed nothing. AndroidStudio and command line give same error:
aaa@shome:~/develop/android/DaoExample$ ./gradlew FAILURE: Build failed with an exception.
What am I doing wrong?