android真机测试报错:Please configure your build for VectorDrawa

时间:2022-01-20 08:50:50

今天用真机测试时,突然报出了非语法的错误:

This app has been built with an incorrect configuration. Please configure your build for VectorDrawa.

查了一下 原来是build.gradle(project)里的com.android.tools.build:gradle的版本过低。

设置为2.0.0或以上后重新运行即可。