国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

APP簽名打包時遇到的問題

2019-11-06 09:41:22
字體:
來源:轉載
供稿:網友

1,【Android】Error: Expected resource of type styleable [ResourceType]

解決辦法 解決辦法就是在使用 TypedArray 的方法處,加上 @SupPRessWarnings(“ResourceType”) ,這樣即可過濾該警告,可以正常通過簽名編譯。例如:

@SuppressWarnings("ResourceType")public void initView() { TypedArray ta = mContext.obtainStyledAttributes(attrs); boolean hasBottomLine = ta.getBoolean(0, false); boolean hasTopLine = ta.getBoolean(1, false); ta.recycle();}

2,Error:(3) Error: “app_name” is not translated in “de” (German), “es” (Spanish), “fr” (French), “hu” (Hungarian), “ja” (Japanese), “ko” (Korean) [MissingTranslation]

解決辦法 在出錯的資源文件 標簽里面添加屬性 xmlns:tools=”http://schemas.android.com/tools” tools:ignore=”MissingTranslation” 例如

<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> <string name="app_name"></string> <string name="action_settings">Settings</string> <string name="hello_world">Hello world!</string> <item name="tag_id" type="id"></item></resources>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 怀仁县| 红安县| 南平市| 沧州市| 桂林市| 许昌县| 满城县| 阿拉善左旗| 建平县| 宁晋县| 工布江达县| 武功县| 抚宁县| 遂平县| 通化县| 陕西省| 竹溪县| 策勒县| 宽甸| 分宜县| 花垣县| 安化县| 白玉县| 阳原县| 望奎县| 河南省| 云梦县| 康马县| 宁波市| 石渠县| 北票市| 会理县| 肥东县| 吉隆县| 石城县| 秭归县| 西平县| 沙坪坝区| 郑州市| 四会市| 陵水|