Aucun identificateur de ressource trouvé pour l'attribut 'paddingEnd' Package 'android'

J'ai un problème avec le fichier XMl dans v17/mr-media_route_list_item.xml.

Je reçois cette erreur et n'ont pas trouvé une solution encore!

Ici est un printshot XML et les Problèmes*

CODE XML CI-DESSOUS :

    <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:layout_width="match_parent"
              android:layout_height="?android:attr/listPreferredItemHeight"
              android:gravity="center_vertical">

    <LinearLayout android:layout_width="0dp"
                  android:layout_height="match_parent"
                  android:layout_weight="1"
                  android:orientation="vertical"
                  android:gravity="start|center_vertical"
                  android:paddingStart="?android:attr/listPreferredItemPaddingStart"
                  android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
                  android:duplicateParentState="true">

        <TextView android:id="@android:id/text1"
                  android:layout_width="match_parent"
                  android:layout_height="wrap_content"
                  android:singleLine="true"
                  android:ellipsize="marquee"
                  android:textAppearance="?android:attr/textAppearanceMedium"
                  android:duplicateParentState="true" />

        <TextView android:id="@android:id/text2"
                  android:layout_width="match_parent"
                  android:layout_height="wrap_content"
                  android:singleLine="true"
                  android:ellipsize="marquee"
                  android:textAppearance="?android:attr/textAppearanceSmall"
                  android:duplicateParentState="true" />
    </LinearLayout>

</LinearLayout>
Merci de poster le code xml en tant que partie de votre question.
Quelle est votre Cible Api et Min Api?
dans le fichier de manifeste pour cette bibliothèque de la minSdkVersion = 7. Il n'y a pas de max Version du SDK déclaré
J'ai ajouté le printshot juste pour que vous voyez dans lequel les lignes de xml échoue
Je vais installer le SDK de la version 7 de voir si rien ne change.

OriginalL'auteur AndroidKrayze | 2014-02-03