Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

google_play_services_froyo missing version.xml, ads_attrs.xml #734

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How does the product behavior differ from your expectations?

* 2 files that exist in the normal Google Play Services libproject do not exist 
in the Google Play Services for Froyo folder. Why were these 2 files left out?

C:\android-sdk\extras\google\google_play_services\libproject\google-play-service
s_lib\res\values>dir

11/03/2013  08:03 PM    <DIR>          .
11/03/2013  08:03 PM    <DIR>          ..
11/03/2013  08:03 PM               481 ads_attrs.xml
11/03/2013  08:03 PM               858 colors.xml
11/03/2013  08:03 PM             1,070 maps_attrs.xml
11/03/2013  08:03 PM             7,217 strings.xml
11/03/2013  08:03 PM               131 version.xml

C:\android-sdk\extras\google\google_play_services_froyo\libproject\google-play-s
ervices_lib\res\values>dir

12/15/2013  09:21 PM    <DIR>          .
12/15/2013  09:21 PM    <DIR>          ..
12/15/2013  09:20 PM               858 colors.xml
12/15/2013  09:21 PM             1,070 maps_attrs.xml
12/15/2013  09:21 PM             6,896 strings.xml
<missing 2 files>

Describe, step-by-step, how to reproduce this issue.
* Download Google Play Services Froyo, unzip, look in res/values.

Describe the impact of this bug
-> I can not build my project without the library being correct.
-> I can not serve AdMob ads without the library being correct.
-> This impacts 10% of my users

When did this bug start happening?
* as soon as I tried downloading google_play_services_froyo

When does the bug occur?
* consistently, I can not build my project

Describe any workarounds you have found
* http://stackoverflow.com/questions/19843784 ... but it is a hack.

Original issue reported on code.google.com by anuj.go...@gmail.com on 16 Dec 2013 at 5:33

GoogleCodeExporter commented 9 years ago
how can i resolve it?

Original comment by xuqishen...@gmail.com on 26 Jan 2014 at 6:43

GoogleCodeExporter commented 9 years ago
<meta-data android:name="com.google.android.gms.version"
   android:value="@integer/google_play_services_version" />

Some suggests that above is needed only for Up-to-date Google Play Services 
revision.

And if we use "Google Play Services for Froyo" library, then we don't need it. 

Is it true?

Original comment by sachin.g...@dbydx.com on 21 Mar 2014 at 7:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
you can find the version in the manifest.xml of Froyo gust copy past it ;)

Original comment by ssd11011...@gmail.com on 28 Mar 2014 at 12:36