flipper
flipper copied to clipboard
Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 29810 (FlipperEventBas), pid 29777
Every time i try to open the app which builds more than happy, on android and android only, only in a physical device. I get this lovely lovely wall of red.
This is on both version 170 and version 177.


I also try to test flipper with a fresh blank expo project, and I have the same issue, only on a physical device.
npx create-expo-app debug-expo-flipper
cd debug-expo-flipper/
npx expo run:android
Then open Flipper (latest version or older...), play a bit with the app, close Flipper
It will be impossible to relaunch the app again.
This issue is well-known and comes from Flipper himself.
We can try to play with the FLIPPER_VERSION to solve it as suggested on the issue thread (it didn't works for me) or run this command :
adb shell run-as "com.example.yourapppackage" rm -rf files/sonar
(works, but it's not viable in the long term).
Same problem here with version 0.187.1