android - Inneractive ad integration error in xml file -
im trying integrate inner-active app .. downloaded sample project getting error in xml file...
multiple annotations found @ line: - error: no resource identifier found attribute 'adtype' in package 'com.inneractive.api.ads.sample' - error: no resource identifier found attribute 'refreshinterval' in package 'com.inneractive.api.ads.sample' - error: no resource identifier found attribute 'keywords' in package 'com.inneractive.api.ads.sample' - error: no resource identifier found 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 right choice go inner-active native android apps? tia
i have been using inneractive 6 month now, , managed generate decent amount of revenues every month (around $1500 each month). depends on amount of downloads have , way have placed banners. don't make intrusive user make sure see , able click on it.
Comments
Post a Comment