【发布时间】:2014-04-17 06:33:37
【问题描述】:
我创建了 android 应用程序并将其托管在 google play 上,但突然我在 Eclipse 中删除了我的项目(也从磁盘中),现在我正在从备份中恢复一些文件,但我在 res/values/strings.xml 中没有旧的 app_id
我如何从播放服务或 .apk 或密钥库中获取 app_id,因为我需要它用于 Google API integration
<meta-data android:name="com.google.android.gms.games.APP_ID"
android:value="@string/app_id" />
【问题讨论】:
标签: android google-play-services keystroke app-id