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
The solution is we need to add attribute translatable="false" in that particular string resource.
translatable="false"