xamarin / GooglePlayServicesComponents

Other
315 stars 148 forks source link

TfLiteInterpreterGetTensor: TF Lite in Google Play services has stable ABI version 1.11.0 which is less than the required version 1.13.0. #818

Open pulmuone opened 10 months ago

pulmuone commented 10 months ago

Xamarin.Android Version (eg: 6.0):

Android 13.0

Operating System & Version (eg: Mac OSX 10.11):

Windows 10.

Google Play Services Version

Xamarin.GooglePlayServices.Vision, 120.1.3.12

Describe your Issue

The following warning message continues to appear on the debug screen.

[native] W0000 00:00:1700648561.732592 13391 abi_method_util.h:33] not supported: TfLiteInterpreterGetTensor: TF Lite in Google Play services has stable ABI version 1.11.0 which is less than the required version 1.13.0. [native] W0000 00:00:1700648561.732674 13391 abi_method_util.h:33] not supported: TfLiteInterpreterGetTensor: TF Lite in Google Play services has stable ABI version 1.11.0 which is less than the required version 1.13.0. [native] W0000 00:00:1700648561.732734 13391 abi_method_util.h:33] not supported: TfLiteInterpreterGetTensor: TF Lite in Google Play services has stable ABI version 1.11.0 which is less than the required version 1.13.0. [native] W0000 00:00:1700648561.732788 13391 abi_method_util.h:33] not supported: TfLiteInterpreterGetTensor: TF Lite in Google Play services has stable ABI version 1.11.0 which is less than the required version 1.13.0. [native] W0000 00:00:1700648561.732839 13391 abi_method_util.h:33] not supported: TfLiteInterpreterGetTensor: TF Lite in Google Play services has stable ABI version 1.11.0 which is less than the required version 1.13.0. [native] W0000 00:00:1700648561.769631 13391 abi_method_util.h:33] not supported: TfLiteInterpreterGetTensor: TF Lite in Google Play services has stable ABI version 1.11.0 which is less than the required version 1.13.0.

Relevant information

Add relevant project settings from *.csproj file:

Packages used:

    <PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.1.3" />
    <PackageReference Include="Xamarin.AndroidX.Camera.Camera2" Version="1.3.0" />
    <PackageReference Include="Xamarin.AndroidX.Camera.View" Version="1.3.0" />
    <PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData" Version="2.6.2.2" />
    <PackageReference Include="Xamarin.Google.Android.Play.Core" Version="1.10.3.8" />
    <PackageReference Include="Xamarin.Google.Android.Vending.Licensing" Version="2.1.0" />
    <PackageReference Include="Xamarin.Google.Dagger" Version="2.48.1" />
    <PackageReference Include="Xamarin.Google.MLKit.BarcodeScanning" Version="117.2.0.2" />
    <PackageReference Include="Xamarin.GooglePlayServices.Vision" Version="120.1.3.12" />
    <PackageReference Include="Xamarin.AndroidX.Activity.Ktx" Version="1.8.1" />
    <PackageReference Include="Xamarin.AndroidX.Collection" Version="1.3.0.1" />
    <PackageReference Include="Xamarin.AndroidX.Collection.Jvm" Version="1.3.0.1" />
    <PackageReference Include="Xamarin.AndroidX.Collection.Ktx" Version="1.3.0.1" />
moljac commented 10 months ago

@pulmuone

Thanks for the feedback. With .NET 8 I was not able to reproduce.

Repro sample[s]

818.zip

pulmuone commented 10 months ago

@pulmuone

Thanks for the feedback. With .NET 8 I was not able to reproduce.

Repro sample[s]

  • Android App
  • MAUI App

818.zip

My Error Sample Source https://github.com/pulmuone/VisionSample

Error Movie https://github.com/xamarin/GooglePlayServicesComponents/assets/42885949/cb62ac91-2d64-4946-800d-ff79844785af

moljac commented 10 months ago

OH. So it is classic...

Thanks for the repro sample.

pulmuone commented 10 months ago

OH. So it is classic...

Thanks for the repro sample.

same issue .net8 maui