1、在项目根目录创建config.properties
string_key_1=abcdefg
string_key_2=abcdefg
2、在app/build.gradle里配置
defaultConfig{
Properties props = new Properties()
props.load(new InputStreamReader(new FileInputStream(file('../config.properties')),"utf-8"))
Properties props = new PrresValue "string", "string_key_1", props['string_key_1']
}
3、使用文本
getString(R.string.string_key_1);