안드로이드 개발 질문/답변
(글 수 45,052)
카울리 배너 삽입할 layout xml 에다가 아래와 같은 코드만 붙이면 에러가 발생 하네요...
<com.cauly.android.ad.AdView
xmlns:app="http://schemas.android.com/apk/res/com.cauly.adtest"
android:id="@+id/ad"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
app:appcode="CAULY"
app:adtype="cpc"
app:gender="all"
app:age="all"
app:gps="off"
app:effect="half"
app:allowcall="yes"
app:reloadInterval="60"/>
에러 내용
Multiple annotations found at this line:
-error : No resource identifier found for attribute 'gender' in package 'com.cauly.adtest'
...
이렇게 각 요소마다 error 를 뱉어내고 있네요...
cauly 에서 제공 하는 SDK는 빌드잡아놓았습니다....



