Android resource linking failed (SDK version v5.14.5.13410)

Getting this error while building debug apk

AAPT: error: ‘newtoolbarfragment’ is incompatible with attribute zm_usage (attr) enum [more=0, toolbar=1, newtoolbar=2].

using latest android sdk v5.14.5.13410

build.gradle configurations

    buildToolsVersion = "31.0.0"
    minSdkVersion = 23
    compileSdkVersion = 33
    targetSdkVersion = 33

tried added dependencies of mobilertc build.gradle to app’s build.gradle still getting same issue

1 Like

@praveen1 Have you find any solution for this?
I’m also facing same issue

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.