2014-03-12 39 views
9

我創建了android應用程序並將其託管在谷歌播放上,但突然間我在Eclipse中刪除了我的項目(也從磁盤中刪除),現在我正在從備份還原一些文件,但我沒有已經老app_idres/values/strings.xml如何從谷歌播放服務獲取android app_id

我怎樣才能從app_id播放服務或.apk文件或密匙,因爲我需要它Google API integration

<meta-data android:name="com.google.android.gms.games.APP_ID" 
      android:value="@string/app_id" /> 

回答

18

登錄到谷歌的開發者控制檯的位置:https://play.google.com/apps/publish

您應該可以在您的應用程序下找到它。

編輯:這是在運動會服務標籤

enter image description here

+0

你能更具體?我仍然無法找到它... – vmachacek

+1

@vmachacek請看我上傳的圖片 – Ogen