
報錯圖
報錯內(nèi)容:AAPT: error: resource style/Theme.AppCompat.Light.Dialog.Alert (aka com.unity3d.player:style/Theme.AppCompat.Light.Dialog.Alert) not found.
error: failed linking references.
原因:缺少需要使用的v7包
解決方案:
在build.gradle中的dependencies屬性里添加
implementation 'com.android.support:appcompat-v7:26.0.0'