Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Nov 22, 2023 · 4 comments
Assignees
Labels
investigating We are currently looking into this needs-info More information is requested by engineering

Comments

@pulmuone
Copy link

pulmuone commented Nov 22, 2023

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
Copy link
Member

moljac commented Nov 27, 2023

@pulmuone

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

Repro sample[s]

  • Android App
  • MAUI App

818.zip

@moljac moljac self-assigned this Nov 27, 2023
@moljac moljac added needs-info More information is requested by engineering investigating We are currently looking into this labels Nov 27, 2023
@pulmuone
Copy link
Author

@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
Copy link
Member

moljac commented Dec 1, 2023

OH. So it is classic...

Thanks for the repro sample.

@pulmuone
Copy link
Author

pulmuone commented Dec 1, 2023

OH. So it is classic...

Thanks for the repro sample.

same issue .net8 maui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating We are currently looking into this needs-info More information is requested by engineering
Projects
None yet
Development

No branches or pull requests

2 participants