Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.15 KB | None | 0 0
  1. First:
  2. C:\Users\Romulo\Desktop\ushahidi-Ushahidi_Android-448dc5e\Core\res\values\styles.xml:16: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.Sherlock'.
  3.  
  4. In line:
  5.     <style name="Theme.Ushahidi" parent="Theme.Sherlock">
  6.  
  7. Second:
  8. C:\Users\Romulo\Desktop\ushahidi-Ushahidi_Android-448dc5e\Core\res\values\styles.xml:18: error: Error: No resource found that matches the given name: attr 'actionBarTabStyle'.
  9.  
  10. In line:
  11.         <item name="actionBarTabStyle">@style/UshahidiActionBarTabStyle</item>
  12.  
  13. Third:
  14. C:\Users\Romulo\Desktop\ushahidi-Ushahidi_Android-448dc5e\Core\res\values\styles.xml:17: error: Error: No resource found that matches the given name: attr 'selectableItemBackground'.
  15.  
  16. In line:
  17.             <item name="selectableItemBackground">@drawable/ad_selectable_background</item>
  18.  
  19. Fourth:
  20. C:\Users\Romulo\Desktop\ushahidi-Ushahidi_Android-448dc5e\Core\res\values\styles.xml:22: error: Error retrieving parent for item: No resource found that matches the given name 'Widget.Sherlock.Light.ActionBar.TabView'.
  21.  
  22. In Line:
  23. <style name="UshahidiActionBarTabStyle" parent="Widget.Sherlock.Light.ActionBar.TabView">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement