1. Gradle一直没完没了的running. 通常是更新版本后相应的gradle路径没有更新.
In Android Studio select:
File\Settings\Build, Execution, Deployment\Build tools\Gradle
click on the button on the right side showing local gradle distribution path.
you will be taken to the gradle folder.
click ok in this dialog box and your path will be updated!
restart android studio and you are good to go!
The Problem:
in my case path selected after the update was of older version e.g:
C:/Program Files/Android/Android Studio/gradle/gradle-2.4
However, after the update it was changed to:
C:/Program Files/Android/Android Studio/gradle/gradle-2.8
P.S:
This solution also resolves following error:
buildTypes cannot be applied to groovy.lang.Closure
2. session App: Error installing APK. 通常杀掉adb.exe可以解决莫名其妙的调试问题。
3. Can not check out xxx, Revision not found in xxxx.
强制重启电脑,容易导致这个问题。 目前只知道删除,重新下载代码。
4. main menu不见了
https://blog.csdn.net/c18871189293/article/details/105681525
5. main toolbar不见了
和main menu不见一样,双击shift,在Action里 搜索main toolbar
6.添加光标 back 和 forward