After updating android studio Build number AI-141.1809159 version = 1.2 in Canary update, I can’t synchronize the gradle project and always show “Gradle project synchronization”
Below are the steps I'm using (e.g. workaround)
I found that this is due to the fact that this plugin is used in AS:
'Android Studio Unit Test'
To disable this in AS 1.2, follow these steps:
File> Settings> Plugins> Disable Android Studio Unit Test
The problem is solved, just update android sdk, it works for me.
This happened to me twice and is due to one of the gradle files having a date in the future (it seems to crash in Android Studio). This is why simply adding space to the file and saving can fix the problem as described above. Or browse your project using the file system explorer of the operating system to find the file.
Source: https://habr.com/ru/post/1216172/More articles:What are immutable alternatives for an array in C #? - immutabilityRemove bullets from @ Html.ValidationSummary () in MVC4 - jqueryJava Generics - how the type of raw materials differs from the non-general type - javaDynamic hint using AngularJS - htmlExplain - inserts only one row - sqlMinimum QML window size with border - qtiOS 8.1 Swift UIActivityViewController does not show share in social networks (Facebook, twitter, WhatsApp, etc.) - iosWhy are flexible types not allowed in record type definitions? - f #Failed to load file from Google Drive using API - node.js - javascriptError msb4014: build unexpectedly stopped due to internal failure. Restarting VisualStudio not working - c #All Articles