Android Question mapfragment error

katrad

Member
Licensed User
Longtime User
On some devices I get an error:

B4X:
java.lang.NoClassDefFoundError: anywheresoftware.b4a.objects.MapFragmentWrapper$MyMapFragment

the line I get the error on is:

B4X:
If MapFragment1.IsGooglePlayServicesAvailable = False Then

works on some no problems, the device is running android 2.3.6

been through 5 revisions and get 1 start from people, cause its not work on some. Please, please help!!!!

UPDATE
ok, I did a few changes and I now realize that this device is saying false to
"IsGooglePlayServicesAvailable", since it using 2.3.6, and I cant find anyway to update that on this phone, what can I do? Is it my program, the phone???
 
Last edited:
Top