Hi
I use Googlemap v2 in my app and it is working well
My manifest code for googlemap is :
My problem is when check googleplayservice,it is false,while googleplayservice is install on my device
Android version is 7 and device is samsung
In other device have no problem
I'm following below link for use googlemap
https://www.b4x.com/android/forum/threads/google-maps.63930/#content
I use Googlemap v2 in my app and it is working well
My manifest code for googlemap is :
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" />
)
'************ Google Play Services Base (end) ************
Android version is 7 and device is samsung
In other device have no problem
I'm following below link for use googlemap
https://www.b4x.com/android/forum/threads/google-maps.63930/#content