Google I/O '14

ui.k

hatte auch gerade die ganzen Drecksfehler. Hab Sie mit Anleitungen von Stackoverflow nicht weg bekommen.
Ich hab mir einfach das ADT Bundle von der Googleseite geladen, meinen alten Eclipseordner/SDK gelöscht und alles neu drüberkopiert.

Einmal Clean/ drüber laufen lassen und nun geht wieder alles.
 
  • Danke
Reaktionen: ui_3k1
Hatte auch so ein Fehler. (Ich benutze zur Zeit Eclipse Juno). Zuerst dachte ich, dass die Quellen beim Update von Eclipse gelöscht wurden.

Deshalb habe ich in Eclipse unter den Menüpunkt "Install new Software" einfach noch mal in dem Eingabefeld "work with" das ADT - Plugin aufgerufen ( ADT Plugin -https://dl-ssl.google.com/android/eclipse/).

Danach hat Eclipse die alten Dateien gelöscht, und das neue ADT installiert.

ich musste dabei keine Projekte neu bauen.
 
  • Danke
Reaktionen: ui_3k1
Den "Trick" mit dem Link neu einfügen habe ich bereits probiert - auch wenn ich bei "hide already installed software" den Haken wegnehme, komme ich zwar eine "Anweisung" weiter, aber installieren kann ich trotzdem nichts, da der Button ausgegraut ist. Genauso verhält es sich wenn ich die v23 als zip lade und als Archiv installieren möchte (mittlerweile kenne ich schon die einzelnen Möglichkeiten zu Genüge). Also das brachte bei mir auch keine Besserung - bei mir kommt praktisch immer die Nachricht alles sei up-to-date.
Mit Luna funktionieren jetzt alle Projekte, die keine Service-Lib beinhalten. Die, die auf Google Dienste (Games, Drive, etc) zurückgreifen haben noch Probleme. Allerdings ein rotes Ausrufezeichen. Normalerweise kommt das immer, wenn eine Lib nicht richtig "eingehakt" ist (gibt natürlich noch mehr Ursachen für das Ausrufezeichen - aber dass das aktuelle Problem eine Lib betrifft, kann ich relativ sicher sagen), einen Fehler finde ich hier allerdings ebenfalls nicht. Die Konsole steht, wie die letzten Wochen immer noch auf Jar missmatch... Das Problem habe ich auch nach unzähligen Versuchen NIE in den Griff bekommen, trotzdem funktionierte bis heute Mittag alles reibungslos.
Aber ich denke, dass wenn ich nach killphils Anleitung vorgehe, sich bei den Apps mit Google Service-Anbindung die Probleme auch bald erledigt haben.
Puhh - schon echt ärgerlich...
 
Zuletzt bearbeitet:
Jar Mismatch hatte ich auch weil halt wieder eine neue Supportlib mitkommt, wenn man da an verschiedenen Stellen unterschiedliche Versionen nutzt jammert Eclipse. Bei einigen Projekten findert er die annotations.jar nicht. Da einfach Properties->Android Dependencies annotations.jar rausloeschen und schon sollte es gehen. (Der bindet das automatisch wieder neu ein)
 
  • Danke
Reaktionen: ui_3k1
Zeit auf Android Studio umzusteigen :D

Nein, Spaß bei Seite, wollte euch dennoch mitteilen, dass mit der IO nun Android Studio nicht mehr "Preview", sondern "Beta" ist ;) Versionssprung ist von 0.6.x auf 0.8

Android Studio | Android Developers
 
  • Danke
Reaktionen: ui_3k1
Joha eclipse hat locker flockig funktioniert...
Neue eclipse Version geladen -> Plugin runter geladen -> sdk aktualisiert -> support libs neue hinzugefügt... läuft :D

Nur scheint mir iwie die Studio beta nicht kompatibel zur Studio Preview zu sein :D
Zumindest war es mir per update nicht möglich Version 0.8 zu finden, sondern musste manuel installiert werden.

Alles in allen hat es 10 Minuten gedauert bei beiden auf nem aktuellen Stand zu sein^^

lg.
 
Bei mir immer noch Probleme. Weiteres Ärgernis: jetzt hats Google noch verrafft Links in der Doku zu aktualisieren.
Setting Up Google Play Services | Android Developers -> hier funktioniert zB see step 4 installation instructions nicht.
Wird jetzt vom Entwickler verlangt, dass er die einzelnen Anweisungen in eine Suchmaschine eingibt um nähere Informationen zu bekommen?! :D
So wie es aussieht strukturiert Google gerade die ganze Doku um. Naja in Amerika ist es ja jetzt Nacht, vielleicht ist die Seite ja heute Abend wieder gangbar.
Mir tun die Leute leid, die damit ihr Geld verdienen und vielleicht noch Angestellte bezahlen müssen. oO Weitere Kommentare dazu spare ich mir einfach mal.

Kann man denn in Android Studio irgendwie alle seine Projekte so anzeigen, dass sie auch wie bei Eclipse links in einem Package Explorer offen sind? Bei mir öffnet der die immer ganz komisch und viele Funktionen vermisse ich bei AS völlig. zB kommen bei mir verdächtig wenig Einträge wenn ich einen Rechtsklick auf ein Projekt mache (zB fehlt ein Eintrag "löschen") -> insgesamt gibt es bei AS einfach eine ganze Reihe Ungereimtheiten, die mich stark abschrecken diese IDE zu nutzen.

Der ursprüngliche Beitrag von 09:37 Uhr wurde um 09:41 Uhr ergänzt:

DagobertDokate schrieb:
Alles in allen hat es 10 Minuten gedauert bei beiden auf nem aktuellen Stand zu sein^^

lg.

Wahnsinn - das wäre ein Traum. Allein mein Internet läd schon für 300 MB ne halbe Stunde oO
 
Jetzt geht es los :D
Ich sehe schon die ganzen neuen Fragen im Forum vor mir... deswegen bin ich mal der erste :D
06-27 03:47:43.682: E/AndroidRuntime(2581): FATAL EXCEPTION: main
06-27 03:47:43.682: E/AndroidRuntime(2581): Process: de.bundesrat.app, PID: 2581
06-27 03:47:43.682: E/AndroidRuntime(2581): java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.drawable.Drawable.setHotspot(float, float)' on a null object reference
06-27 03:47:43.682: E/AndroidRuntime(2581): at android.widget.AbsListView$CheckForTap.run(AbsListView.java:3255)
06-27 03:47:43.682: E/AndroidRuntime(2581): at android.os.Handler.handleCallback(Handler.java:738)
06-27 03:47:43.682: E/AndroidRuntime(2581): at android.os.Handler.dispatchMessage(Handler.java:95)
06-27 03:47:43.682: E/AndroidRuntime(2581): at android.os.Looper.loop(Looper.java:135)
06-27 03:47:43.682: E/AndroidRuntime(2581): at android.app.ActivityThread.main(ActivityThread.java:5070)
06-27 03:47:43.682: E/AndroidRuntime(2581): at java.lang.reflect.Method.invoke(Native Method)
06-27 03:47:43.682: E/AndroidRuntime(2581): at java.lang.reflect.Method.invoke(Method.java:372)
06-27 03:47:43.682: E/AndroidRuntime(2581): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:836)
06-27 03:47:43.682: E/AndroidRuntime(2581): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:631)

Soll mir was bitte sagen? :D

lg.
 
Steht doch da...Nullpointer Except...jetzt sogar mit genauerer Beschreibung der Methode
 
Code:
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\styles_base.xml:194: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Small'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\styles_base.xml:200: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Title'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\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.Subtitle'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\styles_base.xml:212: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Title'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\styles_base.xml:216: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Subtitle'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\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-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\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-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\styles_base.xml:225: error: Error: No resource found that matches the given name: attr 'android:dividerPadding'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\styles_base.xml:224: error: Error: No resource found that matches the given name: attr 'android:showDividers'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\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-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v11\themes_base.xml:33: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v11\themes_base.xml:40: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v11\themes_base.xml:49: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v11\themes_base.xml:51: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v11\themes_base.xml:58: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\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-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\themes_base.xml:41: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\themes_base.xml:57: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\themes_base.xml:67: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\themes_base.xml:83: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\themes_base.xml:94: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v11\themes_base.xml:66: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Dialog'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v11\themes_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.Dialog'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\themes_base.xml:122: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.DialogWhenLarge'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\themes_base.xml:133: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\themes_base.xml:148: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DialogWhenLarge'.
[2014-06-27 09:59:41 - google-play-services_lib] C:\Users\Martin\workspace\android-support-v7-appcompat\res\values-v14\themes_base.xml:159: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.

... das ist ein kleiner Bruchteil an Fehlern, die ich bekomme. Hab gerade noch mal die supportlib v4 aus allen Projekten rausgehauen und habe sie dann neu eingebunden (rechtsklick "android-tools" -> add supportlib) kein Erfolg.
 
Ja das es ne NPE ist sehe ich auch...^^

Aber mir fehlt jeder Ansatzpunkt das ganze zu beheben :D

Für mich sieht es gerade wie nen Bug aus :D

Zumindest gibt es das Problem unter Android <= 4.4 nicht^^

lg.

Der ursprüngliche Beitrag von 10:03 Uhr wurde um 10:06 Uhr ergänzt:

@ui_3k1

du solltest vllt nicht die support libs kopieren, sondern einfach nur an die stelle verlinken wo sie im sdk liegen....

Schmeiß doch mal deine v7 aus dem Eclipse Project und binde diese ein: android-sdk/sdk/extras/android/support/v7/appcompact...

lg.
 
Danke auch für diesen Hinweis. Leider keine Besserung :-/ Egal, ob ich verlinke, oder kopiere, Handstände mache oder einen dicken Strahl kotze, es bleibt alles ohne Wirkung. Ich denke mittlerweile ist der ganze Workspace verbuggt -.-

Hab eben mal den kompletten Workspace evakuiert und will eigentlich wieder "sauber" anfangen. Resultat: Eclipse hat zwar kein SDK plugin mehr - aber neu verlinken kann ich das SDK auch nicht mehr in Eclipse. Ist doch alles nicht merh normal oO
 
Zuletzt bearbeitet:
Code:
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:167: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ListPopupWindow'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:171: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ListPopupWindow'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:175: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.PopupMenu'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:178: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.PopupMenu'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:190: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Large'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:194: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Small'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:200: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Title'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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.Subtitle'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:212: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Title'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:216: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Subtitle'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:225: error: Error: No resource found that matches the given name: attr 'android:dividerPadding'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:224: error: Error: No resource found that matches the given name: attr 'android:showDividers'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:33: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:40: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:49: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:51: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:58: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:41: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:57: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:67: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:83: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:94: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:66: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Dialog'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.Dialog'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:122: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.DialogWhenLarge'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:133: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:148: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DialogWhenLarge'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:159: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:167: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ListPopupWindow'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:171: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ListPopupWindow'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:175: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.PopupMenu'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:178: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.PopupMenu'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:190: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Large'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:194: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Small'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:200: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Title'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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.Subtitle'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:212: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Title'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:216: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Subtitle'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:225: error: Error: No resource found that matches the given name: attr 'android:dividerPadding'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:224: error: Error: No resource found that matches the given name: attr 'android:showDividers'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:33: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:40: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:49: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:51: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:58: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:41: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:57: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:67: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:83: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:94: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:66: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Dialog'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.Dialog'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:122: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.DialogWhenLarge'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:133: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:148: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DialogWhenLarge'.
[2014-06-27 10:35:38 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:159: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:167: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ListPopupWindow'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:171: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.ListPopupWindow'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:175: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.PopupMenu'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:178: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Light.PopupMenu'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:190: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Large'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:194: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Holo.Widget.PopupMenu.Small'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:200: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Title'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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.Subtitle'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:212: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Title'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:216: error: Error retrieving parent for item: No resource found that matches the given name '@android:TextAppearance.Holo.SearchResult.Subtitle'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:225: error: Error: No resource found that matches the given name: attr 'android:dividerPadding'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\styles_base.xml:224: error: Error: No resource found that matches the given name: attr 'android:showDividers'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:33: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:40: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:49: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:51: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:58: error: Error: No resource found that matches the given name: attr 'android:windowActionModeOverlay'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\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-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:41: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:57: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:67: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:83: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:94: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:66: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Dialog'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v11\themes_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.Dialog'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:122: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.DialogWhenLarge'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:133: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:148: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DialogWhenLarge'.
[2014-06-27 10:35:46 - BaseGameUtils] C:\Program Files\Android_ADT\sdk\extras\android\support\v7\appcompat\res\values-v14\themes_base.xml:159: error: Error: No resource found that matches the given name: attr 'android:actionBarWidgetTheme'.
-> das kommt direkt. Egal was ich mache. Ich kann nicht mehr tun als total unsachliche Fehlerbeschreibungen abgeben, da mir jede Idee fehlt wo der Fehler liegen soll.

Hat noch jemadn die BaseGameUtils eingebunden? Ich bin mir mittlerweile ziemlich sicher, dass ich diesmal nichts verbockt habe.
Ich lasse es erst mal mit der Android Programmierung - so bringt mich das absolut nicht weiter.

Eine Sache finde ich letztendlich witzig: Alle Programme, die nur die "Basis" also nur auf die ganz normale std-API zurückgreifen und keine Google-Dienste benötigen, funktionieren 1A. Danke Google!
 
Zuletzt bearbeitet:
Hallo, habs hinbekommen und jetzt auch dauerhaft. Endlich bin ich dem Fehler auf die Schliche gekommen.
java - Use AppCompat Library for ActionBar support - Stack Overflow
Als ich alle fehlerhaften Projekte auf API 19 umgestellt habe, musste nur noch noch die support lib erneuert werden (kA warum da noch eine alte hinterlegt war - kann eigentlich nur durch irgendwelche Wiederherstellungen vom Workspace gekommen sein, obwohl ich nur selektiv einen Teil der Projekte wiederhergestellt habe) und es hat funktioniert.
Gut!
 
@ui_3k1


Glückwunsch. :thumbsup:

Der ursprüngliche Beitrag von 20:03 Uhr wurde um 20:14 Uhr ergänzt:

Wer die neue API offline haben möchte, oder wissen möchte, was sich geändert hat, sollte hier mal nachschauen:

Reference | Android Developers

 
  • Danke
Reaktionen: ui_3k1
Habt ihr auch das "problem", dass wenn ihr das ADT-Bundle von devellopers.google.com lädt, Eclipse den standard splash-screen und kein Anwendungsicon hat?

bei der letzten version war das so hübsch :D
 
Zuletzt bearbeitet:
cocojack42 schrieb:
Habt ihr auch das "problem", dass wenn ihr das ADT-Bundle von devellopers.google.com lädt, Eclipse den standard splash-screen und kein Anwendungsicon hat?

bei der letzten version war das so hübsch :D

Habe ich auch. Finde ich allerdings nicht sooo stoerend. Schlimmer ist, dass so ein "altes-Kotz-Fenster-Icon" in der Taskleiste angezeigt wird

iconned.png
<- :thumbdn:
 
das mit dem splash-screen hab ich hinbekommen, nur leider das mit dem icon nicht...:(
 

Ähnliche Themen

B
Antworten
4
Aufrufe
490
bb321
B
R
Antworten
3
Aufrufe
1.625
Ritartet
R
Gemini-Media
Antworten
1
Aufrufe
1.840
swa00
swa00
Zurück
Oben Unten