今天更新的3.1.2 已经将此问题修复 https://developer.android.com/studio/releases/index.html
3.1.2 (April 2018)
This update to Android Studio 3.1 includes fixes for the following bugs:
...
During editing of the build.gradle file, there was sometimes a noticeable delay between typing a character and the character appearing on the screen.
...
1
tuimaochang 2018-03-30 11:57:44 +08:00
是啊
|
2
noahhhh 2018-03-30 12:05:53 +08:00 via Android
这是 beta 版的?
|
3
Arthur5 2018-03-30 12:35:40 +08:00 via Android
以前升级也遇到过,把 plugins 中的 Google 开头的插件全打开就行了。
|
4
winterbells 2018-03-30 12:39:25 +08:00 via Android
开 power save mode 应付一下,老版本也会这样
|
5
honeycomb 2018-03-30 13:05:26 +08:00 via Android
提 issue ?
|
6
HangoX 2018-03-30 13:12:20 +08:00 via Android
原来我不是一个人。。
|
7
XinLake 2018-03-30 13:15:22 +08:00
我也看到 3.1 更新了,工程较大用着 3.0.1 还没更新,有那些变化
|
8
winglight2016 2018-03-30 13:18:30 +08:00
我这里非常流畅,特别是 gradle build run 比之前提升了五倍的速度,前两天 build 需要 10 多秒时间,现在大约 2-3 秒,连 install apk 的速度都变快连
|
9
lovefantasy 2018-03-30 13:19:02 +08:00 via Android
之前版本也是吧
|
10
GavinHua 2018-03-30 13:21:49 +08:00
网络问题,search.maven.org ,
|
11
tobepro 2018-03-30 13:54:14 +08:00
把 auto import 关了把,手动刷新 build.gradle
|
12
journey OP |
13
MarcoM 2018-03-30 15:26:35 +08:00
我还在 3.0.1。还有就是 Compile 改成 impli 什么东西
|
14
hqdmy 2018-03-30 15:32:36 +08:00
木有啊...
|
15
XinLake 2018-03-30 16:40:38 +08:00
手贱点了下升级,下了 400M+ 补丁,升完真实这样。
随便编辑一个 module 的 build.gradle 卡 5 秒,按个注释 // 都卡。 @MarcoM 这个从 2.2 版本升级到 3.0 版本就改了( 3.1 当然也还是这样)。 参考: The plugin exposes two configurations that can be used to declare dependencies: api and implementation. The api configuration should be used to declare dependencies which are exported by the library API, whereas the implementation configuration should be used to declare dependencies which are internal to the component. (翻译)插件公开了两种可用于声明依赖项的配置: “ api ” 和 “ implementation ”。” api ” 配置应当用于声明由库 API 导出的依赖项, 而 “ implementation ” 配置应当用于声明组件内部的依赖项。 https://xinlake.github.io/2017-12/android-studio-3-changes/ |
16
deepkolos 2018-03-30 17:17:00 +08:00 via Android
同 build 煎鸡蛋,不过终于修复了输入法的问题
|
17
immafrady 2018-03-30 17:25:58 +08:00
build 过之后,启动的速度快了很多。。。
但是…… 这简直没卵用…… 因为我修改过的代码压根就没应用上去…… 重装过两次,还是这样,等下一个版本再升级吧。。 |
18
z42514 2018-03-30 19:06:02 +08:00
@immafrady 我刚升级的时候和你的情况一样,后来把配置文件全部删除,就可以了。不过缺点就是等于像新系统第一次安装一样,要重新配置一遍
|
19
EthanZhuXE2V 2018-03-30 19:06:21 +08:00 via Android
导入的非 gradle 工程还会无限 updating indices
|
20
shlyren 2018-03-30 19:41:23 +08:00 via iPhone
Shide
|
21
qmsggg 2018-03-30 19:44:10 +08:00
速度可是真快你们
|
22
DeweyReed 2018-03-30 19:59:40 +08:00
你们一说好像确实也是啊,我还以为是自己的 build.gradle 修改的内容太多了才卡。。不过 build 快了不是一点点。
AndroidStudio 一更新就会有坑。谁还记得 2.3 时 InstantRun 的 Bug。大家都是小白鼠.. |
23
lee015 2018-03-30 20:24:12 +08:00
@immafrady 我刚升级后也是,直接安装旧版的 apk,修改不生效,还老 IDE 内部错误。后来把项目 git 库重新拉一个打开就好了,可能旧版残留了什么配置。
|
24
dyy1997 2018-04-09 22:34:59 +08:00
我是写着写着就卡爆了。。。自己笔记本和公司台式机都这样,可能配置真的跟不上了
|
25
wwqgtxx 2018-04-10 11:45:04 +08:00
然后升级到 3.1.1 就好了
|
28
mqxin 2018-04-11 13:56:59 +08:00 1
转载一个方法,试了确实有一些效果
在 host 中添加 127.0.0.1 search.maven.org https://blog.csdn.net/wangluotianxi/article/details/79757558 |