Bonjour,

Je voudrais ajouter Holoeverywhere (library) a mon projet, mais a chaque fois j'ai une quantité d'erreurs de ce genre :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\dialogs.xml:4: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\dialogs.xml:5: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\dialogs.xml:10: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\dialogs.xml:11: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\dialogs.xml:16: error: Error: No resource found that matches the given name: attr 'android:windowCloseOnTouchOutside'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\dialogs.xml:21: error: Error: No resource found that matches the given name: attr 'android:windowCloseOnTouchOutside'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\dtp_styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\dtp_styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles.xml:87: error: Error: No resource found that matches the given name: attr 'android:dividerPadding'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles.xml:92: error: Error: No resource found that matches the given name: attr 'android:showDividers'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles.xml:95: error: Error: No resource found that matches the given name: attr 'android:dividerPadding'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles.xml:225: error: Error: No resource found that matches the given name: attr 'android:solidColor'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles.xml:232: error: Error: No resource found that matches the given name: attr 'android:popupAnimationStyle'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles.xml:307: error: Error: No resource found that matches the given name: attr 'android:showDividers'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles.xml:365: error: Error: No resource found that matches the given name: attr 'android:textAllCaps'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:24: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:28: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:32: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ActionBar.Solid'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:36: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionBar.Solid'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:40: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionBar.Solid.Inverse'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles_base.xml:92: error: Error: No resource found that matches the given name: attr 'android:textAllCaps'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:122: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ActionButton'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:125: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionButton'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:129: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ActionButton.CloseMode'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:133: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionButton.CloseMode'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:137: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ActionButton.Overflow'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:141: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionButton.Overflow'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles_base.xml:120: error: Error: No resource found that matches the given name: attr 'android:dividerPadding'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles_base.xml:119: error: Error: No resource found that matches the given name: attr 'android:showDividers'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:44: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ActionBar.TabBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:48: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionBar.TabBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:52: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionBar.TabBar.Inverse'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:56: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ActionBar.TabView'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:60: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionBar.TabView'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:64: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionBar.TabView.Inverse'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles_base.xml:153: error: Error: No resource found that matches the given name: attr 'android:textAllCaps'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:68: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ActionBar.TabText'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:72: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionBar.TabText'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:76: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionBar.TabText.Inverse'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:80: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ActionMode.Inverse'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:104: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.ActionMode.Title'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:108: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.ActionMode.Subtitle'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:112: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.ActionMode.Title.Inverse'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:116: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.ActionMode.Subtitle.Inverse'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:84: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.ActionBar.Menu'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:88: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.ActionBar.Title'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:92: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.ActionBar.Subtitle'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:96: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.ActionBar.Title.Inverse'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:100: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.ActionBar.Subtitle.Inverse'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\styles_base.xml:26: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ProgressBar.Horizontal'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\styles_base.xml:30: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ProgressBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:159: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Spinner'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:161: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.Spinner'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:153: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.DropDownItem.Spinner'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:156: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.DropDownItem.Spinner'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:147: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ListView.DropDown'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:150: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ListView.DropDown'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:167: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.PopupMenu'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:170: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.PopupMenu'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:174: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Large'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:178: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Small'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:182: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Large'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:186: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Small'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:192: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Title'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:196: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Subtitle'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:204: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Title'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\styles_base.xml:208: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Subtitle'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\styles_base.xml:36: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.AutoCompleteTextView'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\styles_base.xml:40: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.AutoCompleteTextView'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles_base.xml:379: error: Error: No resource found that matches the given name: attr 'android:dividerPadding'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\styles_base.xml:378: error: Error: No resource found that matches the given name: attr 'android:showDividers'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:3: error: Error: No resource found that matches the given name: attr 'android:overScrollFooter'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:4: error: Error: No resource found that matches the given name: attr 'android:overScrollHeader'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\themes.xml:2: error: Error retrieving parent for item: No resource found that matches the given name '@android:Widget.Holo.ListView'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:29: error: Error: No resource found that matches the given name: attr 'android:listChoiceBackgroundIndicator'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\themes.xml:11: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:55: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:63: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:71: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:114: error: Error: No resource found that matches the given name: attr 'android:listChoiceBackgroundIndicator'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\themes.xml:23: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:158: error: Error: No resource found that matches the given name: attr 'android:listChoiceBackgroundIndicator'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\themes.xml:35: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:195: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:245: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values\themes.xml:281: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\themes_base.xml:31: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\themes_base.xml:33: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\themes_base.xml:37: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v11\themes_base.xml:39: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\themes_base.xml:31: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\themes_base.xml:41: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\themes_base.xml:53: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\themes_base.xml:63: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\themes_base.xml:75: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\library\res\values-v14\themes_base.xml:86: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\addons\preferences\res\values\styles.xml:60: error: Error: No resource found that matches the given name: attr 'android:switchTextOff'.
[2014-03-01 07:03:47 - Project] C:\HoloEverywhere-2.1.0\HoloEverywhere-2.1.0\addons\preferences\res\values\styles.xml:61: error: Error: No resource found that matches the given name: attr 'android:switchTextOn'.
Je n'arrive pas a résoudre ce problème...

Si quelqu'un a déjà installé holoeverywhere et peut m'aider