Probleme mit AndroidSlidingUpPanel mit Eclipse - Fehler beim Aufblasen der Klasse

Ich versuche das @ zu benutzAndroidSlidingUpPanel library (in Eclipse) und ich habe diesen Fehler:

04-19 20:09:48.413: E/AndroidRuntime(13760): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mendozatourapp/com.mendozatourapp.activitys.MapsActivity}: android.view.InflateException: Binary XML file line #8: Error inflating class com.sothree.slidinguppanel.library.SlidingUpPanelLayout

Dies ist mein Layout:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".DemoActivity" >

    <com.sothree.slidinguppanel.SlidingUpPanelLayout
        xmlns:sothree="http://schemas.android.com/apk/lib/res-auto"
        android:id="@+id/sliding_layout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="bottom"
        sothree:panelHeight="68dp"
        sothree:shadowHeight="4dp"
        sothree:paralaxOffset="100dp"
        sothree:dragView="@+id/name">  
   </com.sothree.slidinguppanel.SlidingUpPanelLayout>
</RelativeLayout>

Ich habe das gesamte Projekt heruntergeladen und "main" als Bibliothek importiert. Anschließend füge ich diese Bibliothek dem Java-Erstellungspfad meines Projekts hinzu. Ich habe das Gefühl, dass es sich um ein Java Build Path Problem handelt. Irgendeine Idee

ielen Dank, dass Sie mich gelesen haben, und nehmen Sie sich die Zeit, es zu tu

Antworten auf die Frage(2)

Ihre Antwort auf die Frage