Circular dependency between the following tasks:
:MapSupport:extractDeepLinksLive_Release
\--- :MapSupport:fabricGenerateResourcesLive_Release
\--- :MapSupport:processLive_ReleaseManifest
\--- :MapSupport:processLive_ReleaseMainManifest
\--- :MapSupport:extractDeepLinksLive_Release (*)
Я обновил свою Android Studio до последней версии Android Studio Ladybug | 2024.2.1 и не смог запустить свое приложение и не могу создать сборку. Пожалуйста, помогите.
Прикрепление зависимостей Gradle здесь -:
dependencies {
implementation fileTree(include: '*.jar', dir: 'libs')
implementation project(':library-pull-to-refresh')
implementation project(':view-pager-strip_lib')
implementation project(path: ':oidclib')
//compile 'com.cesards.android:cropimageview:1.0.2.1'
implementation('com.crashlytics.sdk.android:crashlytics:2.9.2@aar') {//2.6.1
transitive = true
}
//compile 'com.haozhang.libary:android-slanted-textview:1.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation('com.microsoft.aad:adal:1.1.11') {
exclude group: 'com.android.support'
}
implementation 'com.android.support:multidex:2.0.1' //1.0.1 1.0.3
implementation 'com.google.android.gms:play-services-analytics:16.0.8'///11.0.4' new 16.0.1
implementation 'com.google.android.gms:play-services-auth:16.0.1'
//fixme it is of no use I think verify 15.0.1
//implementation 'com.google.android.gms:play-services-gcm:15.0.1'//gcm removed and firebase core and fcm included..
implementation 'com.google.firebase:firebase-core:16.0.9'
implementation "com.google.firebase:firebase-messaging:18.0.0"
implementation 'com.google.android.gms:play-services-location:16.0.0' ///15.0.1
implementation 'com.mcxiaoke.volley:library:1.0.19'
///implementation 'com.android.support.constraint:constraint-layout:1.0.2' //1.0.1
implementation 'info.hoang8f:android-segmented:1.0.6'
implementation 'com.chauthai.swipereveallayout:swipe-reveal-layout:1.4.0'
implementation 'org.apache.commons:commons-lang3:3.7'
///implementation 'com.google.http-client:google-http-client-gson:1.21.0' //delete it when done
/*compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.squareup.retrofit2:retrofit:2.1.0'*/
// implementation 'com.github.dewinjm:monthyear-picker:1.0.1'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.squareup.retrofit2:converter-scalars:2.3.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//////////
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
// circle menu
implementation 'com.ramotion.circlemenu:circle-menu:0.3.2'
//camerax
def camerax_version = "1.1.0-beta01"
implementation "androidx.camera:camera-core:${camerax_version}"
implementation "androidx.camera:camera-camera2:${camerax_version}"
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
implementation "androidx.camera:camera-video:${camerax_version}"
implementation "androidx.camera:camera-view:${camerax_version}"
implementation "androidx.camera:camera-extensions:${camerax_version}"
//loading
implementation 'com.github.ybq:Android-SpinKit:1.4.0'
//coroutine
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
//Retrofit
//implementation 'com.squareup.retrofit2:retrofit:2.9.0'
//implementation "com.squareup.retrofit2:converter-moshi:2.9.0"
//implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
//view model
//val lifecycle_version = "2.6.0-alpha01"
//val arch_version = "2.1.0"
// Kotlin
implementation("androidx.activity:activity-ktx:1.5.0")
//implementation("androidx.lifecycle:lifecycle-*:2.5.0")
// ViewModel
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0")
// LiveData
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.5.0")
// Lifecycles only (without ViewModel or LiveData)
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.0")
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
//pref datastore
implementation "androidx.datastore:datastore-preferences:1.0.0"
//azure store sdk for blob
//implementation 'com.microsoft.azure.android:azure-storage-android:2.0.0@aar'
//azure auth
//implementation 'com.microsoft.identity.client:msal:3.0.+'
//implementation group: 'com.azure', name: 'azure-storage-blob', version: '12.14.1'
//implementation("com.azure.android:azure-communication-chat:2.0.0")
//implementation ('com.azure:azure-security-keyvault-keys:4.4.6')
/*implementation 'com.azure:azure-security-keyvault-keys:4.0.0'
implementation ('com.azure:azure-core'){
version{
strictly("1.11.0")
}
force(true)
}
implementation ('com.azure:azure-identity'){
version{
strictly("1.0.0")
}
force(true)
}
//implementation group: 'javax.xml.stream', name: 'stax-api', version: '1.0-2'
implementation ('javax.xml.stream:stax-api:1.5-5'){
force(true)
}*/
}
// ADD THIS AT THE BOTTOM
apply plugin: 'com.google.gms.google-services' /// added for firebase
Подробнее здесь: https://stackoverflow.com/questions/790 ... bug-2024-2
Круговая зависимость между следующими задачами (Android Studio Ladybug | 2024.2.1) ⇐ Android
Форум для тех, кто программирует под Android
1728893723
Anonymous
Circular dependency between the following tasks:
:MapSupport:extractDeepLinksLive_Release
\--- :MapSupport:fabricGenerateResourcesLive_Release
\--- :MapSupport:processLive_ReleaseManifest
\--- :MapSupport:processLive_ReleaseMainManifest
\--- :MapSupport:extractDeepLinksLive_Release (*)
Я обновил свою Android Studio до последней версии Android Studio Ladybug | 2024.2.1 и не смог запустить свое приложение и не могу создать сборку. Пожалуйста, помогите.
Прикрепление зависимостей Gradle здесь -:
dependencies {
implementation fileTree(include: '*.jar', dir: 'libs')
implementation project(':library-pull-to-refresh')
implementation project(':view-pager-strip_lib')
implementation project(path: ':oidclib')
//compile 'com.cesards.android:cropimageview:1.0.2.1'
implementation('com.crashlytics.sdk.android:crashlytics:2.9.2@aar') {//2.6.1
transitive = true
}
//compile 'com.haozhang.libary:android-slanted-textview:1.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation('com.microsoft.aad:adal:1.1.11') {
exclude group: 'com.android.support'
}
implementation 'com.android.support:multidex:2.0.1' //1.0.1 1.0.3
implementation 'com.google.android.gms:play-services-analytics:16.0.8'///11.0.4' new 16.0.1
implementation 'com.google.android.gms:play-services-auth:16.0.1'
//fixme it is of no use I think verify 15.0.1
//implementation 'com.google.android.gms:play-services-gcm:15.0.1'//gcm removed and firebase core and fcm included..
implementation 'com.google.firebase:firebase-core:16.0.9'
implementation "com.google.firebase:firebase-messaging:18.0.0"
implementation 'com.google.android.gms:play-services-location:16.0.0' ///15.0.1
implementation 'com.mcxiaoke.volley:library:1.0.19'
///implementation 'com.android.support.constraint:constraint-layout:1.0.2' //1.0.1
implementation 'info.hoang8f:android-segmented:1.0.6'
implementation 'com.chauthai.swipereveallayout:swipe-reveal-layout:1.4.0'
implementation 'org.apache.commons:commons-lang3:3.7'
///implementation 'com.google.http-client:google-http-client-gson:1.21.0' //delete it when done
/*compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.squareup.retrofit2:retrofit:2.1.0'*/
// implementation 'com.github.dewinjm:monthyear-picker:1.0.1'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.squareup.retrofit2:converter-scalars:2.3.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//////////
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
// circle menu
implementation 'com.ramotion.circlemenu:circle-menu:0.3.2'
//camerax
def camerax_version = "1.1.0-beta01"
implementation "androidx.camera:camera-core:${camerax_version}"
implementation "androidx.camera:camera-camera2:${camerax_version}"
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
implementation "androidx.camera:camera-video:${camerax_version}"
implementation "androidx.camera:camera-view:${camerax_version}"
implementation "androidx.camera:camera-extensions:${camerax_version}"
//loading
implementation 'com.github.ybq:Android-SpinKit:1.4.0'
//coroutine
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
//Retrofit
//implementation 'com.squareup.retrofit2:retrofit:2.9.0'
//implementation "com.squareup.retrofit2:converter-moshi:2.9.0"
//implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
//view model
//val lifecycle_version = "2.6.0-alpha01"
//val arch_version = "2.1.0"
// Kotlin
implementation("androidx.activity:activity-ktx:1.5.0")
//implementation("androidx.lifecycle:lifecycle-*:2.5.0")
// ViewModel
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0")
// LiveData
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.5.0")
// Lifecycles only (without ViewModel or LiveData)
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.0")
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
//pref datastore
implementation "androidx.datastore:datastore-preferences:1.0.0"
//azure store sdk for blob
//implementation 'com.microsoft.azure.android:azure-storage-android:2.0.0@aar'
//azure auth
//implementation 'com.microsoft.identity.client:msal:3.0.+'
//implementation group: 'com.azure', name: 'azure-storage-blob', version: '12.14.1'
//implementation("com.azure.android:azure-communication-chat:2.0.0")
//implementation ('com.azure:azure-security-keyvault-keys:4.4.6')
/*implementation 'com.azure:azure-security-keyvault-keys:4.0.0'
implementation ('com.azure:azure-core'){
version{
strictly("1.11.0")
}
force(true)
}
implementation ('com.azure:azure-identity'){
version{
strictly("1.0.0")
}
force(true)
}
//implementation group: 'javax.xml.stream', name: 'stax-api', version: '1.0-2'
implementation ('javax.xml.stream:stax-api:1.5-5'){
force(true)
}*/
}
// ADD THIS AT THE BOTTOM
apply plugin: 'com.google.gms.google-services' /// added for firebase
Подробнее здесь: [url]https://stackoverflow.com/questions/79085248/circular-dependency-between-the-following-tasks-android-studio-ladybug-2024-2[/url]
Ответить
1 сообщение
• Страница 1 из 1
Перейти
- Кемерово-IT
- ↳ Javascript
- ↳ C#
- ↳ JAVA
- ↳ Elasticsearch aggregation
- ↳ Python
- ↳ Php
- ↳ Android
- ↳ Html
- ↳ Jquery
- ↳ C++
- ↳ IOS
- ↳ CSS
- ↳ Excel
- ↳ Linux
- ↳ Apache
- ↳ MySql
- Детский мир
- Для души
- ↳ Музыкальные инструменты даром
- ↳ Печатная продукция даром
- Внешняя красота и здоровье
- ↳ Одежда и обувь для взрослых даром
- ↳ Товары для здоровья
- ↳ Физкультура и спорт
- Техника - даром!
- ↳ Автомобилистам
- ↳ Компьютерная техника
- ↳ Плиты: газовые и электрические
- ↳ Холодильники
- ↳ Стиральные машины
- ↳ Телевизоры
- ↳ Телефоны, смартфоны, плашеты
- ↳ Швейные машинки
- ↳ Прочая электроника и техника
- ↳ Фототехника
- Ремонт и интерьер
- ↳ Стройматериалы, инструмент
- ↳ Мебель и предметы интерьера даром
- ↳ Cантехника
- Другие темы
- ↳ Разное даром
- ↳ Давай меняться!
- ↳ Отдам\возьму за копеечку
- ↳ Работа и подработка в Кемерове
- ↳ Давай с тобой поговорим...
Мобильная версия