The type or namespace name 'ICardEntryActivityComponent' does not exist in the namespace - Android Binding Library??

Leonard Harris 6 Reputation points
2021-03-08T21:24:03.623+00:00

Currently getting an interface that cannot be resolved from in my Android Binding Library:

75568-capture3.png

The interface is ICardEntryActivityComponent but its giving a red line under it. I checked in the android source (I only have the aar and jar files of the SDK) and the interface exists but looks to be marked internal, is there a way to resolve this unfortunately Xamarin Binding didnt not do this for me...

75595-capture.png

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Leonard Harris 6 Reputation points
    2021-03-25T23:26:16.75+00:00

    Got this sorted was missing the correct dependency reference

    0 comments No comments