Unsupported ABI for NDK r19+: ARMEABI

43 Views Asked by At

Hey everyone i open my pervious project when i run show me gridle error help me to solve that error thanks

  • What went wrong: A problem occurred configuring project ':rive_common.

Unsupported ABI for NDK r19+: ARMEABIerror of image

1

There are 1 best solutions below

0
WizardKing On

Try adding this in build.gradle

android {
   defaultConfig {
       ndk {
           abiFilters 'armeabi-v7a'
       } 
   }
}

If still doesn't work, update or reinstall the ndk

This might be helpful WARNING: ABIs [armeabi-v7a,armeabi] set by 'android.injected.build.abi' gradle flag contained 'ARMEABI' not targeted by this project