Sensorcon / Sensordrone

The Sensordrone Android/Java Library
9 stars 6 forks source link

Compiling the library #2

Closed jmineraud closed 10 years ago

jmineraud commented 10 years ago

Hi,

I am currently not able to compile the library, even after a fresh clone. Could you be more specific on the steps required to compile this project ?

Best Regards,

Julien

MarkRudolph commented 10 years ago

Hi Julien,

It seems the last merge I accepted from someone hadn't added the proper include statement in the /java/Drone.java file. I've added it in and pushed it up, so you should be good to go now.

Also, we have switched where we are mainly hosting our repositories now, as mentioned in the README of all our projects here. The latest android code can be found here (uses maven instead of gradle) http://bitbucket.sensorcon.com/sensordrone-android-library/overview

You can find compiled versions on our maven repository site http://archiva.sensorcon.com/ if you don't want to bother compiling it yourself.

Best regards, Mark