Android package empty @string/app_id

I’m trying to use Google Play services in my game.
Following [this][1] instruction, i’ve created app in google console.
Here are my settings for UE project:

Without first check box i receive nothing. But with in app crashes on launch on android device.
Following can be found in Logcat:

(I hope i’ts not because of XPosed framework).
I’ve unpacked .apk with apktool. Here is /res/values/strings.xml content

51013-3.png

@string/app_id referenced by AndroidManifest.xml is empty!

What am i doing wrong ?

Manually addin AppID to PROJECT\Build\Android\res\values\GooglePlayAppID.xml solves crash problem.