zoukankan      html  css  js  c++  java
  • 安卓工作室 android studio 汉化后,报错。 设置界面打不开。Can't find resource for bundle java.util.PropertyResourceBundle, key emmet.bem.class.name.element.separator.label

     安卓工作室 android studio 汉化后,报错。 设置界面打不开。

    Android studio has been sinified and reported wrong.
    The setup interface cannot be opened.

     安卓工作室 android studio 版本 2.3.3

    Android studio version 2.3.3

    汉化包版本 AndroidStudio_v2.0.0.20_resources_cn-v0.2-20170414.jar

    Localization package Version  AndroidStudio_v2.0.0.20_resources_cn-v0.2-20170414.jar

    作者:韩梦飞沙

    Author:han_meng_fei_sha

    邮箱:313134555@qq.com

    E-mail: 313134555 @qq.com

    无法为bundle java util属性资源包找到资源,关键的emmet bem类名称元素分隔符

    Can't find resource for bundle java.util.PropertyResourceBundle, key emmet.bem.class.name.element.separator.label

    因为汉化包有问题。可以下载这个,修改后的。 就可以了。

    Because there's a problem with the hanhua bag.
    You can download this and modify it.
    That's it.

    下载地址:Download address:

    [免费]resources_cn安卓工作室android studio 2.3.3中文汉化包_韩梦飞沙.jar-CSDN下载

    或者 自己手动来修改 汉化包。

    Or manually modify the hanhua bag.

    打开汉化包的下的  消息 (messages) 目录 找到 动作包.属性 (ActionsBundle.properties )这个文件。

    Unpack the message directory to find the ActionsBundle Properties  file.

    resources_en.jarmessages  

    ActionsBundle.properties

    在这个文件中 查找 找到  action.ToggleReadOnlyAttribute.description       

    在这一行下面 复制粘贴 下面几句  

     

    # suppress inspection "UnusedMessageFormatParameter"
    action.ToggleReadOnlyAttribute.files=Make {2,choice,1#File|2#Files} {0,choice,0#Read-only|1#Writeable}
    # suppress inspection "UnusedMessageFormatParameter"
    action.ToggleReadOnlyAttribute.dirs=Make {3,choice,1#Directory|2#Directories} {0,choice,0#Read-only|1#Writeable}
    # suppress inspection "UnusedMessageFormatParameter"
    action.ToggleReadOnlyAttribute.mixed=Make Files/Directories {0,choice,0#Read-only|1#Writeable}

    保存。 重新运行 安卓工作室 android studio 。

  • 相关阅读:
    Kafka 配置
    Zookeeper的Watcher机制
    Ubuntu18.04下希捷移动硬盘Seagate Backup Plus读写慢
    Spring Boot 使用Jar打包发布, 并使用 Embedded Jetty/Tomcat 容器
    再谈C#委托与事件
    C#委托和事件例析
    PHP:session无法使用
    C++:实现类似MFC的IsKindOf功能
    C++:复制构造函数
    C++:运算符重载
  • 原文地址:https://www.cnblogs.com/yue31313/p/7300683.html
Copyright © 2011-2022 走看看