Android: App crashes when running without the remote debugger on #19436
Labels
Platform: Android
Android applications.
Platform: Linux
Building on Linux.
Resolution: Locked
This issue was locked by the bot.
Environment
Environment:
OS: Linux 4.15
Node: 8.11.2
Yarn: 1.7.0
npm: 5.6.0
Watchman: Not Found
Xcode: N/A
Android Studio: Not Found
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.4 => 0.55.4
Steps to Reproduce
The code samples related to the Android configuration are in this gist: https://gist.github.com/thiagoferolla/14f617b337b4c476d05924f6d8d67319
These are the logs from
react-native log-android
:Expected Behavior
The app should build and load the bundle successfully
Actual Behavior
When trying to run the app
react-native run-android
, the build proccess ends successfully but crashes with the following error:Apart from that, if I turn on the remote debugger that uses Chrome or run in an iOS device, the app loads without errors.
The text was updated successfully, but these errors were encountered: