返回顶部
首页 > 资讯 > 移动开发 >Unity2021打包报错: Exception: OBSOLETE - Providing Android resources in Assets/Plugins/Android/
  • 504
分享到

Unity2021打包报错: Exception: OBSOLETE - Providing Android resources in Assets/Plugins/Android/

unity踩坑日记androidPoweredby金山文档 2023-09-05 12:09:39 504人浏览 泡泡鱼
摘要

项目升级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插件丢进去, 可惜对于我来说过于麻烦.

找到另一种相对简单的解决方案如下:

  1. 在Plugins/Android文件夹下创建CustomAndroidResource.androidlib文件夹

  1. 把原来Plugins/Android文件夹下的res文件夹移到CustomAndroidResource.androidlib文件夹下

  1. 在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

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作