/Users/choiguenho/Documents/workspace/TestingGlossary/res/layout
 
<?xml version="1.0" encoding="utf-8"?>
<LenearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >
        
        <WebView 
            android:layout_width="fill_parent" 
            android:layout_height="fill_parent" 
            android:id="@+id/web"
           />
       

        <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="default"
            app:allowcall="yes” 
            app:reloadInterval="60"/>
                
</LenearLayout>


파일을 저장하게 되면 app:reloadInterval="60" 에서
아래와 같은 에러 메시지가 나옵니다.
 
Multiple annotations found at this line:
    - error: Error parsing XML: not well-formed (invalid token)
    - Element type "com.cauly.android.ad.AdView" must be followed by either attribute specifications, ">" or
     "/>".

머리식힐 겸 광고 삽입 한번 해보려 한건데, 애드센스, 애드몹, 시도해보다가
카울리로 왔습니다. ㅠㅜ
간단한거 같은데 초보라 6시간 정도 투자한거 같습니다. 도움 조금 부탁 드립니다. 감사합니다.