我正在使用flash cs6创建一个Android应用,我想在其中添加一些广告。我发现revmob附带了我能找到的最具体的指南。 http://sdk.revmobmobileadnetwork.com/air.html#download
在android位中,它说:'通过在标记中放入以下代码,在AndroidManifest.xml文件中添加所需的权限。'
我在哪里可以找到AndroidManifest.xml?
我现在听起来很吵,但是我应该以某种方式在eclipse中打开我的adobe air应用程序,还是我的应用程序准备上传到google play,当我从flash发布时?
在我开始在我的应用中测试广告之前,是否需要在Google Play上传我的应用程序?
我需要升级air 3.2吗?
非常欢迎有关如何在我的应用中投放广告的任何其他具体和基本指南。
我认为很难找到我需要的明确指导。提前谢谢。
之前我从未使用过xml文件,因此我不知道从revMob插入文本的位置。 这是我的xml:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<application xmlns="http://ns.adobe.com/air/application/3.2">
<id>GalaxyChallenge</id>
<versionNumber>1.0.0</versionNumber>
<versionLabel/>
<filename>Galaxy Challenge3</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>Galaxy Challenge3</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>Galaxy%20Challenge.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>true</fullScreen>
<aspectRatio>landscape</aspectRatio>
<renderMode>gpu</renderMode>
<autoOrients>false</autoOrients></initialWindow>
<icon>
<image36x36>ICONS/NEW%20NEW%20IC/Icon_bigbig/sizes/Icon_bigbig-36.png</image36x36>
<image48x48>ICONS/NEW%20NEW%20IC/Icon_bigbig/sizes/Icon_bigbig- 48.png</image48x48>
<image72x72>ICONS/NEW%20NEW%20IC/Icon_bigbig/sizes/Icon_bigbig-72.png</image72x72>
</icon>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<extensions>
<extensionID>com.revmob.airextension</extensionID>
</extensions>
<supportedLanguages>en</supportedLanguages>
</application>
以下是要添加的代码
<!-- Required -->
<uses-permission android:name="android.permission.INTERNET"/>
和
<application>
<activity android:name="com.revmob.ads.fullscreen.FullscreenActivity"
android:theme="@android:style/Theme.Translucent"
android:configChanges="keyboardHidden|orientation">
</activity>
</application>
答案 0 :(得分:0)
首次发布应用时,您应该获得一个名为YourAppName-app.xml的xml文件。这是AndroidManifest.xml
您可以在不上传到Google Play的情况下测试广告。
您理想需要使用labs.adobe.com上的最新AIR SDK,现在是17.0.0.123