I am trying to run the android-examples provided on github (
https://github.com/clover/android-examples), but as a newbie with Android Studio (I have version 3.0.1 running) I am struggling with Gradle, since its version does not fit to the examples. As far as I understand the wrapper should help in overcoming this problem, but I keep getting error messages. I also added classpath 'com.android.tools.build:gradle:2.14.1' in the build.gradle file (a suggestion I found on the Internet) but this created errors in finding the right gradle version.
Can anybody give me a few hints on how to get these examples running?