Tuan Anh - Lee
Results
2
comments of
Tuan Anh - Lee
There is similar issue in https://github.com/mapbox/mapbox-android-demo/issues/1280 we can add these config into `app`'s `build.gradle` ``` packagingOptions { pickFirst '/armeabi-v7a/libmapbox-common.so' pickFirst '/x86/libmapbox-common.so' pickFirst '/arm64-v8a/libmapbox-common.so' pickFirst '/x86_64/libmapbox-common.so' pickFirst '**/x86/libmapbox-common.so' } ```
Hi, we also experience this issue, any update so far?