hwoarang69 11 Newbie Poster

I am trying to add banner ads(admob.com) on my libgdx android app. but I am getting an following error:

"Common_google_play_services_notification_ticker" is not translated in "be" (Belarusian)(11 iteams)...

This error was in "common_string.xml" file in my "google-play-services_lib" folder

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!--  Title for notification shown when GooglePlayServices is unavailable [CHAR LIMIT=42] -->
<string name="common_google_play_services_notification_ticker">Google Play services error</string>
....

I tried putting (translatable="false") in my string but did not worked. I also Tried clearing my project but did not worked.

Only thing i did not try was

window->Preferences->Android->Lint Error Checking

this is becuase i cant find Lint Error Checking under preference->android.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.