gpt4 book ai didi

actionscript-3 - Actionscript 3.0 命名空间在应用程序描述 rune 件中无效

转载 作者:行者123 更新时间:2023-12-04 17:06:39 25 4
gpt4 key购买 nike

我正在尝试制作一个 Android 应用程序。一切正常,直到我尝试实现广告。现在,当我尝试将我的游戏发布到我的手机时,它给了我错误消息“创建文件时出错。应用程序描述 rune 件中的命名空间无效”。我尝试过的是更改为并且已经在网上查找了很长一段时间,但没有成功解决此问题。

    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<application xmlns="http://ns.adobe.com/air/application/20.0">
<id>keepmoving</id>
<versionNumber>1.0.2</versionNumber>
<versionLabel></versionLabel>
<filename>keep moving</filename>
<description/>





<!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>-->
<name>keep moving</name>





<!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>-->
<copyright/>
<initialWindow>
<content>keep%20moving.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>true</fullScreen>
<aspectRatio>portrait</aspectRatio>
<renderMode>direct</renderMode>
<autoOrients>false</autoOrients></initialWindow>
<icon/>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<android>
<manifestAdditions><![CDATA[
<manifest android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<application>
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<activity android:name="com.google.android.gms.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" android:theme="@android:style/Theme.Translucent"/>
</application>
</manifest>
]]></manifestAdditions>
</android>
<extensions>
<extensionID>so.cuo.platform.admob</extensionID>
</extensions>
</application>

最佳答案

我在 Adob​​e Air 24 上遇到了同样的问题。升级到 Adob​​e Air 31 为我解决了这个问题。

关于actionscript-3 - Actionscript 3.0 命名空间在应用程序描述 rune 件中无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51126566/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com