Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

After Linking, Error #3

Open
moseslucas opened this issue Apr 9, 2018 · 2 comments
Open

After Linking, Error #3

moseslucas opened this issue Apr 9, 2018 · 2 comments

Comments

@moseslucas
Copy link

moseslucas commented Apr 9, 2018

installed it
then ran:
react-native link react-native-android-wv-video

Then after running react-native run-android it won't build.

rnwebviewvideoerror

react-native 0.55.1
react 16.3.1
@honestxll
Copy link

+1

@ntnamag
Copy link

ntnamag commented Jun 21, 2018

You try add Maven Google on top

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        google()
        mavenCentral()
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.1.2'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        google()
        maven {
            url "https://maven.google.com"
        }
        mavenLocal()
        jcenter()
        maven {
            // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
            url "$rootDir/../node_modules/react-native/android"
        }
    }
}

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

No branches or pull requests

3 participants