Unable to generate build with pro guard enabled using Mapbox SDK 6.7

后端 未结 1 1710
野性不改
野性不改 2021-01-24 09:37

Mapbox SDK: 6.7.0

After enabling the proguard in the gradle, we are getting the following error.

com.mapbox.services.android.location.LostLocationEngine:         


        
相关标签:
1条回答
  • 2021-01-24 10:23

    Try adding the below lines in proguard file

    -dontwarn com.mapbox.services.android.location.LostLocationEngine
    -dontwarn com.mapbox.services.android.location.MockLocationEngine
    
    0 讨论(0)
提交回复
热议问题