Google Play Services ライブラリを使用するアプリケーションをエクスポートしようとしています。しかし、プロジェクトをクリーンアップしたにもかかわらず、アプリをエクスポートできないという lint 警告があります。しかし、エミュレーターでは問題なく動作しています。表示される警告は次のとおりです。
"common_google_play_services_install_title" is translated here but not found in default locale
Issue: Checks for translations that appear to be unused (no default language string)
Id: ExtraTranslation
If a string appears in a specific language translation file, but there is no corresponding string in the default locale, then this string is probably unused. (It's technically possible that your application is only intended to run in a specific locale, but it's still a good idea to provide a fallback.).
Note that these strings can lead to crashes if the string is looked up on any locale not providing a translation, so it's important to clean them up.[]
誰かがこれで私を助けることができますか?? 私はここでひどく立ち往生しています..