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 。

  • 相关阅读:
    triplet loss 在深度学习中主要应用在什么地方?有什么明显的优势?
    一个评测指标就是MAP(Mean Average Precision)平均精度均值。
    机器学习术语中英对照表
    logistic softmax
    mysql导出导入sql文件方法(linux)
    mysql分区表
    matplotlib安装错误依赖问题解决
    linux命令集合
    linux下安装或升级GCC4.8.2,以支持C++11标准[转]
    linux 如何显示一个文件的某几行(中间几行)
  • 原文地址:https://www.cnblogs.com/yue31313/p/7300683.html
Copyright © 2011-2022 走看看