Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Cannot update to XF 5.0.0.0.2612 and essentials 1.80 ExportRenderer no found - Need to re-submit app -App not compatible #15803

Closed
gabsamples6 opened this issue Aug 19, 2023 · 3 comments
Labels
s/unverified New report that has yet to be verified t/bug 🐛

Comments

@gabsamples6
Copy link

gabsamples6 commented Aug 19, 2023

Description

Hi - wondering if someone could shed some light into this. I need to submit the app because google sent us an email that the app is referencing an old version of android. So I went an updated to the latest XF and essentials and getting errors

Any suggestions why I am getting ExportRenderer no found and loads of other errors?

if of any help to diagnose the issue this happens in an android class library that we share not in the actual android project

I Have

  1. Visual studio 17.7 2022
  2. Xamarin forms 5.0.0.0.2612
  3. Essentials 1.8.0

and I get "The type or namespace ExportRenderer could not be found"

Steps to Reproduce

  1. Update to Xamarin forms 5.0.0.0.2612
  2. update Essentials 1.8.0
  3. Build solution and I get
    "The type or namespace ExportRenderer could not be found" and lots of errors...

looks as if it cannot find Platform.Android
image

Expected Behavior

Actual Behavior

Basic Information

  • Version with issue:
  • Last known good version:
  • Xamarin forms 5.0.0.2545 with essentials 1.7.3 (those were my last references I used and worked)
  • Platform Target Frameworks:
    • iOS:
    • Android:
  • Android Support Library / AndroidX Version:
  • NuGet Packages:
    Below are the android packages I use
        <PackageReference Include="Xamarin.AndroidX.Core">
          <Version>1.6.0.3</Version>
        </PackageReference>
        <PackageReference Include="Xamarin.AndroidX.RecyclerView">
          <Version>1.2.1.3</Version>
        </PackageReference>
        <PackageReference Include="Xamarin.CommunityToolkit">
          <Version>2.0.6</Version>
        </PackageReference>
        <PackageReference Include="Xamarin.Essentials">
          <Version>1.8.0</Version>
        </PackageReference>
        <PackageReference Include="Xamarin.AndroidX.Palette" Version="1.0.0.10" />
        <PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData" Version="2.3.1.3" />
        <PackageReference Include="Xamarin.AndroidX.Browser" Version="1.3.0.8" />
        <PackageReference Include="Xamarin.AndroidX.Legacy.Support.V4" Version="1.0.0.10" />
        <PackageReference Include="Xamarin.AndroidX.MediaRouter" Version="1.2.5.2" />
        <PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
        <PackageReference Include="Xamarin.GooglePlayServices.Base">
          <Version>117.6.0.3</Version>
        </PackageReference>

Environment

@gabsamples6 gabsamples6 added s/unverified New report that has yet to be verified t/bug 🐛 labels Aug 19, 2023
@gabsamples6
Copy link
Author

I think I might have resolved it. was not using some dependencies in the android class project

@Cvijo
Copy link

Cvijo commented Sep 19, 2023

@gabsamples6 i have the same issue, how did you fix this? what dependencies?

@gabsamples6
Copy link
Author

@Cvijo I think i removed all the old android support libraries and just have the androidx ones and that sorted it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
s/unverified New report that has yet to be verified t/bug 🐛
Projects
None yet
Development

No branches or pull requests

2 participants