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 。

  • 相关阅读:
    Bean作用域
    处理自动装配的歧义
    IOC/DI 依赖注入
    Session管理
    JSP
    Jenkins(持续集成)Windows版本安装
    Jenkins安装插件提速(Windows)终极解决办法
    Jenkins(持续集成)Windows版本解决插件安装缓慢
    Please wait while Jenkins is getting ready to work...(Jenkins访问资源慢的问题)
    Spring Boot 小技巧
  • 原文地址:https://www.cnblogs.com/yue31313/p/7300683.html
Copyright © 2011-2022 走看看