Android : Facebook app id showing error in values-ta/strings.xml and can't able to generate signed apk

前端 未结 2 1367
遥遥无期
遥遥无期 2020-12-20 13:41

I\'m using facebook login in my app. I\'ve created facebook app id. If I use facebook app id in values/strings.xml it works fine and I\'m able to generate signed apk in andr

2条回答
  •  感情败类
    2020-12-20 13:54

    The solution is we need to add attribute translatable="false" in that particular string resource.

提交回复
热议问题