-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DroneKit 3.0.+ crashing on attemped connection to tower #482
Comments
Notification channels was added in Android O and crashes if not used correctly on apps targeting Android O. Dronekit has not be updated or tested on O. Try downgrading your target SDK in your Android app to < 26. |
Notification channels was added in Android O. If you resolve this error then you need to update updateForegroundNotification method inside org.droidplanner.services.android.impl.api.DroidPlannerService file. |
I'm trying to implement a drone app on Android but am running into this frustrating error. Whenever I try to connect to a tower (that is, call
tower.connect(this)
) my app immediately crashes. When I comment this line, the app runs fine but, of course, won't connect to a drone.Currently, I'm using Dronekit 3.0.+. Downgrading to 2.9.+ works. Is that my only option? It seems like 3DR is deprecated ...
Here is the error; I can always provide more if needed:
The text was updated successfully, but these errors were encountered: