Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

New Android App ( Xamarin) targeting Android 9.0 api not compiling because missing Android X assemblies (but they need Android 11.0 version)

$
0
0

I am trying to build an Android app to make a simple prototype. Using Microsoft Visual Studio 2022 (v17.2.4), I create an Android App (Xamarin), blank app. And I target Android 9.0 version.

But, I have compilation errors :

Could not find 2 Android X assemblies, make sure to install the following NuGet packages:

  • Xamarin.AndroidX.Lifecycle.LiveData
  • Xamarin.AndroidX.Browser

Problem is that I can't install these NuGet packages because they need Android 12.0 version or greater :

Package Xamarin.AndroidX.Lifecycle.LiveData 2.5.1 is not compatible with monoandroid90 (MonoAndroid,Version=v9.0). Package Xamarin.AndroidX.Lifecycle.LiveData 2.5.1 supports:

  • monoandroid12.0 (MonoAndroid,Version=v12.0)
  • net6.0-android31.0 (.NETCoreApp,Version=v6.0)

So I don't know how to solve this. I don't want to target Android 12 version, I need this app to launch on an Android 9.0 device.What are these libraries the app need to compile? Can I do without them? I don't find any references to them.

Note : I have a warning too on the same way, but not sure if it has to deal with my compilation issue. I Put it anyway, if it can help :

Warning Google Play requires that new applications and updates must use a TargetFrameworkVersion of v11.0 (API level 30) or above. You are currently targeting v9.0 (API level 28).

Please, any idea to solve my issue?I just want to compile and launch an Android (Xamarin) blank app targeting Android 9.0.

Thank you and have a good day,


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>