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

标签 actionscript-3 namespaces

我正在尝试制作一个 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/

相关文章:

python - 从其他 Python 进程访问 Python 命名空间

java - 我如何移动原始源图像而不是 imageProxy?

algorithm - 按位与不适用于 MSB

javascript - Flash ActionScript 如何使用网络摄像头读取手势?

flash - 在没有流媒体服务器的情况下在 Flash 中录制 h.264 视频?

r - 没有包的命名空间

ruby-on-rails-3 - 导轨缓存 : expire_action in another namespace

javascript - 参数中带有复杂对象的 AS3 JS 函数调用

javascript - AngularJS - 使用命名空间解析 JSON feed

php - Laravel artisan 错误 :processutils