0 votos
Estoy creando un APP sencilla, Un icono que cuando le haces un clic te lleva a una web. Cuando lo depuro sale bien todo en el emulador pero cuando quiero exportarlo con firma (compilarlo) no me lo permite porque me dice que no tiene traducción por defecto asignada.

[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_action_bar_home_description_format' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_action_bar_home_subtitle_description_format' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_activity_chooser_view_see_all' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_activitychooserview_choose_application' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_search_hint' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_searchview_description_clear' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_searchview_description_query' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_searchview_description_search' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_searchview_description_submit' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_searchview_description_voice' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_shareactionprovider_share_with' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'abc_shareactionprovider_share_with_application' has no default translation.
[2015-08-19 19:02:40 - appcompat_v7] warning: string 'status_bar_notification_info_overflow' has no default translation.

Si alguien puede ayudar lo agradeceré.

Un saludo
por en Android

1 Respuesta

0 votos
Comprueba que esté bien configurados los ficheros strings.xml.
por