Hi Erel,
Google play services is 9.0.2 ( version 30 in the android SDK)
i tried this:
#AdditionalJar: com.google.android.gms: play-services-ads-lite
the app compiles without errors and run just fine as before,but i'm not sure if it is correct. i'm using Leadbolt Ads:
Google Advertising ID
As of August 1st 2014, if your App is publishing onto the Google Play Store, our SDK will need to use the new Google Advertising ID. Please refer to the following official documentation from Google on how to add the Google Play Services library to your Android Project.
Unfortunately using 'play-services' the compile fails:
B4A version: 6.00
Parsing code. (0.16s)
Compiling code. (5.75s)
Compiling layouts code. (0.33s)
Organizing libraries. (58.64s)
Generating R file. Error
E:\B4A projects\Tag App Launcher\Objects\bin\extra\res8\res\values-v23\values-v23.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
E:\B4A projects\Tag App Launcher\Objects\bin\extra\res8\res\values-v23\values-v23.xml:34: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
B4A version: 6.00
Parsing code. (0.53s)
Compiling code. (2.84s)
Compiling layouts code. (0.66s)
Organizing libraries. (0.11s)
Generating R file. Error
AndroidManifest.xml:42: error: Error: No resource found that matches the given name (at 'value' with value '@Integer/google_play_services_version').
Thanks Erel,
after further searches i see that, with your string, my decompiled app contains the required class for retrieving advertising ID and limits using play services (as requested from Google).
Looking into the Leadbolt SDK using JDGUI i can't find anything related to calls to these Play services methods/class import (such as retrieving the advertising ID and limits) so it should work with or without play services.
i'll ask them clarifications