After i’ve added unity ads and implement them I can not build my project because I get these errors
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Can someone help me please?
Hi @alexsamoila04 are you building your app with Flutter. This is apparently a common issue when adding a new SDK into a Flutter project.
There is a good solution on Stackoverflow here: android - Build Warning : Mapping new ns to old ns - Stack Overflow