dronekit android - How do I use proguard with 3DR Services? -


when build app using proguard, following message:

install 3dr services!

3dr services must installed on device use app

however, 3dr services installed on phone. since works without proguard, assume removing required classes.

how should configure proguard use dronekit?

i not sure best solution, make work using following rules:

-dontwarn com.google.android.gms.common.api.* -dontwarn com.google.android.gms.common.connectionresult -dontwarn com.google.android.gms.common.googleplayservicesutil -keep class com.o3dr.** { *; } 

Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - IIFE: var vs this - is there any difference? -

r - Grow a ffdf data frame on disk gradually -