Lior F
Results
2
comments of
Lior F
this helped for me: open ./android **/app** /build.gradle add ``` ndk { abiFilters "armeabi-v7a", "x86" } ``` under ``` android { ... defaultConfig { ... ```