Using Unity 2021.3.9f1.
The following error is displayed:
“The attribute meta-data#metrica:api:level@value=105 in :com.yandex.android.mobmetricalib-4.1.1: collides with another value(See the Console for details)”.
How do I fix this error?
Hi @seniordeveloper-ss-hw
The problem is that a native library is trying to override an attribute from your application, in this case -as far as i can understand- is the api:level. Check for AndroidManifest.xml files and check if there is any of them trying to override this attribute.
Also you can check this for more information. Hope it helps