Error: “app_name” is not translated in af

后端 未结 11 538
灰色年华
灰色年华 2021-01-30 16:21

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

11条回答
  •  有刺的猬
    2021-01-30 16:54

    I use android studio(v1.2), add the following build script then solved the issue:

    lintOptions {
        checkReleaseBuilds false
        abortOnError false
    }
    

提交回复
热议问题