-
Notifications
You must be signed in to change notification settings - Fork 954
Android application won't open after migrating to 0.127 #3245
Comments
+1 Only Downgrading....! |
|
Thanks for this! Been struggling for 3 days restoring Flipper to an ignite-based RN project which later on has been ejected. Downgrading from 0.127.0 in my project to 0.125.0 fixes this issue and the application can now be selected and plugins enabled. On iOS device/emulator 0.127.0 works fine after following setup instructions carefully together with RN Upgrade Assistant controls. 0.127.0 desktop clients also works together with project running 0.125.0. |
Many thanks for reporting this, currently investigating. |
I can definitely see there's an issue here: As the example is trying to use NDK r21, it should be r23. This will be fixed very soon. If you're finding this issue in other apps, could you please share what NDK version is being used? |
Summary: As our Flipper version is quite old, let's bump it to one of the latest stable: 0.125.0 This required to update also the following: - Flipper-Folly to 2.6.10 - This was needed as I aligned the versions to https://github.com/facebook/flipper/blob/v0.125.0/react-native/ReactNativeFlipperExample/ios/Podfile - OpenSSL-Universal to 1.1.1100 - This was required with the `pod update` command I've picked 0.125.0 as 0.127.x and following are crashing on Android and will potentially require a bump of the NDK to r23: See: facebook/flipper#3245 Changelog: [General] [Changed] - Bump Flipper to 0.125.0 allow-large-files Reviewed By: mdvacca Differential Revision: D33583090 fbshipit-source-id: 7ca5bf71d4e1658e1e359b21587a46ab4dfd5165
Summary: Pull Request resolved: #32923 As our Flipper version is quite old, let's bump it to one of the latest stable: 0.125.0 This required to update also the following: - Flipper-Folly to 2.6.10 - This was needed as I aligned the versions to https://github.com/facebook/flipper/blob/v0.125.0/react-native/ReactNativeFlipperExample/ios/Podfile - OpenSSL-Universal to 1.1.1100 - This was required with the `pod update` command I've picked 0.125.0 as 0.127.x and following are crashing on Android and will potentially require a bump of the NDK to r23: See: facebook/flipper#3245 Changelog: [General] [Changed] - Bump Flipper to 0.125.0 allow-large-files Reviewed By: mdvacca Differential Revision: D33583090 fbshipit-source-id: 2a2020c3213273087ec4a152076f846e35e275c5
In a React Native project, after migrating Flipper from 0.125 to 0.127, the Android application does not open, crashing with the following stack trace:
Downgrading to 0.125 solves the issue.
The text was updated successfully, but these errors were encountered: