-
Notifications
You must be signed in to change notification settings - Fork 148
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
Description
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" />