2015-05-13 71 views
-1

幫助我,當我把ndroid支持-V7-程序兼容性程序兼容性V7錯誤

我有安裝的依賴到日食職場修復錯誤。(運行在ADT-捆綁窗口-x86-20140702)

target=android-19 
android.library.reference.1=../../android-support-v7-appcompat 
android.library.reference.2=../../google-play-services_lib 
android.library.reference.3=../LibSlideMenu-master/libslidemenu 

程序兼容性V7屬性 目標=機器人-21 android.library =真

谷歌playservice LIB たrget = Android的21 android.library =真

LIB滑動菜單 目標= Android的17 android.library =真

[2015-05-13 16:15:39 - CabBookingHome] C:\ECLIPSE 19\android-support-v7-appcompat\res\values-v21\styles_base.xml:75: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'. 
[2015-05-13 16:15:39 - CabBookingHome] 
[2015-05-13 16:15:39 - CabBookingHome] C:\ECLIPSE 19\android-support-v7-appcompat\res\values-v21\styles_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.CloseMode'. 
[2015-05-13 16:15:39 - CabBookingHome] 
[2015-05-13 16:15:39 - CabBookingHome] C:\ECLIPSE 19\android-support-v7-appcompat\res\values-v21\styles_base.xml:84: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.Overflow'. 
[2015-05-13 16:15:39 - CabBookingHome] 
[2015-05-13 16:15:39 - CabBookingHome] C:\ECLIPSE 19\android-support-v7-appcompat\res\values-v21\styles_base.xml:25: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionBar.TabView'. 
[2015-05-13 16:15:39 - CabBookingHome] 
[2015-05-13 16:15:39 - CabBookingHome] C:\ECLIPSE 19\android-support-v7-appcompat\res\values-v21\styles_base.xml:29: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabView'. 
[2015-05-13 16:15:39 - CabBookingHome] 
[2015-05-13 16:15:39 - CabBookingHome] C:\ECLIPSE 19\android-support-v7-appcompat\res\values-v21\styles_base.xml:33: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionBar.TabText'. 
[2015-05-13 16:15:39 - CabBookingHome] 
[2015-05-13 16:15:39 - CabBookingHome] C:\ECLIPSE 19\android-support-v7-appcompat\res\values-v21\styles_base.xml:37: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabText'. 
[2015-05-13 16:15:39 - CabBookingHome] 
[2015-05-13 16:15:39 - CabBookingHome] C:\ECLIPSE 19\android-support-v7-appcompat\res\values-v21\styles_base.xml:41: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabText'. 
[2015-05-13 16:15:39 - CabBookingHome] 
[2015-05-13 16:15:39 - CabBookingHome] C:\ECLIPSE 19\android-support-v7-appcompat\res\values-v21\styles_base.xml:65: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionMode.Title'. 
[2015-05-13 16:15:39 - CabBookingHome] 
[2015-05-13 16:15:39 - CabBookingHome] C:\ECLIPSE 19\android-support-v7-appcompat\res\values-v21\styles_base.xml:69: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionMode.Subtitle'. 
[2015-05-13 16:15:39 - CabBookingHome]
+0

你必須使用api 21編譯appCompat v21 –

+0

@Manish回答你也需要java'JDK 7'作爲'android-21'。 – Bharatesh

回答

1

設置你的項目目標target=android-21

相關問題