Skip to content

Instantly share code, notes, and snippets.

@imandaliya
Created August 8, 2020 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imandaliya/8f8374986316b1d8401e74bc2dd9de19 to your computer and use it in GitHub Desktop.
Save imandaliya/8f8374986316b1d8401e74bc2dd9de19 to your computer and use it in GitHub Desktop.
The application could not be installed: INSTALL_FAILED_NO_MATCHING_ABIS in RenderScript
// add this line in defaultConfig
ndk {
abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a' , 'arm64-v8a'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment