aapt2 link errors about resource files not found

282 Views Asked by At

While trying to use aapt2 to link some resources, I got this error message error: resource drawable/googleg_standard_color_18 (aka com.google.android.gms.auth.api:drawable/googleg_standard_color_18) not found. and other similar messages about some files not found.

Where can I find these resource files that aapt2 needs?

1

There are 1 best solutions below

0
On

The error about the resource not found in your project which you are trying to use. put the needed icon or resource in your drawable folder and try to use it.