Android find all hardcoded strings in code using Android Studio

前端 未结 4 481
轮回少年
轮回少年 2020-12-16 13:24

I want to find all hard-coded strings in my code to move them into strings.xml file for future localization. Such as :

Toast.ma         


        
4条回答
  •  星月不相逢
    2020-12-16 13:50

    This answer hasn't getting to me any result.

    Nonetheless, for future searches :

    In Android Studio 1.2.2 added new Option Hardcoded strings(not a Hardcoded text) and this getting to me perfect searches result.

提交回复
热议问题