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
I use android studio(v1.2), add the following build script then solved the issue:
lintOptions { checkReleaseBuilds false abortOnError false }