Any ideas what to check in the library and extras setup on B4a 6.00? I started getting this error when the app starts (it compiles fine). App compiled fine (on a new PC via project zip) then I added the FirebaseMessaging service (just dropped in the example) then it starts throwing this error:
Things that were checked/done.
1) the custom(stub) google-play-services.jar is in add-ons library directory (google play services is current V32)
2) Android Support Repository (v36) and Google Repository (v32) are installed in the SDK
3) Firebase Manifest entries are there.
4) FB Apikey in manifest is a match and B4A keystore is correct.
5) correct google-services.json is in the project root directory
6) SDK path pointing to Android-21 (also tried Android-23), Min target 14 Max 21 (or 23 if v23.jar)
The app had a functional firebase auth process, but this error is raised when a service using the fused location provider is started.
What else do I need to check, look for?
Thanks for looking,
Gentry
B4X:
java.lang.IncompatibleClassChangeError: The method 'boolean com.google.android.gms.common.api.GoogleApiClient.isConnected()' was expected to be of type interface but instead was found to be of type virtual (declaration of 'uk.co.martinpearman.b4a.fusedlocationprovider.FusedLocationProviderWrapper' appears in /data/app/com.gsoft.project/base.apk)
Things that were checked/done.
1) the custom(stub) google-play-services.jar is in add-ons library directory (google play services is current V32)
2) Android Support Repository (v36) and Google Repository (v32) are installed in the SDK
3) Firebase Manifest entries are there.
4) FB Apikey in manifest is a match and B4A keystore is correct.
5) correct google-services.json is in the project root directory
6) SDK path pointing to Android-21 (also tried Android-23), Min target 14 Max 21 (or 23 if v23.jar)
The app had a functional firebase auth process, but this error is raised when a service using the fused location provider is started.
What else do I need to check, look for?
Thanks for looking,
Gentry