Tutorial: Nuestro sitio en una aplicación Android 3

  • Autor Autor Cicklow
  • Fecha de inicio Fecha de inicio
A favoritos, llego y le doy una leída. Se que lo haré, ya no dejaré pasar buenos tutoriales.
 
Una consulta, en donde coloco el id de admob?

no veo donde :S
 
Bueno app creada con este tutorial ayer gane 0.04 centavos hoy en su primer dia :encouragement: en la play store

- - - Actualizado - - -

Gracias cicklow :encouragement:
 
Proyecto->resources->values->strings.xml

Amigo, ahora me sale este error, no entiendo, ya importe la libreria de google play service, por que ese error? :ambivalence:
PHP:
[2015-08-14 23:29:49 - google-play-services_lib] Unable to resolve target 'android-9'
[2015-08-14 23:29:54 - google-play-services_lib] Unable to resolve target 'android-9'
[2015-08-14 23:33:03 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-14 23:33:03 - WebView] 
[2015-08-14 23:33:03 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-14 23:33:03 - WebView] 
[2015-08-14 23:33:03 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-14 23:33:03 - WebView] 
[2015-08-14 23:33:18 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-14 23:33:18 - WebView] 
[2015-08-14 23:33:18 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-14 23:33:18 - WebView] 
[2015-08-14 23:33:18 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-14 23:33:18 - WebView]
 
Amigo, ahora me sale este error, no entiendo, ya importe la libreria de google play service, por que ese error? :ambivalence:
PHP:
[2015-08-14 23:29:49 - google-play-services_lib] Unable to resolve target 'android-9'
[2015-08-14 23:29:54 - google-play-services_lib] Unable to resolve target 'android-9'
[2015-08-14 23:33:03 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-14 23:33:03 - WebView] 
[2015-08-14 23:33:03 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-14 23:33:03 - WebView] 
[2015-08-14 23:33:03 - WebView] D:\CLIENTES\APPS PAYPAL PERU\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-14 23:33:03 - WebView] 
[2015-08-14 23:33:18 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-14 23:33:18 - WebView] 
[2015-08-14 23:33:18 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-14 23:33:18 - WebView] 
[2015-08-14 23:33:18 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-14 23:33:18 - WebView]

te dice que no tienes android-9 instalado en tu PC... tienes que instalar los emuladores en tu pc antes... desde el menu Run->Run configurations->target->manager
https://developer.android.com/intl/es/tools/devices/index.html

Otra forma es boton derecho arriba del proyecto google-play-services_lib->properties->android->android 2.3.3 y listo
 
te dice que no tienes android-9 instalado en tu PC... tienes que instalar los emuladores en tu pc antes... desde el menu Run->Run configurations->target->manager
https://developer.android.com/intl/es/tools/devices/index.html

Otra forma es boton derecho arriba del proyecto google-play-services_lib->properties->android->android 2.3.3 y listo

Quiero instalar el android 2.3.3 que corresponde al api 9, pero en mi android sdk manager sale 8 - 10 hasta el 22, pero no figura el api 9, como hago para instalarlo?
 
Quiero instalar el android 2.3.3 que corresponde al api 9, pero en mi android sdk manager sale 8 - 10 hasta el 22, pero no figura el api 9, como hago para instalarlo?

el 9 lo eliminaron... por eso instala el 10 y cambia desde boton derecho el android que usa al google service.
 
el 9 lo eliminaron... por eso instala el 10 y cambia desde boton derecho el android que usa al google service.

Acabo de hacer click en android 2.3.3 en google service, le puse aplicar y nada, sigue saliendo lo mismo :/, nose que hago de mal
 
Acabo de hacer click en android 2.3.3 en google service, le puse aplicar y nada, sigue saliendo lo mismo :/, nose que hago de mal

limpia el proyecto... en las opciones de eclipse Project->Clean (por ahi el eclipse se le traban los errores, cerra eclipse y abrilo de nuevo)
 
Hice esos pasos y me sale este error, ya no sale el error de target. veo que el erro sale en res y src
Ya me perdi 🙁

PHP:
[2015-08-15 00:24:56 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 00:24:56 - WebView] 
[2015-08-15 00:24:56 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 00:24:56 - WebView] 
[2015-08-15 00:24:56 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 00:24:56 - WebView] 
[2015-08-15 00:25:01 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 00:25:01 - WebView] 
[2015-08-15 00:25:01 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 00:25:01 - WebView] 
[2015-08-15 00:25:01 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 00:25:01 - WebView]

- - - Actualizado - - -

[MENTION=9679]cicklow[/MENTION], hay alguna manera de resolver este problemilla que ha surgido?
Me mato revisando que esta mal, pero no le atino :/
 
Hice esos pasos y me sale este error, ya no sale el error de target. veo que el erro sale en res y src
Ya me perdi 🙁

PHP:
[2015-08-15 00:24:56 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 00:24:56 - WebView] 
[2015-08-15 00:24:56 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 00:24:56 - WebView] 
[2015-08-15 00:24:56 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 00:24:56 - WebView] 
[2015-08-15 00:25:01 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 00:25:01 - WebView] 
[2015-08-15 00:25:01 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 00:25:01 - WebView] 
[2015-08-15 00:25:01 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 00:25:01 - WebView]

- - - Actualizado - - -

[MENTION=9679]cicklow[/MENTION], hay alguna manera de resolver este problemilla que ha surgido?
Me mato revisando que esta mal, pero no le atino :/

android - No resource found that matches the given name '@style/Theme.AppCompat.Light' - Stack Overflow
 

Pues nada, he leido y realizado tal como esta en la página que me indicaste, importa el google play service y appcompat y ahora la libreria appcompat sale con errornecesito ayudaaaaaa 🙁

los errores son estos...

PHP:
[2015-08-15 01:16:47 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:16:47 - WebView] 
[2015-08-15 01:16:47 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:16:47 - WebView] 
[2015-08-15 01:16:47 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 01:16:47 - WebView] 
[2015-08-15 01:18:26 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:18:26 - WebView] 
[2015-08-15 01:18:26 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:18:26 - WebView] 
[2015-08-15 01:18:26 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 01:18:26 - WebView] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:75: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.CloseMode'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:84: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.Overflow'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:25: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionBar.TabView'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:29: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabView'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:33: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionBar.TabText'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:37: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabText'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:41: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabText'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:65: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionMode.Title'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:69: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionMode.Subtitle'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:45: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Menu'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:49: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:53: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Subtitle'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:57: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title.Inverse'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:61: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v11\styles_base.xml:32: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ProgressBar.Horizontal'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:197: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ProgressBar.Horizontal'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-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.ProgressBar'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:201: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ProgressBar'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v11\styles_base.xml:24: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Spinner'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:114: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Spinner'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:116: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Spinner.Underlined'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:118: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Spinner'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:111: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.DropDownItem.Spinner'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:124: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ListView'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:108: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ListView.DropDown'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:129: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ListPopupWindow'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:141: error: Error: No resource found that matches the given name: attr 'android:overlapAnchor'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:146: error: Error: No resource found that matches the given name: attr 'android:overlapAnchor'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:132: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.PopupMenu'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:135: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.PopupMenu'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:149: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Large'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:153: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Small'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:157: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Large'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:161: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Small'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:167: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.SearchResult.Title'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:171: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.SearchResult.Subtitle'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:175: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.AutoCompleteTextView'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:94: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Toolbar.Button.Navigation'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:98: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:102: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Subtitle'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:177: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.EditText'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:91: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:89: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:86: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:87: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:138: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:142: error: Error: No resource found that matches the given name: attr 'android:colorButtonNormal'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:140: error: Error: No resource found that matches the given name: attr 'android:colorControlActivated'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:141: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:139: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:136: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:137: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:146: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:150: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
[2015-08-15 01:20:14 - android-support-v7-appcompat]
 
Pues nada, he leido y realizado tal como esta en la página que me indicaste, importa el google play service y appcompat y ahora la libreria appcompat sale con errornecesito ayudaaaaaa 🙁

los errores son estos...

PHP:
[2015-08-15 01:16:47 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:16:47 - WebView] 
[2015-08-15 01:16:47 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:16:47 - WebView] 
[2015-08-15 01:16:47 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 01:16:47 - WebView] 
[2015-08-15 01:18:26 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:18:26 - WebView] 
[2015-08-15 01:18:26 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:18:26 - WebView] 
[2015-08-15 01:18:26 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 01:18:26 - WebView] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:75: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:79: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.CloseMode'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:84: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton.Overflow'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:25: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionBar.TabView'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:29: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabView'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:33: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionBar.TabText'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:37: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabText'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:41: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.ActionBar.TabText'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:65: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionMode.Title'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:69: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionMode.Subtitle'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:45: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Menu'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:49: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:53: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Subtitle'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:57: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title.Inverse'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:61: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v11\styles_base.xml:32: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ProgressBar.Horizontal'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:197: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ProgressBar.Horizontal'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-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.ProgressBar'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:201: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ProgressBar'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v11\styles_base.xml:24: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.Spinner'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:114: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Spinner'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:116: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Spinner.Underlined'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:118: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Spinner'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:111: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.DropDownItem.Spinner'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:124: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ListView'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:108: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ListView.DropDown'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:129: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ListPopupWindow'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:141: error: Error: No resource found that matches the given name: attr 'android:overlapAnchor'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:146: error: Error: No resource found that matches the given name: attr 'android:overlapAnchor'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:132: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.PopupMenu'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:135: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Light.PopupMenu'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:149: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Large'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:153: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Small'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:157: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Large'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:161: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.PopupMenu.Small'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:167: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.SearchResult.Title'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:171: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.SearchResult.Subtitle'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:175: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.AutoCompleteTextView'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:94: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Toolbar.Button.Navigation'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:98: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Title'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:102: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.ActionBar.Subtitle'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:13 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\styles_base.xml:177: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.EditText'.
[2015-08-15 01:20:13 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:91: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:89: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:86: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:87: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:138: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:142: error: Error: No resource found that matches the given name: attr 'android:colorButtonNormal'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:140: error: Error: No resource found that matches the given name: attr 'android:colorControlActivated'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:141: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:139: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:136: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:137: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:146: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
[2015-08-15 01:20:14 - android-support-v7-appcompat] 
[2015-08-15 01:20:14 - android-support-v7-appcompat] C:\Android\android-sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:150: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
[2015-08-15 01:20:14 - android-support-v7-appcompat]
te falta el SDK 21... o dale boton derecho al appcompat->propiedades->android->21
gradle - appcompat-v7:21.0.0': No resource found that matches the given name: attr 'android:actionModeShareDrawable' - Stack Overflow
 

Amigo, lo de appcompat ya se soluciono, pero me sigue saliendo el mismo error

por cierto, influye algo esto? tengo que modificar, cambiar?

PHP:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.cicklow.webview"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="22" />


El error que sigue saliendo es.

PHP:
[2015-08-15 01:56:04 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:56:04 - WebView] 
[2015-08-15 01:56:04 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:56:04 - WebView] 
[2015-08-15 01:56:04 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 01:56:04 - WebView] 
[2015-08-15 01:56:17 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:56:17 - WebView] 
[2015-08-15 01:56:17 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:56:17 - WebView] 
[2015-08-15 01:56:17 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 01:56:17 - WebView]
 
Amigo, lo de appcompat ya se soluciono, pero me sigue saliendo el mismo error

por cierto, influye algo esto? tengo que modificar, cambiar?

PHP:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.cicklow.webview"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="22" />


El error que sigue saliendo es.

PHP:
[2015-08-15 01:56:04 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:56:04 - WebView] 
[2015-08-15 01:56:04 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:56:04 - WebView] 
[2015-08-15 01:56:04 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 01:56:04 - WebView] 
[2015-08-15 01:56:17 - WebView] D:\WebView\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:56:17 - WebView] 
[2015-08-15 01:56:17 - WebView] D:\WebView\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-08-15 01:56:17 - WebView] 
[2015-08-15 01:56:17 - WebView] D:\WebView\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-08-15 01:56:17 - WebView]

1°- boton derecho arriba del proyecto->android->cambiar nombre del paquete
2- agregaste la libreria appcompact al proyecto? (de la misma manera que google service)
 
1°- boton derecho arriba del proyecto->android->cambiar nombre del paquete
2- agregaste la libreria appcompact al proyecto? (de la misma manera que google service)

Si, pero cuando agrego las lib, de verde que estaban se ponen en rojo x. grrrrr ya no le atino :/
 
Atrás
Arriba