赞
踩
问题1
Attribute application@icon value=(@mipmap/app_icon) from AndroidManifest.xml:5:49-80
is also present at [:myapplication-debug:] AndroidManifest.xml:11:9-43 value=(@mipmap/ic_launcher).
Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:5:3-7:17 to override.
一般用unity调用Android项目,会出现下面问题,选择第二项可以看到具体的错误信息。
我的解决办法是将Android程序中的AndroidManifest.xml文件中以下两行删除,可能是因为Unity生成的Android程序中包括了这两个属性,所以冲突了。
问题2 Theme.MaterialComponents.DayNight.DarkActionBar) not found.
删除res/values/Themes文件夹
问题3
AAPT: error: attribute layout_constraintBottom_toBottomOf (aka com.zzy.DemoActivity:layout_constraintBottom_toBottomOf) not found.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。