Androidエラー Issue Checks for incomplete translations where not all strings are translated

Android

Androidエラー Issue Checks for incomplete translations where not all strings are translated

開発中のbuildでは問題がなくても、証明書でアプリをexportしようとすると、上記のエラーが出てexportできない時があります。
そのような場合は、エラーが出ているstring.xmlのresourcesに

 <?xml version="1.0" encoding="utf-8"?>
 <resources xmlns:tools="http://schemas.android.com/tools"  
 tools:ignore="MissingTranslation">
 
    <string name="hello">Hello World...</string>
    …
 </resources>

と書きましょう。

  

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です