安卓工做室 android studio 漢化後,報錯。 設置界面打不開。java
Android studio has been sinified and reported wrong.
The setup interface cannot be opened.android
安卓工做室 android studio 版本 2.3.3this
Android studio version 2.3.3.net
漢化包版本 AndroidStudio_v2.0.0.20_resources_cn-v0.2-20170414.jarorm
Localization package Version AndroidStudio_v2.0.0.20_resources_cn-v0.2-20170414.jarblog
做者:韓夢飛沙ip
Author:han_meng_fei_shaelement
郵箱:313134555@qq.com資源
E-mail: 313134555 @qq.comget
沒法爲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.jar\messages
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 。