Android studio 1.4 and VCS (git) cannot execute code

Yesterday I upgraded the IDE Android Studio version to version 1.4, but something went wrong as shown below: My team uses Android Studio with Git and Bitbucket to work. When I try to commit my changes, Android Studio stuck as an image.

I tried to delete the old one and load the new one, but after some success this problem will recur.

When I click to commit changes enter image description here

After clicking, Android Studio stuck as an image and did not respond.

enter image description here

+5
source share
2 answers

I had the same problem. Eliminating the option "Perform code analysis" in the right pane resolved the problem.

0
source

UPDATE: 2015/10/19 . The problem arises again. Disabling code analysis and checking todos prevents the commit dialog from getting into.

UPDATE: 2015/10/13 . The problem seems to be magically fixed.

I have the same problem. The Android Studio project has an open ticket with additional information. Despite this, this is a serious problem.

To work around this problem until the development team answers it, you can use the command line. I had to delete the .git directory in order to get a commit and click to work, though.

-1
source

Source: https://habr.com/ru/post/1233213/


All Articles