Unity打包总结

Posted 七星龙渊_

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unity打包总结相关的知识,希望对你有一定的参考价值。

Unity打包android总结

  1. The application could not be installed:  

NSTALL_PARSE_FAILED_MANIFEST_MALFORMED

解决方法1AndroidManifest.xml中添加“android:exported="true"”

解决方法2: 点击“Player Settings””Other Settings”,将“Target API Lever”设置为“API Lerver 30”

 

  1. The application could not be installed: INSTALL_FAILED_TEST_ONLY

解决方法:

gradle.properties全局配置中设置:

android.injected.testOnly=false

Unity打包ios总结

1、Undefined symbol: _res_9_getservers

 

将libresolv.dylib 添加到工程引用中(通过build phases中)。

 

 

2xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
打开xcode,依次点击Xcode -> Preferences Location,设置 Command Line Tools: 这里选择已安装的Xcode

 

Unity-MAC脚步编译错误:

1、'' is an incorrect path for a scene file. BuildPlayer expects paths relative to the project folder.

解决方法:依次点击“File””Build Settings…”,选择“Scenes In Build”下面的文件,点击“Add Open Scenes“按钮。

 

unity游戏开发之打包apk谷歌上架报错总结

推荐阅读:

设置了转屏方式不生效

AS工程导出apk时,screenOrientation设置了portrait,如下介绍,竖屏显示

实际打包出来的apk,却能旋转,在入口脚本处添加代码如下:

以上是关于Unity打包总结的主要内容,如果未能解决你的问题,请参考以下文章

Unity 打包总结和资源的优化和处理

unity游戏开发之打包apk谷歌上架报错总结

unity在资源打包的时候,关于 hash 计算的简单总结

Unity自动打包工具——Mac上打包android

Unity打包WebGL所遇到的坑!!!

Unity+NGUI性能优化方法总结