Gradle sync failed sous Android Studio 4.1.1
Bonjour à tous,
Je suis débutant en matière de développement sous Android Studio, et je rencontre un problème dès la création de mon nouveau projet.
La synchronisation avec Gradle échoue :
Citation:
Gradle sync failed: Could not create an instance of Tooling API implementation using the specified Gradle distribution 'https://services.gradle.org/distributions/gradle-6.5-bin.zip'.
J'ai cherché (je crois) partout, sans trouver de solution qui fonctionne pour moi. J'ai essayé de "Sync Project with Gradle files", de changer la version de Gradle utilisée, d'installer et d'utiliser gradle localement, de supprimer le dossier "~/.gradle/wrapper/dists"... rien n'y fait, mais je ne désespère pas :)
Je vous joins les dernières lignes du idea.log en espérant que cela puisse vous aider:
Citation:
2020-12-04 11:48:17,796 [1326825] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:48:18,349 [1327378] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:48:18,461 [1327490] WARN - actions.CopyTBXReferenceAction - Cannot find TBX tool for IDE: AndroidStudio
2020-12-04 11:48:19,041 [1328070] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:48:19,297 [1328326] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:48:19,690 [1328719] WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
2020-12-04 11:48:19,702 [1328731] WARN - ConfigurableExtensionPointUtil - use other group instead of unexpected one: language.cpp
2020-12-04 11:48:19,702 [1328731] WARN - ConfigurableExtensionPointUtil - use other group instead of unexpected one: project.propCompiler
2020-12-04 11:48:19,799 [1328828] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:48:21,812 [1330841] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:48:22,317 [1331346] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:48:27,321 [1336350] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:49:47,381 [1416410] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:49:48,023 [1417052] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:49:48,524 [1417553] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:49:49,024 [1418053] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:49:49,530 [1418559] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:49:50,030 [1419059] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:49:50,537 [1419566] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:49:55,537 [1424566] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:51:03,414 [1492443] INFO - .deployment.AsyncDevicesGetter - adb not found
2020-12-04 11:51:03,914 [1492943] INFO - .deployment.AsyncDevicesGetter - adb not found
Je suis sous MacOS BigSur 11.0.1, avec AndroidStudio 4.1.1.
Merci d'avance pour votre aide !