You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to run react native app in android studio simulator in windows pc.
Attached you can find the logs when I try to run the app.
As we are the developers of your customer, we have android and ios sdk key.
I installed it with command npm i react-native-jw-media-player --save
and I changed the build.gradle adding the full code as this is missing in installing the latest version of react native, also files .java are converted to .kt.
allprojects {
repositories {
mavenLocal()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native/android")
}
maven {
// Android JSC is installed from npm
url("$rootDir/../node_modules/jsc-android/dist")
}
Hello,
I am trying to run react native app in android studio simulator in windows pc.
Attached you can find the logs when I try to run the app.
As we are the developers of your customer, we have android and ios sdk key.
I followed the documentation here https://www.npmjs.com/package/react-native-jw-media-player?activeTab=readme.
I installed it with command npm i react-native-jw-media-player --save
and I changed the build.gradle adding the full code as this is missing in installing the latest version of react native, also files .java are converted to .kt.
allprojects {
repositories {
mavenLocal()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native/android")
}
maven {
// Android JSC is installed from npm
url("$rootDir/../node_modules/jsc-android/dist")
}
}
jwplayer logs.txt
I would appreciate your help
Thank you in advance
The text was updated successfully, but these errors were encountered: