Кстати, я тоже заметил, что в официальных доках от гугла это есть, а в описании ANE нет
https://developers.google.com/games/...dify_your_code
Цитата:
Open AndroidManifest.xml and enter your package name in the package attribute of the <manifest> element. If you are creating an Android game from scratch, make sure that you also add the following code inside the <application> element:
<meta-data android:name="com.google.android.gms.games.APP_ID"
android:value="@string/app_id" />
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version"/>
|