score:7
Accepted answer
Change the following attributes in the file [project path]/android/app/build.gradle ,
........
.........
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com.kotac"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
}
.................
.............
as needed
score:12
Uninstall old version of your app.
Source: stackoverflow.com
Related Query
- React Native SDK runtime permission error
- Error Running React Native App From Terminal (iOS)
- React Native Error - yarn' is not recognized as an internal or external command
- PhaseScriptExecution [CP-User] error in React Native
- React Native Error Cannot find module 'metro-config/src/defaults/blacklist'
- Linking.canOpenURL returning false when targeting android 30 sdk on React Native
- Info.plist file for react native ios app using expo SDK
- React Native on Ipad - Error - could not connect to development server
- React Native + Jest EMFILE: too many open files error
- React Native 0.31: Could not get BatchedBridge Error
- Google SignIn SDK is failing by throwing error, A non-recoverable sign in failure occurred -catch error: React Native
- Error : Cannot read property fetch. Using jest-expo with react native
- React native (expo) web view Error net::ERR_CACHE_MISS
- Firebase initial error with React Native (Cannot read property 'getItem' of undefined)
- Unload / Release / Remove React Native View from runtime
- I have Some Error when add Button to my React Native App?
- Amplify React Native - Duplicate Error using amplify add api
- React Native Ios Error - ENOENT: no such file or directory, uv_cwd (null))
- React Native "The expo SDK requires Expo to run. .... this code is not running on Expo."
- React Native Android error in com.facebook.react.bridge.NoSuchKeyException
- Error on archiving react native app in Xcode - Multiple commands produce 'libyoga.a'
- React Native App crashes on android 11 on launch without giving error
- React Native Test Error - Unable to find node on an unmounted component
- React Native start failed with error code -4094 how to solve this ONCE for ALL?
- React Native Debugger Error - Cannot GET /debugger-ui/
- How to fix React Native error "jest-haste-map: Haste module naming collision"?
- Runtime error Running Jest : in React
- react native sudden Unable to resolve module `fs` error
- React Native `npm start` with watchman error
- No location provider available, permission denied in react native
More Query from same tag
- Storybook for React to show plain HTML source code with <Preview> Addon
- why router is undefined in react js?
- How to get each element inside a map and change its CSS?
- Change in the optional parameter is not reloading the component
- Jest `resetModules()` is breaking `react-router-dom` Context
- Disable drag and drop file uploads in syncfusion
- se the value of a property of a object using the value of property of another object
- withRouter + connect + i18next not working together. How to fix it?
- Cards in React-Bootstrap
- My page won't load (ReactJS)
- React-Router - Pass Method to Child Component
- Why does debugger ask me to eject again?
- Property Y does not exist on type 'FunctionComponent<Interface>' even though Interface contains property Y
- Redux toolkit and typescript
- How to validate react select
- Why does graphql not inject my data into react component prop?
- How do I implement overflow-hidden in react-bootstrap?
- Passing function down multiple children reactJS
- Using mixins vs components for code reuse in Facebook React
- download anchor tag opens file in a browser but not download it in React component
- How to convert 2021-07-14T00:00:00.000Z into a standard date in YYYY-MM-DD format
- Firebase sendPasswordResetEmail not working in React
- Cancel previous promise.all when onSearch is called again
- Dont understand how to pass props to routes
- Why won't my react component re-render when componentShouldUpdate returns true?
- React: Access ref passed between components via render props
- How to get multiple selected options value in React JS?
- Error.stack references only to main.chunk.js instead of real file name
- Exception for null fetched data React
- Cannot access data from ActionCable on React front-end