رفتن به مطلب
  • 0

مشکل با کارد ویو


ddddd

سوال

با سلام وقتی از برنامه کامپایل میگیرم ارور زیر نمایان می شود . ادرس ریسورس ها را حذف کردم چ ون در بیسیک 6 به بالا لازم نیست بجاش     #Extends: android.support.v7.app.AppCompatActivity اضافه کردم  . لطفا راهنمایی کنید خیلی مهمهssdsad.png

لینک ارسال
به اشتراک گذاری در سایت های دیگر

4 پاسخ به این سوال تاکنون داده شده است

ارسال‌های توصیه شده

درود

برای کارد ویوو یه ریسورس لازمه

#AdditionalRes:E:\android\android-sdk\extras\android\support\v7\cardview\res

که مسیر اون رو با توجه به Sdk خودتون تغییر بدید. لینک پوشه ریسورس رو میذارم اگه نداشتی استفاده کن

 

دانلود فایل

 

و در صورتی که از appcompat استفاده میکنی باید از ریسورس زیر استفاده کنی

#Extends: android.support.v7.app.AppCompatActivity

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

وقتی هم که ریسورس ها رو اد ممی کنم ارور زیر میاد

B4A version: 7.01
Parsing code.    (0.01s)
Compiling code.    (0.14s)
Compiling layouts code.    (0.01s)
Organizing libraries.    (0.00s)
Generating R file.    Error
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:28: error: Attribute "title" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:29: error: Attribute "height" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:31: error: Attribute "isLightTheme" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:43: error: Attribute "windowActionBar" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:46: error: Attribute "windowNoTitle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:51: error: Attribute "windowActionBarOverlay" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:55: error: Attribute "windowActionModeOverlay" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:60: error: Attribute "windowFixedWidthMajor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:64: error: Attribute "windowFixedHeightMinor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:69: error: Attribute "windowFixedWidthMinor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:73: error: Attribute "windowFixedHeightMajor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:79: error: Attribute "windowMinWidthMajor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:84: error: Attribute "windowMinWidthMinor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:94: error: Attribute "actionBarTabStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:95: error: Attribute "actionBarTabBarStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:96: error: Attribute "actionBarTabTextStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:97: error: Attribute "actionOverflowButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:98: error: Attribute "actionOverflowMenuStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:101: error: Attribute "actionBarPopupTheme" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:103: error: Attribute "actionBarStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:108: error: Attribute "actionBarSplitStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:112: error: Attribute "actionBarTheme" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:120: error: Attribute "actionBarWidgetTheme" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:123: error: Attribute "actionBarSize" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:127: error: Attribute "actionBarDivider" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:129: error: Attribute "actionBarItemBackground" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:132: error: Attribute "actionMenuTextAppearance" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:135: error: Attribute "actionMenuTextColor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:142: error: Attribute "actionModeStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:143: error: Attribute "actionModeCloseButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:145: error: Attribute "actionModeBackground" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:147: error: Attribute "actionModeSplitBackground" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:149: error: Attribute "actionModeCloseDrawable" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:151: error: Attribute "actionModeCutDrawable" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:153: error: Attribute "actionModeCopyDrawable" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:155: error: Attribute "actionModePasteDrawable" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:157: error: Attribute "actionModeSelectAllDrawable" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:159: error: Attribute "actionModeShareDrawable" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:161: error: Attribute "actionModeFindDrawable" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:163: error: Attribute "actionModeWebSearchDrawable" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:166: error: Attribute "actionModePopupWindowStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:174: error: Attribute "textAppearanceLargePopupMenu" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:176: error: Attribute "textAppearanceSmallPopupMenu" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:185: error: Attribute "dialogTheme" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:187: error: Attribute "dialogPreferredPadding" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:189: error: Attribute "listDividerAlertDialog" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:197: error: Attribute "actionDropDownStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:199: error: Attribute "dropdownListPreferredItemHeight" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:201: error: Attribute "spinnerDropDownItemStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:203: error: Attribute "homeAsUpIndicator" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:206: error: Attribute "actionButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:209: error: Attribute "buttonBarStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:211: error: Attribute "buttonBarButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:215: error: Attribute "selectableItemBackground" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:217: error: Attribute "selectableItemBackgroundBorderless" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:219: error: Attribute "borderlessButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:221: error: Attribute "dividerVertical" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:223: error: Attribute "dividerHorizontal" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:225: error: Attribute "activityChooserViewStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:228: error: Attribute "toolbarStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:230: error: Attribute "toolbarNavigationButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:233: error: Attribute "popupMenuStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:235: error: Attribute "popupWindowStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:238: error: Attribute "editTextColor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:240: error: Attribute "editTextBackground" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:243: error: Attribute "imageButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:250: error: Attribute "textAppearanceSearchResultTitle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:252: error: Attribute "textAppearanceSearchResultSubtitle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:254: error: Attribute "textColorSearchUrl" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:256: error: Attribute "searchViewStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:264: error: Attribute "listPreferredItemHeight" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:266: error: Attribute "listPreferredItemHeightSmall" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:268: error: Attribute "listPreferredItemHeightLarge" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:271: error: Attribute "listPreferredItemPaddingLeft" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:273: error: Attribute "listPreferredItemPaddingRight" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:276: error: Attribute "dropDownListViewStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:277: error: Attribute "listPopupWindowStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:280: error: Attribute "textAppearanceListItem" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:282: error: Attribute "textAppearanceListItemSmall" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:291: error: Attribute "panelBackground" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:293: error: Attribute "panelMenuListWidth" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:295: error: Attribute "panelMenuListTheme" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:297: error: Attribute "listChoiceBackgroundIndicator" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:306: error: Attribute "colorPrimary" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:310: error: Attribute "colorPrimaryDark" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:314: error: Attribute "colorAccent" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:317: error: Attribute "colorControlNormal" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:320: error: Attribute "colorControlActivated" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:323: error: Attribute "colorControlHighlight" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:326: error: Attribute "colorButtonNormal" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:329: error: Attribute "colorSwitchThumbNormal" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:332: error: Attribute "controlBackground" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:338: error: Attribute "alertDialogStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:339: error: Attribute "alertDialogButtonGroupStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:340: error: Attribute "alertDialogCenterButtons" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:342: error: Attribute "alertDialogTheme" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:345: error: Attribute "textColorAlertDialogListItem" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:348: error: Attribute "buttonBarPositiveButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:351: error: Attribute "buttonBarNegativeButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:354: error: Attribute "buttonBarNeutralButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:362: error: Attribute "autoCompleteTextViewStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:364: error: Attribute "buttonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:366: error: Attribute "buttonStyleSmall" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:368: error: Attribute "checkboxStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:370: error: Attribute "checkedTextViewStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:372: error: Attribute "editTextStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:374: error: Attribute "radioButtonStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:376: error: Attribute "ratingBarStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:378: error: Attribute "ratingBarStyleIndicator" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:380: error: Attribute "ratingBarStyleSmall" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:382: error: Attribute "seekBarStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:384: error: Attribute "spinnerStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:386: error: Attribute "switchStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:402: error: Attribute "navigationMode" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:411: error: Attribute "displayOptions" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:423: error: Attribute "subtitle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:425: error: Attribute "titleTextStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:427: error: Attribute "subtitleTextStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:429: error: Attribute "icon" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:431: error: Attribute "logo" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:433: error: Attribute "divider" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:435: error: Attribute "background" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:437: error: Attribute "backgroundStacked" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:439: error: Attribute "backgroundSplit" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:441: error: Attribute "customNavigationLayout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:445: error: Attribute "homeLayout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:447: error: Attribute "progressBarStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:449: error: Attribute "indeterminateProgressStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:451: error: Attribute "progressBarPadding" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:456: error: Attribute "itemPadding" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:458: error: Attribute "hideOnContentScroll" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:461: error: Attribute "contentInsetStart" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:464: error: Attribute "contentInsetEnd" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:467: error: Attribute "contentInsetLeft" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:470: error: Attribute "contentInsetRight" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:472: error: Attribute "elevation" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:475: error: Attribute "popupTheme" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:499: error: Attribute "closeItemLayout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:504: error: Attribute "paddingStart" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:506: error: Attribute "paddingEnd" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:515: error: Attribute "theme" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:525: error: Attribute "backgroundTint" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:528: error: Attribute "backgroundTintMode" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:562: error: Attribute "preserveIconSpacing" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:644: error: Attribute "showAsAction" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:669: error: Attribute "actionLayout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:674: error: Attribute "actionViewClass" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:680: error: Attribute "actionProviderClass" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:699: error: Attribute "layout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:702: error: Attribute "iconifiedByDefault" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:706: error: Attribute "queryHint" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:709: error: Attribute "defaultQueryHint" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:715: error: Attribute "closeIcon" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:717: error: Attribute "goIcon" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:719: error: Attribute "searchIcon" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:721: error: Attribute "searchHintIcon" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:723: error: Attribute "voiceIcon" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:725: error: Attribute "commitIcon" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:727: error: Attribute "suggestionRowLayout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:729: error: Attribute "queryBackground" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:731: error: Attribute "submitBackground" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:738: error: Attribute "initialActivityCount" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:745: error: Attribute "expandActivityOverflowButtonDrawable" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:750: error: Attribute "textAllCaps" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:777: error: Attribute "measureWithLargestChild" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:781: error: Attribute "showDividers" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:788: error: Attribute "dividerPadding" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:799: error: Attribute "titleTextAppearance" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:800: error: Attribute "subtitleTextAppearance" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:804: error: Attribute "titleMargins" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:805: error: Attribute "titleMarginStart" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:806: error: Attribute "titleMarginEnd" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:807: error: Attribute "titleMarginTop" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:808: error: Attribute "titleMarginBottom" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:813: error: Attribute "maxButtonHeight" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:815: error: Attribute "collapseIcon" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:817: error: Attribute "collapseContentDescription" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:823: error: Attribute "navigationIcon" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:826: error: Attribute "navigationContentDescription" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:836: error: Attribute "logoDescription" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:838: error: Attribute "titleTextColor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:840: error: Attribute "subtitleTextColor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:845: error: Attribute "state_above_anchor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:857: error: Attribute "overlapAnchor" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:863: error: Attribute "color" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:865: error: Attribute "spinBars" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:867: error: Attribute "drawableSize" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:869: error: Attribute "gapBetweenBars" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:871: error: Attribute "arrowHeadLength" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:873: error: Attribute "arrowShaftLength" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:875: error: Attribute "barLength" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:877: error: Attribute "thickness" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:880: error: Attribute "drawerArrowStyle" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:895: error: Attribute "buttonTint" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:898: error: Attribute "buttonTintMode" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:920: error: Attribute "track" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:926: error: Attribute "thumbTextPadding" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:928: error: Attribute "switchTextAppearance" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:930: error: Attribute "switchMinWidth" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:932: error: Attribute "switchPadding" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:934: error: Attribute "splitTrack" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:936: error: Attribute "showText" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:954: error: Attribute "buttonPanelSideLayout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:955: error: Attribute "listLayout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:956: error: Attribute "multiChoiceItemLayout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:957: error: Attribute "singleChoiceItemLayout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:958: error: Attribute "listItemLayout" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:965: error: Attribute "allowStacking" has already been defined
e:\basic 4 android\extras\android\support\v7\appcompat\res\values\attrs.xml:971: error: Attribute "srcCompat" has already been defined
e:\appcompat\res\values\attrs.xml:28: error: Attribute "title" has already been defined
e:\appcompat\res\values\attrs.xml:29: error: Attribute "height" has already been defined
e:\appcompat\res\values\attrs.xml:31: error: Attribute "isLightTheme" has already been defined
e:\appcompat\res\values\attrs.xml:43: error: Attribute "windowActionBar" has already been defined
e:\appcompat\res\values\attrs.xml:46: error: Attribute "windowNoTitle" has already been defined
e:\appcompat\res\values\attrs.xml:51: error: Attribute "windowActionBarOverlay" has already been defined
e:\appcompat\res\values\attrs.xml:55: error: Attribute "windowActionModeOverlay" has already been defined
e:\appcompat\res\values\attrs.xml:60: error: Attribute "windowFixedWidthMajor" has already been defined
e:\appcompat\res\values\attrs.xml:64: error: Attribute "windowFixedHeightMinor" has already been defined
e:\appcompat\res\values\attrs.xml:69: error: Attribute "windowFixedWidthMinor" has already been defined
e:\appcompat\res\values\attrs.xml:73: error: Attribute "windowFixedHeightMajor" has already been defined
e:\appcompat\res\values\attrs.xml:79: error: Attribute "windowMinWidthMajor" has already been defined
e:\appcompat\res\values\attrs.xml:84: error: Attribute "windowMinWidthMinor" has already been defined
e:\appcompat\res\values\attrs.xml:94: error: Attribute "actionBarTabStyle" has already been defined
e:\appcompat\res\values\attrs.xml:95: error: Attribute "actionBarTabBarStyle" has already been defined
e:\appcompat\res\values\attrs.xml:96: error: Attribute "actionBarTabTextStyle" has already been defined
e:\appcompat\res\values\attrs.xml:97: error: Attribute "actionOverflowButtonStyle" has already been defined
e:\appcompat\res\values\attrs.xml:98: error: Attribute "actionOverflowMenuStyle" has already been defined
e:\appcompat\res\values\attrs.xml:101: error: Attribute "actionBarPopupTheme" has already been defined
e:\appcompat\res\values\attrs.xml:103: error: Attribute "actionBarStyle" has already been defined
e:\appcompat\res\values\attrs.xml:108: error: Attribute "actionBarSplitStyle" has already been defined
e:\appcompat\res\values\attrs.xml:112: error: Attribute "actionBarTheme" has already been defined
e:\appcompat\res\values\attrs.xml:120: error: Attribute "actionBarWidgetTheme" has already been defined
e:\appcompat\res\values\attrs.xml:123: error: Attribute "actionBarSize" has already been defined
e:\appcompat\res\values\attrs.xml:127: error: Attribute "actionBarDivider" has already been defined
e:\appcompat\res\values\attrs.xml:129: error: Attribute "actionBarItemBackground" has already been defined
e:\appcompat\res\values\attrs.xml:132: error: Attribute "actionMenuTextAppearance" has already been defined
e:\appcompat\res\values\attrs.xml:135: error: Attribute "actionMenuTextColor" has already been defined
e:\appcompat\res\values\attrs.xml:142: error: Attribute "actionModeStyle" has already been defined
e:\appcompat\res\values\attrs.xml:143: error: Attribute "actionModeCloseButtonStyle" has already been defined
e:\appcompat\res\values\attrs.xml:145: error: Attribute "actionModeBackground" has already been defined
e:\appcompat\res\values\attrs.xml:147: error: Attribute "actionModeSplitBackground" has already been defined
e:\appcompat\res\values\attrs.xml:149: error: Attribute "actionModeCloseDrawable" has already been defined
e:\appcompat\res\values\attrs.xml:151: error: Attribute "actionModeCutDrawable" has already been defined
e:\appcompat\res\values\attrs.xml:153: error: Attribute "actionModeCopyDrawable" has already been defined
e:\appcompat\res\values\attrs.xml:155: error: Attribute "actionModePasteDrawable" has already been defined
e:\appcompat\res\values\attrs.xml:157: error: Attribute "actionModeSelectAllDrawable" has already been defined
e:\appcompat\res\values\attrs.xml:159: error: Attribute "actionModeShareDrawable" has already been defined
e:\appcompat\res\values\attrs.xml:161: error: Attribute "actionModeFindDrawable" has already been defined
e:\appcompat\res\values\attrs.xml:163: error: Attribute "actionModeWebSearchDrawable" has already been defined
e:\appcompat\res\values\attrs.xml:166: error: Attribute "actionModePopupWindowStyle" has already been defined
e:\appcompat\res\values\attrs.xml:174: error: Attribute "textAppearanceLargePopupMenu" has already been defined
e:\appcompat\res\values\attrs.xml:176: error: Attribute "textAppearanceSmallPopupMenu" has already been defined
e:\appcompat\res\values\attrs.xml:185: error: Attribute "dialogTheme" has already been defined
e:\appcompat\res\values\attrs.xml:187: error: Attribute "dialogPreferredPadding" has already been defined
e:\appcompat\res\values\attrs.xml:189: error: Attribute "listDividerAlertDialog" has already been defined
e:\appcompat\res\values\attrs.xml:197: error: Attribute "actionDropDownStyle" has already been defined
e:\appcompat\res\values\attrs.xml:199: error: Attribute "dropdownListPreferredItemHeight" has already been defined
e:\appcompat\res\values\attrs.xml:201: error: Attribute "spinnerDropDownItemStyle" has already been defined
e:\appcompat\res\values\attrs.xml:203: error: Attribute "homeAsUpIndicator" has already been defined
e:\appcompat\res\values\attrs.xml:206: error: Attribute "actionButtonStyle" has already been defined
e:\appcompat\res\values\attrs.xml:209: error: Attribute "buttonBarStyle" has already been defined
e:\appcompat\res\values\attrs.xml:211: error: Attribute "buttonBarButtonStyle" has already been defined
e:\appcompat\res\values\attrs.xml:215: error: Attribute "selectableItemBackground" has already been defined
e:\appcompat\res\values\attrs.xml:217: error: Attribute "selectableItemBackgroundBorderless" has already been defined
e:\appcompat\res\values\attrs.xml:219: error: Attribute "dividerVertical" has already been defined
e:\appcompat\res\values\attrs.xml:221: error: Attribute "dividerHorizontal" has already been defined
e:\appcompat\res\values\attrs.xml:223: error: Attribute "activityChooserViewStyle" has already been defined
e:\appcompat\res\values\attrs.xml:226: error: Attribute "toolbarStyle" has already been defined
e:\appcompat\res\values\attrs.xml:228: error: Attribute "toolbarNavigationButtonStyle" has already been defined
e:\appcompat\res\values\attrs.xml:231: error: Attribute "popupMenuStyle" has already been defined
e:\appcompat\res\values\attrs.xml:233: error: Attribute "popupWindowStyle" has already been defined
e:\appcompat\res\values\attrs.xml:236: error: Attribute "editTextColor" has already been defined
e:\appcompat\res\values\attrs.xml:238: error: Attribute "editTextBackground" has already been defined
e:\appcompat\res\values\attrs.xml:245: error: Attribute "textAppearanceSearchResultTitle" has already been defined
e:\appcompat\res\values\attrs.xml:247: error: Attribute "textAppearanceSearchResultSubtitle" has already been defined
e:\appcompat\res\values\attrs.xml:249: error: Attribute "textColorSearchUrl" has already been defined
e:\appcompat\res\values\attrs.xml:251: error: Attribute "searchViewStyle" has already been defined
e:\appcompat\res\values\attrs.xml:259: error: Attribute "listPreferredItemHeight" has already been defined
e:\appcompat\res\values\attrs.xml:261: error: Attribute "listPreferredItemHeightSmall" has already been defined
e:\appcompat\res\values\attrs.xml:263: error: Attribute "listPreferredItemHeightLarge" has already been defined
e:\appcompat\res\values\attrs.xml:266: error: Attribute "listPreferredItemPaddingLeft" has already been defined
e:\appcompat\res\values\attrs.xml:268: error: Attribute "listPreferredItemPaddingRight" has already been defined
e:\appcompat\res\values\attrs.xml:271: error: Attribute "dropDownListViewStyle" has already been defined
e:\appcompat\res\values\attrs.xml:272: error: Attribute "listPopupWindowStyle" has already been defined
e:\appcompat\res\values\attrs.xml:275: error: Attribute "textAppearanceListItem" has already been defined
e:\appcompat\res\values\attrs.xml:277: error: Attribute "textAppearanceListItemSmall" has already been defined
e:\appcompat\res\values\attrs.xml:286: error: Attribute "panelBackground" has already been defined
e:\appcompat\res\values\attrs.xml:288: error: Attribute "panelMenuListWidth" has already been defined
e:\appcompat\res\values\attrs.xml:290: error: Attribute "panelMenuListTheme" has already been defined
e:\appcompat\res\values\attrs.xml:292: error: Attribute "listChoiceBackgroundIndicator" has already been defined
e:\appcompat\res\values\attrs.xml:301: error: Attribute "colorPrimary" has already been defined
e:\appcompat\res\values\attrs.xml:305: error: Attribute "colorPrimaryDark" has already been defined
e:\appcompat\res\values\attrs.xml:309: error: Attribute "colorAccent" has already been defined
e:\appcompat\res\values\attrs.xml:312: error: Attribute "colorControlNormal" has already been defined
e:\appcompat\res\values\attrs.xml:315: error: Attribute "colorControlActivated" has already been defined
e:\appcompat\res\values\attrs.xml:318: error: Attribute "colorControlHighlight" has already been defined
e:\appcompat\res\values\attrs.xml:321: error: Attribute "colorButtonNormal" has already been defined
e:\appcompat\res\values\attrs.xml:324: error: Attribute "colorSwitchThumbNormal" has already been defined
e:\appcompat\res\values\attrs.xml:330: error: Attribute "alertDialogStyle" has already been defined
e:\appcompat\res\values\attrs.xml:331: error: Attribute "alertDialogButtonGroupStyle" has already been defined
e:\appcompat\res\values\attrs.xml:332: error: Attribute "alertDialogCenterButtons" has already been defined
e:\appcompat\res\values\attrs.xml:334: error: Attribute "alertDialogTheme" has already been defined
e:\appcompat\res\values\attrs.xml:337: error: Attribute "textColorAlertDialogListItem" has already been defined
e:\appcompat\res\values\attrs.xml:340: error: Attribute "buttonBarPositiveButtonStyle" has already been defined
e:\appcompat\res\values\attrs.xml:343: error: Attribute "buttonBarNegativeButtonStyle" has already been defined
e:\appcompat\res\values\attrs.xml:346: error: Attribute "buttonBarNeutralButtonStyle" has already been defined
e:\appcompat\res\values\attrs.xml:354: error: Attribute "autoCompleteTextViewStyle" has already been defined
e:\appcompat\res\values\attrs.xml:356: error: Attribute "buttonStyle" has already been defined
e:\appcompat\res\values\attrs.xml:358: error: Attribute "buttonStyleSmall" has already been defined
e:\appcompat\res\values\attrs.xml:360: error: Attribute "checkboxStyle" has already been defined
e:\appcompat\res\values\attrs.xml:362: error: Attribute "checkedTextViewStyle" has already been defined
e:\appcompat\res\values\attrs.xml:364: error: Attribute "editTextStyle" has already been defined
e:\appcompat\res\values\attrs.xml:366: error: Attribute "radioButtonStyle" has already been defined
e:\appcompat\res\values\attrs.xml:368: error: Attribute "ratingBarStyle" has already been defined
e:\appcompat\res\values\attrs.xml:370: error: Attribute "spinnerStyle" has already been defined
e:\appcompat\res\values\attrs.xml:372: error: Attribute "switchStyle" has already been defined
e:\appcompat\res\values\attrs.xml:388: error: Attribute "navigationMode" has already been defined
e:\appcompat\res\values\attrs.xml:397: error: Attribute "displayOptions" has already been defined
e:\appcompat\res\values\attrs.xml:409: error: Attribute "subtitle" has already been defined
e:\appcompat\res\values\attrs.xml:411: error: Attribute "titleTextStyle" has already been defined
e:\appcompat\res\values\attrs.xml:413: error: Attribute "subtitleTextStyle" has already been defined
e:\appcompat\res\values\attrs.xml:415: error: Attribute "icon" has already been defined
e:\appcompat\res\values\attrs.xml:417: error: Attribute "logo" has already been defined
e:\appcompat\res\values\attrs.xml:419: error: Attribute "divider" has already been defined
e:\appcompat\res\values\attrs.xml:421: error: Attribute "background" has already been defined
e:\appcompat\res\values\attrs.xml:423: error: Attribute "backgroundStacked" has already been defined
e:\appcompat\res\values\attrs.xml:425: error: Attribute "backgroundSplit" has already been defined
e:\appcompat\res\values\attrs.xml:427: error: Attribute "customNavigationLayout" has already been defined
e:\appcompat\res\values\attrs.xml:431: error: Attribute "homeLayout" has already been defined
e:\appcompat\res\values\attrs.xml:433: error: Attribute "progressBarStyle" has already been defined
e:\appcompat\res\values\attrs.xml:435: error: Attribute "indeterminateProgressStyle" has already been defined
e:\appcompat\res\values\attrs.xml:437: error: Attribute "progressBarPadding" has already been defined
e:\appcompat\res\values\attrs.xml:442: error: Attribute "itemPadding" has already been defined
e:\appcompat\res\values\attrs.xml:444: error: Attribute "hideOnContentScroll" has already been defined
e:\appcompat\res\values\attrs.xml:447: error: Attribute "contentInsetStart" has already been defined
e:\appcompat\res\values\attrs.xml:450: error: Attribute "contentInsetEnd" has already been defined
e:\appcompat\res\values\attrs.xml:453: error: Attribute "contentInsetLeft" has already been defined
e:\appcompat\res\values\attrs.xml:456: error: Attribute "contentInsetRight" has already been defined
e:\appcompat\res\values\attrs.xml:458: error: Attribute "elevation" has already been defined
e:\appcompat\res\values\attrs.xml:461: error: Attribute "popupTheme" has already been defined
e:\appcompat\res\values\attrs.xml:485: error: Attribute "closeItemLayout" has already been defined
e:\appcompat\res\values\attrs.xml:490: error: Attribute "paddingStart" has already been defined
e:\appcompat\res\values\attrs.xml:492: error: Attribute "paddingEnd" has already been defined
e:\appcompat\res\values\attrs.xml:503: error: Attribute "theme" has already been defined
e:\appcompat\res\values\attrs.xml:511: error: Attribute "backgroundTint" has already been defined
e:\appcompat\res\values\attrs.xml:514: error: Attribute "backgroundTintMode" has already been defined
e:\appcompat\res\values\attrs.xml:548: error: Attribute "preserveIconSpacing" has already been defined
e:\appcompat\res\values\attrs.xml:630: error: Attribute "showAsAction" has already been defined
e:\appcompat\res\values\attrs.xml:655: error: Attribute "actionLayout" has already been defined
e:\appcompat\res\values\attrs.xml:660: error: Attribute "actionViewClass" has already been defined
e:\appcompat\res\values\attrs.xml:666: error: Attribute "actionProviderClass" has already been defined
e:\appcompat\res\values\attrs.xml:707: error: Attribute "layout" has already been defined
e:\appcompat\res\values\attrs.xml:710: error: Attribute "iconifiedByDefault" has already been defined
e:\appcompat\res\values\attrs.xml:714: error: Attribute "queryHint" has already been defined
e:\appcompat\res\values\attrs.xml:720: error: Attribute "closeIcon" has already been defined
e:\appcompat\res\values\attrs.xml:722: error: Attribute "goIcon" has already been defined
e:\appcompat\res\values\attrs.xml:724: error: Attribute "searchIcon" has already been defined
e:\appcompat\res\values\attrs.xml:726: error: Attribute "searchHintIcon" has already been defined
e:\appcompat\res\values\attrs.xml:728: error: Attribute "voiceIcon" has already been defined
e:\appcompat\res\values\attrs.xml:730: error: Attribute "commitIcon" has already been defined
e:\appcompat\res\values\attrs.xml:732: error: Attribute "suggestionRowLayout" has already been defined
e:\appcompat\res\values\attrs.xml:734: error: Attribute "queryBackground" has already been defined
e:\appcompat\res\values\attrs.xml:736: error: Attribute "submitBackground" has already been defined
e:\appcompat\res\values\attrs.xml:743: error: Attribute "initialActivityCount" has already been defined
e:\appcompat\res\values\attrs.xml:750: error: Attribute "expandActivityOverflowButtonDrawable" has already been defined
e:\appcompat\res\values\attrs.xml:755: error: Attribute "textAllCaps" has already been defined
e:\appcompat\res\values\attrs.xml:782: error: Attribute "measureWithLargestChild" has already been defined
e:\appcompat\res\values\attrs.xml:786: error: Attribute "showDividers" has already been defined
e:\appcompat\res\values\attrs.xml:793: error: Attribute "dividerPadding" has already been defined
e:\appcompat\res\values\attrs.xml:804: error: Attribute "titleTextAppearance" has already been defined
e:\appcompat\res\values\attrs.xml:805: error: Attribute "subtitleTextAppearance" has already been defined
e:\appcompat\res\values\attrs.xml:809: error: Attribute "titleMargins" has already been defined
e:\appcompat\res\values\attrs.xml:810: error: Attribute "titleMarginStart" has already been defined
e:\appcompat\res\values\attrs.xml:811: error: Attribute "titleMarginEnd" has already been defined
e:\appcompat\res\values\attrs.xml:812: error: Attribute "titleMarginTop" has already been defined
e:\appcompat\res\values\attrs.xml:813: error: Attribute "titleMarginBottom" has already been defined
e:\appcompat\res\values\attrs.xml:818: error: Attribute "maxButtonHeight" has already been defined
e:\appcompat\res\values\attrs.xml:820: error: Attribute "collapseIcon" has already been defined
e:\appcompat\res\values\attrs.xml:822: error: Attribute "collapseContentDescription" has already been defined
e:\appcompat\res\values\attrs.xml:828: error: Attribute "navigationIcon" has already been defined
e:\appcompat\res\values\attrs.xml:831: error: Attribute "navigationContentDescription" has already been defined
e:\appcompat\res\values\attrs.xml:839: error: Attribute "state_above_anchor" has already been defined
e:\appcompat\res\values\attrs.xml:851: error: Attribute "overlapAnchor" has already been defined
e:\appcompat\res\values\attrs.xml:857: error: Attribute "color" has already been defined
e:\appcompat\res\values\attrs.xml:859: error: Attribute "spinBars" has already been defined
e:\appcompat\res\values\attrs.xml:861: error: Attribute "drawableSize" has already been defined
e:\appcompat\res\values\attrs.xml:863: error: Attribute "gapBetweenBars" has already been defined
e:\appcompat\res\values\attrs.xml:871: error: Attribute "thickness" has already been defined
e:\appcompat\res\values\attrs.xml:874: error: Attribute "drawerArrowStyle" has already been defined
e:\appcompat\res\values\attrs.xml:890: error: Attribute "track" has already been defined
e:\appcompat\res\values\attrs.xml:896: error: Attribute "thumbTextPadding" has already been defined
e:\appcompat\res\values\attrs.xml:898: error: Attribute "switchTextAppearance" has already been defined
e:\appcompat\res\values\attrs.xml:900: error: Attribute "switchMinWidth" has already been defined
e:\appcompat\res\values\attrs.xml:902: error: Attribute "switchPadding" has already been defined
e:\appcompat\res\values\attrs.xml:904: error: Attribute "splitTrack" has already been defined
e:\appcompat\res\values\attrs.xml:906: error: Attribute "showText" has already been defined
e:\appcompat\res\values\attrs.xml:920: error: Attribute "buttonPanelSideLayout" has already been defined
e:\appcompat\res\values\attrs.xml:921: error: Attribute "listLayout" has already been defined
e:\appcompat\res\values\attrs.xml:922: error: Attribute "multiChoiceItemLayout" has already been defined
e:\appcompat\res\values\attrs.xml:923: error: Attribute "singleChoiceItemLayout" has already been defined
e:\appcompat\res\values\attrs.xml:924: error: Attribute "listItemLayout" has already been defined

لطفا راهنمایی کنید . خیلی نیازدارم

لینک ارسال
به اشتراک گذاری در سایت های دیگر

بایگانی شده

این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...