我试图将内部活动集成到我的应用程序..我下载了示例项目但在xml文件中出错...
Multiple annotations found at this line:
- error: No resource identifier found for attribute 'adType' in package 'com.inneractive.api.ads.sample'
- error: No resource identifier found for attribute 'refreshInterval' in package
'com.inneractive.api.ads.sample'
- error: No resource identifier found for attribute 'keywords' in package
'com.inneractive.api.ads.sample'
- error: No resource identifier found for attribute 'appID' in package 'com.inneractive.api.ads.sample'
XML
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<com.inneractive.api.ads.InneractiveAd
android:id="@+id/ad"
xmlns:inneractive="http://schemas.android.com/apk/res/com.inneractive.api.ads.sample"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
inneractive:appID="Android_IA_Test"
inneractive:adType="Banner"
inneractive:keywords="android,test"
inneractive:refreshInterval="120"
android:layout_alignParentBottom="true"
/>
BTW是一个正确选择与内部活动的原生Android应用程序? TIA
答案 0 :(得分:0)
问题是由于行
xmlns:inneractive="http://schemas.android.com/apk/res/com.inneractive.api"
可以尝试
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<view class="com.inneractive.api.ads.InneractiveAd"
android:id="@+id/ad"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
inneractive:appID="Android_IA_Test"
inneractive:adType="Banner"
inneractive:keywords="android,test"
inneractive:refreshInterval="120"
android:layout_alignParentBottom="true"
/>
</RelativeLayout>
答案 1 :(得分:0)
我的名字是Nirit,我是Inneractive的支持经理。
您是否正在尝试编译我们的示例应用?还是你自己的项目?
请确保将“xmlns:inneractive”设置为您的应用程序包。
另外,请注意应将attrs.xml
文件(InneractiveAdSample \ res \ values \ attrs.xml)添加到项目中。
如果您有任何问题或意见,请随时通过信息中心的“联系支持”链接与我联系。最诚挚的问候,Nirit。
答案 2 :(得分:0)
我现在已经使用了大约6个月,并且每月创造了不错的收入(每个月大约1500美元)。 这一切都取决于您拥有的下载量以及放置横幅的方式。不要让用户过于干扰,但要确保他们真正看到它并能够点击它。