Update .Net8-Android api 35 to .Net9-Android api 35

Fadlan Amrullah 0 Reputation points
2025-07-24T10:31:44.5866667+00:00

Right now, I’m using .NET 8 for Android with API level 35. I want to upgrade to .NET 9 for Android (still using API 35). What is the best practice to do this?

Developer technologies | .NET | Xamarin
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Starry Night 30 Reputation points
    2025-07-28T03:08:53.05+00:00

    You can back up your app first.

    After that, open a copy of your app--> right click your app--> select Properties option-- select Android Targets on the left, then you can select the required net9.0 for the Target .NET Runtime.

    User's image

    After that, please build your app, then it will download the required Android dependences for your app(I did a test on my app, I need to build my app two times).

    Then ,proceed with further actions based on other build prompt logs on the VS.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.