项目升级2021后打包出现报错: Exception: OBSOLETE - Providing Android resources in Assets/Plugins/Android/res was removed, please mo
项目升级2021后打包出现报错:
Exception: OBSOLETE - Providing Android resources in Assets/Plugins/Android/res was removed, please move your resources to an AAR or an Android Library. See "AAR plug-ins and Android Libraries" section of the Manual for more details.
百度了一下是Unity2021不再支持在安卓Build的时候直接存在Android/res文件夹
解决方案最佳是去自己创建aar插件丢进去, 可惜对于我来说过于麻烦.
找到另一种相对简单的解决方案如下:
在Plugins/Android文件夹下创建CustomAndroidResource.androidlib文件夹
把原来Plugins/Android文件夹下的res文件夹移到CustomAndroidResource.androidlib文件夹下
在CustomAndroidResource.androidlib文件夹下创建两个文件,文件名和内容分别如下
AndroidManifest.xml
project.properties
target=android-9android.library=true
4.最终如下,重新打包完成
来源地址:https://blog.csdn.net/qq_28784217/article/details/128863508
--结束END--
本文标题: Unity2021打包报错: Exception: OBSOLETE - Providing Android resources in Assets/Plugins/Android/
本文链接: https://lsjlt.com/news/395319.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-01-21
2023-10-28
2023-10-28
2023-10-27
2023-10-27
2023-10-27
2023-10-27
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0