Kamil

Results 1 comments of Kamil

Adding this to the app build.gradle fixed it for me ``` android { ... defaultConfig { ... ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' } } } ```