-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[BUG]: Build error in Android #4170
Comments
Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
|
Thank you for your bug report. We will review it and get back to you if we need more information. |
Thank you for your bug report. We will review it and get back to you if we need more information. |
please provide a sample repository which reproduce the issue... |
@freeboub |
Sorry, I didn't see the sample, but even without react-native-video it doesn't build... olivier@OrdinateOlivier Reproduce % yarn android info 💡 Tip: Make sure that you have set up your development environment correctly, by running react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor error Failed to install the app. |
Tried to build with android studio and without react native video, I have other errors with react native svg and reanimated. |
Did you tried in with Android Studio Koala?? |
Because nobody can investigate this issue and this is surely not a react native video issue:
|
last test I can do, I remove all dependancies of the sample: diff --git a/package.json b/package.json
index f8fed71..b55ff74 100644
--- a/package.json
+++ b/package.json
@@ -10,27 +10,9 @@
"test": "jest"
},
"dependencies": {
- "@react-native-async-storage/async-storage": "^2.0.0",
- "@react-navigation/drawer": "^6.7.2",
- "@react-navigation/native": "^6.1.18",
- "@react-navigation/native-stack": "^6.11.0",
- "@reduxjs/toolkit": "^2.2.7",
"react": "18.2.0",
"react-native": "0.72.17",
- "react-native-document-picker": "^9.3.1",
- "react-native-gesture-handler": "^2.19.0",
- "react-native-linear-gradient": "^2.8.3",
- "react-native-pager-view": "^6.4.1",
- "react-native-paper": "^5.12.5",
- "react-native-paper-dropdown": "^2.3.1",
- "react-native-reanimated": "^3.15.1",
- "react-native-safe-area-context": "^4.11.0",
- "react-native-screens": "^3.34.0",
- "react-native-svg": "^15.3.0",
- "react-native-tab-view": "^3.5.2",
- "react-native-vector-icons": "^10.1.0",
- "react-native-video": "^6.5.0",
- "redux-saga": "^1.3.0"
+ "react-native-video": "^6.5.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Project build correctly. |
@freeboub https://github.com/Softkeydel/Reproduce.git I'd request you to please check the repository with same configuration I've tried multiple times created new project and install only react-native-video but got the issue each & every time. I'd request you to please check the repository with same configuration |
Thank you for your bug report. We will review it and get back to you if we need more information. |
@freeboub |
No.. I tried the update, it works on my side... Please create a sample from scratch and compare with your sample and please double check what is problematic with your environment |
Version
6.5.0
What platforms are you having the problem on?
Android
System Version
Android Studio Koala
On what device are you experiencing the issue?
Real device
Architecture
Old architecture
What happened?
com.brentvatne.react.test.ReactVideoPackage not found
Please suggest
Reproduction Link
repository link
Reproduction
Step to reproduce this bug are:
Create react native project with below versions
The text was updated successfully, but these errors were encountered: