Код: Выделить всё
* 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'
...
Похоже, эта проблема, возможно, возникла из React-Native-webview . Это проблема с зависимостью или проблемой градл?
Подробнее здесь: https://stackoverflow.com/questions/770 ... ild-gradle