赞
踩
我新建了一个简单的unity工程,导出为简单的不可直接用的android工程。然后新建一个安卓工程,将unity导出的资源一一拷贝进去,然后在mainActivity中跳转至unityActivity,但是每次finish当前unityactivity都会crash掉,下面是我的安卓代码,求大神们帮忙看看这是为什么,感激不尽!
Manifests:<?xml version="1.0" encoding="utf-8"?>
package="com.cain.unitytest">
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:anyDensity="true" />
android:name=".tool.MyApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppThem
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。