2010-12-21 8 views
0

Hier finden ist meine XML:Eclipse-AdMob nicht Attribute

<?xml version="1.0" encoding="utf-8"?> 
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 
       xmlns:app="http://schemas.android.com/apk/res/com.tahakki.buttonpuzzlelite" 
    android:orientation="vertical" 
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent" 
    > 
         <org.anddev.andengine.opengl.view.RenderSurfaceView android:id="@+id/flip_render" 
           android:layout_width="fill_parent" 
           android:layout_height="fill_parent" 
           android:layout_margin="0px" 
           android:layout_centerInParent="true"       
           /> 
     <RelativeLayout 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content" 
      android:layout_alignTop="@+id/flip_render" 
      android:layout_alignLeft="@+id/flip_render" 
     > 
<!-- Ad here --> 

<com.admob.android.ads.AdView 
      android:layout_width="fill_parent" 
      android:layout_height="wrap_content" 
      app:backgroundColor="#000000" 
      app:primaryTextColor="#FFFFFF" 
      app:secondaryTextColor="#CCCCCC" 
    /> 
     </RelativeLayout> 
</RelativeLayout> 

Eklipse mir diese App sagt: Backgroundcolor, App: primaryTextColor und App: secondaryTextColor kann nicht gefunden werden. Ich habe die passende admob JAR in meinem Build-Pfad. Was ist los mit dir?

+0

Sind Sie sicher, dass Sie die Bibliothek korrekt importiert haben? – Marcovena

Antwort

0

Es stellte sich heraus, dass ich die Bibliothek importiert hatte, aber nicht die Datei attrs.xml.

+0

Können Sie erklären, was Sie meinen, indem Sie die Datei attrs.xml "importieren"? Ich habe ein ähnliches Problem und würde gerne wissen, wie ich es beheben kann! – Chris