question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android app crash on launch for OS 8 and above after Google Update

See original GitHub issue

After 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

4reactions
rakibhasan48commented, Jun 19, 2019

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.

0reactions
stale[bot]commented, Oct 1, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found