0

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.[]

誰かがこれで私を助けることができますか?? 私はここでひどく立ち往生しています..

4

1 に答える 1

6

Eclipse の [ウィンドウ] に移動し、[設定] に移動します。Android の横にある矢印をクリックすると、リント エラー チェックが表示されます。「アプリのエクスポート時に完全なエラー チェックを実行し、致命的なエラーが見つかった場合は中止する」という 2 番目のチェックボックスをオフにします。そして、あなたは行ってもいいです。

于 2013-05-28T11:48:54.970 に答える