アプリにinner-activeを統合しようとしています..サンプルプロジェクトをダウンロードしましたが、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"
/>
ところで、ネイティブ Android アプリのインナーアクティブを使用するのは正しい選択ですか? ティア