slice-tanyaa
Results
2
comments of
slice-tanyaa
Any idea on how to fix this? Is it related to NDK. Happening mostly in Vivo devices. https://stackoverflow.com/questions/62612144/my-app-crashes-when-opening-on-an-android-device-app-keeps-stopping-error
Below was missing in my code. defaultConfig { ndk { abiFilters "arm64-v8a", "armeabi-v7a" } } also android.useDeprecatedNdk=true was not set. could this be the reason?