最近要使用firebase for unity sdk發現匯入後執行build會出現錯誤如下:
[Unity] XmlException: 'tools' is undeclared namespace. file:///BUILD_PATH/-------------------------/Temp/StagingArea/AndroidManifest.xml Line 10, position 1
只要在Plugins/Android/AndroidManifest.xml加上
xmlns:tools="http://schemas.android.com/tools"
即可以解決
文章標籤
全站熱搜
留言列表