I created android application and hosted it on google play, but suddenly I deleted my project in Eclipse (from disk too) and now I am restoring some files from backup but I don't have old app_id
in res/values/strings.xml
how can I get app_id
from play services or .apk or keystore because I need it for Google API integration
<meta-data android:name="com.google.android.gms.games.APP_ID"
android:value="@string/app_id" />
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…