我一直在使用最新的Android支持库,Gradle插件,Android Studio发布。与最近几个版本的android支持库一样,本机支持vectorDrawables的功能是通过另一个support-lib更新引入和撤销的。
我大量转换我的项目以使用vectorDrawables,但现在我必须恢复到在构建时生成PNG的gradle插件1.5.0。
现在无法使用最新的androidStudio 2.0功能InstantRun,因为它需要Gradle 2.0.0及更高版本。
在发布时使用最新功能是否是诅咒?
同时使用vectorDrawables和InstantRun的配置是什么?
答案 0 :(得分:0)
我在这里得到了答案 - AppCompat 23.3 Support Vectors no longer work?。
只需要删除以下内容 -
vectorDrawables.useSupportLibrary = true