当前位置:网站首页>vectorDrawable使用报错
vectorDrawable使用报错
2022-06-11 20:26:00 【风中造舟】
异常信息:
Can't process attribute android:fillColor="@color/colorPrimary": references to other resources are not supported by build-time PNG generation. See http://developer.android.com/tools/help/vector-asset-studio.html for details.
解决方法:
修改 app.gradle,增加以下内容
//在gradle2.0及以上:
android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
}
}
//在gradle 1.5以前
android {
defaultConfig {
// Stops the Gradle plugin’s automatic rasterization of vectors
generatedDensities = []
}
// Flag to tell aapt to keep the attribute ids around
aaptOptions {
additionalParameters "--no-version-vectors"
}
}
边栏推荐
- Proficient in xmake2
- C deep copy
- In 2021, the global adult diaper revenue was about $11560million, which is expected to reach $15440million in 2028. From 2022 to 2028, the CAGR was 4.2%
- A mechanics informed artistic neural network approach in data driven constructive modeling
- 28. JS执行机制
- Force buckle 6 Zigzag transformation
- [Err] 1045 - Access denied for user ‘root‘@‘%‘ (using password: YES)
- Research and Analysis on the market status of polybutene-1 in China from 2021 to 2027 and forecast report on its development prospect
- 2022-2028 global and Chinese thermopile detector Market Status and future development trend
- MySQL——事务
猜你喜欢

接口隔离原则

Flutter doctor 顯示xcode沒有安裝的解决辦法

In 2021, the global barite product revenue was about $571.3 million, and it is expected to reach $710.2 million in 2028

【四川大学】初试复试考研资料分享

Date of SQL optimization_ Format() function

The principle that the picture of QQ Post Bar changes when it is opened

ICML 2022 𞓜 rethinking anomaly detection based on structured data: what kind of graph neural network do we need

浅聊对比学习(Contrastive Learning)第一弹

使用flask框架写挡板

模拟Oracle锁等待与手工解锁
随机推荐
unity package manager starting server stuck(Unity启动卡在starting server,然后报错)
Gestionnaire de paquets d'Unit é Starting Server Stuck
[Sichuan University] information sharing of the first and second examinations
2022-2028 global and Chinese thermal conductivity hydrogen analyzer Market Status and future development trend
【计算机推免】哈尔滨工业大学物联网与泛在智能研究中心面向全国高校推免生招收2023级研究生(硕、博、直博生)
c语言程序设计知识点总结 01
The first bullet of comparative learning
sql优化之DATE_FORMAT()函数
Full list! 2022 Times Asia University Rankings announced!
The principle that the picture of QQ Post Bar changes when it is opened
29. location對象
Leetcode2027. 转换字符串的最少操作次数(可以,一次过)
MySQL——事务
黑圆圈显示实现
导师转我800块,让我仿真一个电路(电源设计)
"Video version Mae" of hekaiming team, efficient video pre training! The effect is also very good when mask ratio is up to 90
[advanced MySQL] differences among 10 data types and how to optimize the table structure (3)
Interface isolation principle
Usage methods and cases of PLSQL blocks, cursors, functions, stored procedures and triggers of Oracle Database
Tensorflow --- creation and reading of tfrecord file