I am new at Android coding and this forum. When I am trying to run the project to test it I am getting the following error:-
\"app_name\" is not translate
The error is thrown by a check called lint which checks every dependency and guesses you want your app to be translated into all language the libraries you use are translated, in case of maps basically everyone. There is some setting for lint in the Eclipse preferences(Missing Translation). You could completely turn lint off or configure it so it ignores the translation warnings.