Hi All
I am having difficulties bundling the latest version of Google Play Services with the apk.
Background:
Is there a step by step tutorial how to make sure that we bundle the latest Google-Play-Services with the apk.
I am having difficulties bundling the latest version of Google Play Services with the apk.
Background:
- Currently I am using B4A 7.01
- Android SDK shows Google Play Services ver 44
- I cant find libproject folder under google_play_services folder. so I can't find the latest .jar file to move to my additional libraries folder ( i am not sure if this
- When I install my apk on a tablet with older version of Google Play Services the app is not working properly. Also I find that the google-play-services version running on the tablet is unchanged with the installation (meaning running an older one)
- I have the following 2 lines added in the project
B4X:#AdditionalJar: com.google.android.gms:play-services-location #AdditionalJar: com.google.android.gms:play-services-maps
- And this is what I have in the manifest
B4X:'************ Google Play Services Base ************ AddApplicationText( <activity android:name="com.google.android.gms.common.api.GoogleApiActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:exported="false"/> <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> <meta-data android:name="com.google.android.geo.API_KEY" android:value="AIxxxxxxxxxxxxxxxxxxxxxxxxxxxA"/> ) '************ Google Play Services Base (end) ************
Is there a step by step tutorial how to make sure that we bundle the latest Google-Play-Services with the apk.