Код: Выделить всё
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
> A problem occurred configuring project ':react-native-webview'.
> Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
> Namespace not specified. Please specify a namespace in the module's build.gradle file like so:
android {
namespace 'com.example.namespace'
}
Код: Выделить всё
...
android {
ndkVersion rootProject.ext.ndkVersion
compileSdkVersion rootProject.ext.compileSdkVersion
namespace 'com.wilburcoding.BirdSoundSearch'
...
Похоже, что эта проблема могла возникнуть из-за реакции-native-webview< /код>. Это проблема с зависимостью или проблема с градиентом?
Подробнее здесь: https://stackoverflow.com/questions/770 ... ild-gradle