Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: the app crashes when running on an Android emulator with API 28 or 30 (but not 29) #39

Open
andreaforni opened this issue Aug 12, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@andreaforni
Copy link
Contributor

The app crashes when it runs Android emulator (yarn android) with API version 28 or 30 (but it works fine with 29).
The app crashes without any message in the Metro console. If you check the emulator's logs (using adb logcat brief), you get:

System.err: java.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/io.lfph.covidgreen/lib-main/libc++_shared.so" has unexpected e_machine: 40 (EM_ARM)

There is a ticket open in Facebook's SoLoader project, about that: facebook/SoLoader#59

Comments suggest upgrading React Native to 0.63 (we are now using 0.62.2) or the SoLoader library only to 0.8.1.

@andreaforni andreaforni added the bug Something isn't working label Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant