赞
踩
打包步骤:
1.全部安装unity自带的内容,从hub上安装,如果之前只安装了编辑器,可以去官网找对应版本的相关sdk,jdk,等
2.点开buildsetting-> playerSetting->Player->Publishing Settings 。勾选上Custom Base Gradle Template 和 Custom Gradle Properties Template
3.勾选完上面的两个,unity会在 \Plugins\Android\路径下生成这个两个文件
4.编辑 basePro…这个文件添加
maven{url 'http://maven.aliyun.com/nexus/content/repositories/central/'}
到 google() 的上面(需要加两个地方)
5.build就可以了
6.现在说下我遇到的问题,因为我电脑装过AndroidStudio ,而且我配置过代理镜像,再加上这个镜像还挂了,所以导致我本地打包失败,我去AndroidStudio把镜像改成没有代理还是失败。最后我用Everything搜索
gradle.properties 这个文件,在C:\Users\用户名\.gradle 文件夹下面发现了这个,删除了里面的代理。然后就打包成功了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。