debug-bottle
debug-bottle copied to clipboard
Debug Bottle 这个里面的语言是根据什么来控制的呢?
为什么我运行demo 的话 是中文的,但是我自己集成的是英文的呢? 同一个设备。。
我也遇到这个问题了是因为在build.gradle中设置了如下配置
android{
...
defaultConfig{
...
resConfigs "zh","en"
}
}
加上zh-rCN就可以了 resConfigs "zh","en","zh-rCN"