Skip to content

fluxoid-org/CyclismoProject

Repository files navigation

Build Status

Build instructions

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.

Troubleshooting

###The error is bad class file magic (cafebabe) or version (0034.0000)###

If compiling from android studio, set the project byte code version to 1.7 in:

File -> Other Settings -> Default Settings -> Compiler:Java Compiler

###Android studio has missing dependency on JTurbo after initial import###

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

About

Contains all subprojects and libraries for the Cyclismo project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages