更改语言环境时,Android语言环境可绘制对象不起作用

时间:2019-11-03 20:40:08

标签: android android-studio

我想针对两种语言环境测试不同的可绘制对象,但它似乎没有按我预期的那样工作:/。

根据:https://developer.android.com/guide/topics/resources/pseudolocales

我的设置:

  • Android Studio 3.5.1
  • 由AVD管理器提供的模拟器(5种不同类型)
  • 更改语言环境应用

    buildTypes {

    release {
        ...
    }
    
    debug {
        debuggable true
        pseudoLocalesEnabled true
    }
    

enter image description here enter image description here enter image description here

我试图关闭应用程序,重新安装应用程序,擦除数据集区域设置,然后再安装,但是可绘制对象是默认设置。

知道我在做什么错吗?

0 个答案:

没有答案