-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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][Windows] java.lang.NoClassDefFoundError: com.facebook.react.views.recyclerview.RecyclerViewBackedScrollView #7373
Comments
Try updating react native to current version. Don't forget to use |
@radko93 thank you! I have update react-native and it works. |
Hi there! This issue is being closed because it has been inactive for a while. But don't worry, it will live on with ProductPains! Check out its new home: https://productpains.com/post/react-native/androidwindows-javalangnoclassdeffounderror-comfacebookreactviewsrecyclerviewrecyclerviewbackedscrollview Product Pains has been very useful in highlighting the top bugs and feature requests: Also, if this issue is a bug, please consider sending a pull request with a fix. |
i have integrated react native project with my android project sucessful by android studio ,but i use jenkens build the mixed project. it make the error as follows: why ?? my react native just a simple demo ,also i dont's use the RecyclerViewBackedScrollView yet. |
(environment: PC:windows 10, jenkins ; Mobile: HTC e9W,android 5.0.1;React Native version 0.34.1; react :15.3.2 ) |
@greensky123 have you tested it on android 6? |
@superandrew213 no , i hadn't. i have find the reason of my error, because my jenkins 's node module version is 0.20.0 so the class is not found . if you have the some error , maybe the version is too low. |
@greensky123 I'm only getting this error on Android 5 when launching the app |
For me, problem was because "package" in AndroidManifest.xml and "applicationId" in build.gradle(app) was different. Making them same solved the problem for me. |
(environment: PC:windows 7,android studio; Mobile: nexus 6,android 6.0.1;React Native version 0.20.1;react native android jar version 0.20.1)
when i try to use react native.i get a crash,and i have search for sulotion but no one workes for me.
here is crash log:
and before crash ,there is some log:
The text was updated successfully, but these errors were encountered: