android - Apktool build fails due to Translation error -


i took apk file decompiled using apktool , made few changes tried recompiled , got error.

aapt: warning: string 'auth_client_needs_enabling_title' has no default translation in c:\users\dell\android-sdks\platform-tools\magesimi\simicart_com.magestore.simicart_2.0_5\res; found: af ar bg ca cs da de el en_gb en_in es es_us et_ee fa fi fr fr_ca hi hr hu hy_am in iw ja ka_ge km_kh ko lo_la lt lv mn_mn ms_my nb nl pl pt pt_br pt_pt ro ru sk sl sr sv sw th tl tr uk vi zh_cn zh_hk zh_tw zu aapt: warning: string 'auth_client_needs_installation_title' has no default translation in c:\users\dell\android-sdks\platform-tools\magesimi\simicart_com.magestore.simicart_2.0_5\res; found: af ar bg ca cs da de el en_gb en_in es es_us et_ee fa fi fr fr_ca hi hr hu hy_am in iw ja ka_ge km_kh ko lo_la lt lv mn_mn ms_my nb nl pl pt pt_br pt_pt ro ru sk sl sr sv sw th tl tr uk vi zh_cn zh_hk zh_tw zu aapt: warning: string 'auth_client_needs_update_title' has no default translation in c:\users\dell\android-sdks\platform-tools\magesimi\simicart_com.magestore.simicart_2.0_5\res; found: af ar bg ca cs da de el en_gb en_in es es_us et_ee fa fi fr fr_ca hi hr hu hy_am in iw ja ka_ge km_kh ko lo_la lt lv mn_mn ms_my nb nl pl pt pt_br pt_pt ro ru sk sl sr sv sw th tl tr uk vi zh_cn zh_hk zh_tw zu aapt: warning: string 'auth_client_play_services_err_notification_msg' has no default translation in c:\users\dell\android-sdks\platform-tools\magesimi\simicart_com.magestore.simicart_2.0_5\res; found: af ar bg ca cs da de el en_gb en_in es es_us et_ee fa fi fr fr_ca hi hr hu hy_am in iw ja ka_ge km_kh ko lo_la lt lv mn_mn ms_my nb nl pl pt pt_br pt_pt ro ru sk sl sr sv sw th tl tr uk vi zh_cn zh_hk zh_tw zu aapt: warning: string 'auth_client_requested_by_msg' has no default translation in c:\users\dell\android-sdks\platform-tools\magesimi\simicart_com.magestore.simicart_2.0_5\res; found: af ar bg ca cs da de el en_gb en_in es es_us et_ee fa fi fr fr_ca hi hr hu hy_am in iw ja ka_ge km_kh ko lo_la lt lv mn_mn ms_my nb nl pl pt pt_br pt_pt ro ru sk sl sr sv sw th tl tr uk vi zh_cn zh_hk zh_tw zu aapt: warning: string 'auth_client_using_bad_version_title' has no default translation in c:\users\dell\android-sdks\platform-tools\magesimi\simicart_com.magestore.simicart_2.0_5\res; found: af ar bg ca cs da de el en_gb en_in es es_us et_ee fa fi fr fr_ca hi hr hu hy_am in iw ja ka_ge km_kh ko lo_la lt lv mn_mn ms_my nb nl pl pt pt_br pt_pt ro ru sk sl sr sv sw th tl tr uk vi zh_cn zh_hk zh_tw zu 

i went resource file there translations available. how fix error. please on tight deadline. thank in advance

make sure there <string ...>...</string> record in file ' c:...\\res\values\strings.xml' file. should able open file using favourite xml editor using windows explorer or if use clicking on strings.xml file not marked flag , has no parantheses right name. in following screenshot file highlighted:

default strings.xml in androidstudio

in xml file have add string records resources auth_client_needs_installation_title, auth_client_play_services_err_notification_msg, auth_client_needs_update_title, auth_client_requested_by_msg , auth_client_using_bad_version_title


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -