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?
Sind Sie sicher, dass Sie die Bibliothek korrekt importiert haben? – Marcovena