码迷,mamicode.com
首页 > 移动开发 > 详细

Unity5.5.4使用IL2CPP构建Android真机版本

时间:2017-08-30 21:49:39      阅读:452      评论:0      收藏:0      [点我收藏+]

标签:too   chmod   rip   权限   需要   bin   roi   x86   参数设置   

1、需要安装Android NDK,Mac下下载的是一个bin文件,解压NDK .bin文件:

(1)获取文件权限  

chmod a+x android-ndk-r10c-darwin-x86_64.bin

(2)解压出文件

./android-ndk-r10c-darwin-x86_64.bin

2、构建脚本中的参数设置

if(isUseIL2Cpp)
    PlayerSettings.SetScriptingBackend(BuildTargetGroup.Android, ScriptingImplementation.IL2CPP);
else
    PlayerSettings.SetScriptingBackend(BuildTargetGroup.Android, ScriptingImplementation.Mono2x);

3、查看Android运行log

cd your_android_sdk_path/platform-tools
./adb logcat -s Unity

 

Unity5.5.4使用IL2CPP构建Android真机版本

标签:too   chmod   rip   权限   需要   bin   roi   x86   参数设置   

原文地址:http://www.cnblogs.com/dongzee/p/7447132.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!