Proguard with GeoJsonLayer in Map Android -


i using geojsonlayer on google map draw route, , supporting proguard in app, added following lines inside proguard file:

-keep class com.google.maps.android.geojson.** { *; } -dontwarn com.google.maps.android.geojson.** 

but, still route not shown on map when generate signed apk enabling proguard, please me find problem.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -