内容简介:Android Studio 3.4 Canary 8 发布了。此版本新增了一个工具
Android Studio 3.4 Canary 8 发布了。
此版本新增了一个工具 Resource Manager ,资源管理器。
功能如下:
-
Bulk import: 可以通过 Resources 工具窗口或 Resource management import wizard ,一次导入多个可绘制资源。
-
Drag and drop assets: 在资源管理 工具 窗口中,可以将可绘制资源拖放到 Layout Editor 设计和文本视图。
-
View alternative versions: 可以通过双击 Tool 窗口中的资源来查看资源的替代版本。
-
Tile and list views: 可以在 Tool 窗口中更改视图可视化资源。
此外,此版本还带来一些 bug 修复:
-
Issue#120555992 : Stop disabling tips of the day
-
Issue#120460980 : Update AGP to Gradle 5.1-milestone-1
-
Issue#117646654 : Stop injecting SDK
m2repositories
-
Issue#116673790 : Getting Execution failed for task
processDebugResources'. > java.nio.charset.MalformedInputException: Input length = 1
-
Issue#119210741 : Lint offers auto fix to incompatible Android Gradle Plugin versions.
-
Issue#119994299 : Android Studio / Image Assets Wizard / Launcher Icons / Legacy / Tool tip
-
Issue#119563792 : Incorrect warnings in Android Studio Room SQL with FTS
-
Issue#118538324 : Custom layout with Dialog Preference from android x layout issue in Android studio
-
Issue#120087311 : Enforce
RestrictTo(LIBRARY)
when the API is defined in another project -
Issue#120162341 : Lint detection of
Configuration.densityDpi
field is strange whenminSdk
< 17 -
Issue#67816403 : Option to disable System Image patcher
-
Issue#119661177 : The
ViewDataBinding.OnStartListener
lifecycle observer leaks the view hierarchy afterFragment.onDestroyView
-
Issue#120255763 : Deterministic Builds Break when using databinding
详情查看 发布公告 。
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Algorithms on Strings, Trees and Sequences
Dan Gusfield / Cambridge University Press / 1997-5-28 / USD 99.99
String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular seq......一起来看看 《Algorithms on Strings, Trees and Sequences》 这本书的介绍吧!