UnityでMind Wave Mobileを使ったアプリケーションを作成しています。
そのアプリケーションをビルドする際に
The attribute application@icon=@mipmap/app_icon in :UnityThinkGear: collides with another value
(See the Console for details)
このようなエラーが出ます。トラブルシューティングを表示したところ、
A library can not freely override attributes from the main AndroidManifest.xml file. Often this error is caused by a library setting the application icon or label string, similar to the Resource not found problem above.
Either remove the attribute from the library, or add a tools:replace attribute to your application tag, to indicate how the merge conflict should be resolved.
とあったんですが、どうすればいいのかいまいちわかりません。
別のエラーが出た際にAndroidManifest.xmlの中のandroid:icon="@drawable/icon”を削除することで解決していたので、そちらを削除したのが原因かなと思ってそれを戻したのですが、コンパイルエラーが出てしまいます。同じ文を同じ場所に戻して入るはずなんですが...
Unity Version.2018.3.02f
を使用しています。
初心者でわかりにくい質問で申し訳ないですが、回答よろしくお願いします。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。