Android app crash on launch for OS 8 and above after Google Update
See original GitHub issueAfter Google update release and updated react-native-device-info. The app is running on mobile os 7 and below.
Mobile OS 8 crashes on launch after react-native run-android, error message: A/libc: Fatal signal 7 (SIGBUS), code 1, fault addr 0x37bf3a90253f5 in tid 6474 (mqt_js)
Mobile OS 9 unable to load script, error message: E/unknown:ReactNative: Exception in native call java.lang.RuntimeException: Unable to load script. Make sure you’re either running a Metro server (run ‘react-native start’) or that your bundle ‘index.android.bundle’ is packaged correctly for release.
“react”: “^16.8.3”, “react-native”: “^0.59.9”, “react-native-device-info”: “^2.1.2”,
Steps To Reproduce
Describe what you expected to happen:
Snack, code example, or link to a repository:
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Google app crashing after new update; here's how to fix
Launch Android Settings app · Go to Apps & notifications · Tap “See all apps” · Find and tap Google from the app...
Read more >How to Fix the Google App Crashing on Android - MakeUseOf
1. Force Stop the App · 2. Restart Your Device · 3. Check for App Updates or Uninstall Updates · 4. Clear Cache...
Read more >How to Stop Apps From Crashing on Android - AVG
Press and hold the Power button. · Wait until you see options to Restart or Power off. · Select Restart to start up...
Read more >Fix an installed Android app that isn't working - Google Support
Try the following steps if an app installed on your phone has any of these problems: Crashing. Won't open. Won't respond. Isn't working...
Read more >It's not just you: Google App is crashing for many Android users
Update 1: Google is working on a fix · Launch Android Settings app · Go to Apps & notifications · Tap “See all...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I got the same error and resolved it by setting:
targetSdkVersion = 27
in project level build.gradle. Then perform a gradle clean and try to run again.Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.