s1234
24/01/14, 23:32:58
Hola a todos, estoy editando una aplicación HTML5 en Android que me crearon, y cuando cargo todo en SDK de Eclipse, me sale el siguiente error en el archivo values-v14/styles.xml:
error error retrieving parent for item no resource found that matches the given name @android:style/Widget.WebTextView
El archivo tiene lo siguiente:
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="AppTheme" parent="@android:style/Widget.WebTextView" /> </resources>
error error retrieving parent for item no resource found that matches the given name @android:style/Widget.WebTextView
El archivo tiene lo siguiente:
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="AppTheme" parent="@android:style/Widget.WebTextView" /> </resources>