VectorDrawables 和 Instant 运行 with android gradle 插件

VectorDrawables and Instant Run with android gradle plugin

我一直在使用最新的 android 支持库,Gradle 插件,android Studio 发布。与 android 支持库的最后几个版本一样,引入了原生支持 vectorDrawables 的功能,并在另一个支持库更新中被撤销。

我大量转换我的项目以使用 vectorDrawables 但现在我必须恢复到 gradle 在构建时生成 PNG 的插件 1.5.0。

现在无法使用最新的 androidStudio 2.0 功能 InstantRun,因为它需要 Gradle 2.0.0 及更高版本。

这是在发布最新功能时使用的诅咒吗?

同时使用 vectorDrawables 和 InstantRun 的配置是什么?

我在这里得到了答案——

只需要去掉下面的--

vectorDrawables.useSupportLibrary = true