dronekit / dronekit-android

Android DroneKit implementation
http://android.dronekit.io/
263 stars 245 forks source link

dronekit client library not published #115

Closed meavydev closed 9 years ago

meavydev commented 9 years ago

The documentation for DroneKit says to use the client library via: compile 'com.o3dr:dronekit-android:2.2.+'

But the only libraries on http://jcenter.bintray.com/com/o3dr/ are 3dr-services-lib.

I have tried a local build of dronekit but that ends up with missing com.o3dr.android.client imports for ControlTower, Drone etc. although com.o3dr.services.android.lib imports are OK. Admittedly I am trying to extract the AAR to use it in Eclipse, but this was working for the 3DR Services Lib.

m4gr3d commented 9 years ago

@meavydev You can find the latest available version of the client library @ https://bintray.com/fredia/DroneKit/dronekit-android/2.2.19/view.

meavydev commented 9 years ago

OK, but that’s not the default for Android Studio...

On 13 April 2015 at 16:48, Fredia Huya-Kouadio notifications@github.com wrote:

Closed #115 https://github.com/DroidPlanner/DroneKit-Android/issues/115.

— Reply to this email directly or view it on GitHub https://github.com/DroidPlanner/DroneKit-Android/issues/115#event-279901390 .

m4gr3d commented 9 years ago

@meavydev we omitted adding the new library to the jcenter maven repo. The error has been corrected, and it should be available fairly soon.