美文网首页
cocos游戏解决绝大部分sdk返回游戏黑屏的问题

cocos游戏解决绝大部分sdk返回游戏黑屏的问题

作者: abios | 来源:发表于2017-11-15 16:23 被阅读0次

    android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize"

    <activity android:name="org.cocos2dx.lua.AppActivity"
    android:label="@string/app_name"
    android:screenOrientation="landscape"
    android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
    android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize">
    <intent-filter>
    <action android:name="android.intent.action.MAIN" />
    <category android:name="android.intent.category.LAUNCHER" />
    </intent-filter>
    </activity>

    此为转载试用可行

    相关文章

      网友评论

          本文标题:cocos游戏解决绝大部分sdk返回游戏黑屏的问题

          本文链接:https://www.haomeiwen.com/subject/tjhhvxtx.html