debug-bottle icon indicating copy to clipboard operation
debug-bottle copied to clipboard

Debug Bottle 这个里面的语言是根据什么来控制的呢?

Open Liloupar opened this issue 9 years ago • 2 comments

为什么我运行demo 的话 是中文的,但是我自己集成的是英文的呢? 同一个设备。。

Liloupar avatar Nov 24 '16 02:11 Liloupar

我也遇到这个问题了是因为在build.gradle中设置了如下配置

android{
    ...
    defaultConfig{
        ...
        resConfigs "zh","en"
    }
}

加上zh-rCN就可以了 resConfigs "zh","en","zh-rCN"

ghost avatar May 10 '17 07:05 ghost