79093704

Date: 2024-10-16 10:56:24
Score: 1
Natty:
Report link

try to specify supported architectures in android/app/build.gradle file

android {
defaultConfig {
    ndk {
        abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
    }
}

}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Feruza Urinbayeva