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

Android: the demo so is always crash when migrate to my application #256

Open
1 task
LucasDoIt opened this issue Dec 27, 2023 · 0 comments
Open
1 task

Comments

@LucasDoIt
Copy link

Environment

I had download the demo through this command:
npx react-native init SampleApp --version 0.70.0

I had try migrate the demo code in sample app android to my application, I found a crash:

12-27 18:35:24.508 24089 24572 E AndroidRuntime: Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN8facebook5react5Props24enablePropIteratorSetterE" referenced by "/data/app/~~UXICWlN_UKU59_9hXpY4bQ==/com.MyApplication.debug-LkEnUR2BWD8es6bfKiU1DQ==/lib/arm64/libsampleapp_appmodules.so"...
12-27 18:35:24.508 24089 24572 E AndroidRuntime: at java.lang.Runtime.load0(Runtime.java:929)
12-27 18:35:24.508 24089 24572 E AndroidRuntime: at java.lang.System.load(System.java:1620)
12-27 18:35:24.508 24089 24572 E AndroidRuntime: at com.facebook.soloader.SoLoader$1.load(SoLoader.java:650)
12-27 18:35:24.508 24089 24572 E AndroidRuntime: at com.facebook.soloader.DirectorySoSource.loadLibraryFrom(DirectorySoSource.java:115)
12-27 18:35:24.508 24089 24572 E AndroidRuntime: at com.facebook.soloader.DirectorySoSource.loadLibrary(DirectorySoSource.java:68)
12-27 18:35:24.508 24089 24572 E AndroidRuntime: at com.facebook.soloader.ApplicationSoSource.loadLibrary(ApplicationSoSource.java:92)
12-27 18:35:24.508 24089 24572 E AndroidRuntime: at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:1168)
12-27 18:35:24.508 24089 24572 E AndroidRuntime: ... 15 more

Things I’ve done to figure out my issue

Upgrading version

Description

I had completed upgrade ReactNative to 0.70 in MyApplication. and want use turbo module in MyApplication.
but First I want to run the demo, and it have a crash.

Reproducible demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant