react-native-community / jsc-android-buildscripts

Script for building JavaScriptCore for Android (for React Native but not only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on Genymotion

rborn opened this issue · comments

Issue Description

I am trying to run this on genymotion with android 8 and 7 but I get this error:

08-23 11:00:41.103: E/unknown:ReactNative(7294): java.lang.RuntimeException: Error in callNativeModules():45,2,11,0,211,100,1535022041102,false,176 (that's the java error, RN shows the red screen)

On a real device (android 7) it seem to work.

Version, config, any additional info

  • "jsc-android": "216113.0.2",
  • "react-native": "0.55.4"

What other info should I provide?

Thank you 🤗

Might be an issue with x86 devices, or just something weird with genymotion.. I don't have any x86 or x86_64 devices at hand so can't verify this

We have been using jsc-android: 216113.0.2 and both React Native 0.50 and now 0.56 with Genymotion running Android 7.1 for a while with no problems. Have you caught the exception in the Android Studio Java debugger? Is it definitely coming from JSC?

@DanielZlotin @newyankeecodeshop I added jsc to another 2 projects and they work just fine (RN 0.56), it must be another module that breaks it, I'll try to have a deeper look.