React-Native Could not determine the dependencies of task ‘:react-native-video:compileDebugAidl’.

Ananda
Aug 11, 2022
Could not determine the dependencies of task ':react-native-video:compileDebugAidl'.
Could not determine the dependencies of task ':react-native-code-push:compileReleaseAidl'.

The fix was to add mavenCentral and jcenter to the repositories of android/build.gradle:

--

--