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" } }这个我就解决了 也不知道为什么
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" } }这个我就解决了 也不知道为什么