Set up the android sdk. In particular, make sure you have set the ANDROID_HOME environmental variable, eg:
export ANDROID_HOME=$HOME/android-sdks
run:
./gradlew build
or import to android studio.
If compiling from android studio, set the project byte code version
to 1.7
in:
File -> Other Settings -> Default Settings -> Compiler:Java Compiler
Temporarily delete Cyclismo/libs/JTurbo/settings.gradle
, reimport the the project,
and then restore Cyclismo/libs/JTurbo/settings.gradle
As an alternative to reimporting the project, you can mouse over an unresolved dependency and add JTurbo in the drop down menu.
See: this bug for more info