Обнаружено исключение CircularReferenceException во время сборки проекта в Android Studio. Неизвестно, связано ли оно с Gradle или зависимостями. Циркулярная зависимость между следующими задачами: :app:processDebugResources
--- :app:processDebugResources (*) Исключение: -
org.gradle .api.CircularReferenceException: циклическая зависимость между следующими задачами:
:app:processDebugResources
--- :app:processDebugResources (*)
Это это мой файл AndroidManifest.xml:-
Обнаружено исключение CircularReferenceException во время сборки проекта в Android Studio. Неизвестно, связано ли оно с Gradle или зависимостями. [b]Циркулярная зависимость между следующими задачами:[/b] [b]:app:processDebugResources --- :app:processDebugResources[/b] (*) [b]Исключение: - org.gradle .api.CircularReferenceException: циклическая зависимость между следующими задачами: :app:processDebugResources --- :app:processDebugResources (*)[/b] Это это мой файл [b]AndroidManifest.xml[/b]:- [code]
testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") // Import the BoM for the Firebase platform implementation(platform("com.google.firebase:firebase-bom:32.8.0")) implementation("com.google.firebase:firebase-database") // implementation("androidx.cardview:cardview:1.0.0")
} [/code] Мне надоело менять версию buildtools. Я дал ссылку на этот урок на YouTube.