From d9d78cbd8d4530fa88a1de885929fb5c459ec937 Mon Sep 17 00:00:00 2001 From: Andrew Schenk <39064173+andrewschenk-linx@users.noreply.github.com> Date: Thu, 13 Aug 2020 08:01:45 -0500 Subject: [PATCH] Update README.md fix path for manual android install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98cd91f..22a64a7 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ rootProject.name = 'Red5ProVideoViewExample' include ':app', ':react-native-red5pro' -project(':react-native-red5pro').projectDir = new File(rootProject.projectDir, '../../android') +project(':react-native-red5pro').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-red5pro/android') ``` Now locate the `build.gradle` for your Android app, and add the following to the `dependencies`: