Hello,
Welcome to our Microsoft Q&A platform!
You can try to add following <attr> tag in the metadata.xml
<attr path="/api/package[@name='com.xxx.A.2ND']" name="managedName">com.xxx.A.SecondND</attr>
You can refer to this document about changing the name of a package, class, method, or parameter : https://learn.microsoft.com/en-us/xamarin/android/platform/binding-java-library/customizing-bindings/java-bindings-metadata#managedname
Best Regards,
Leon Lu
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Class Com.XXX.Api.XX.XX.XX has unknown base type com.xxx.A.2ND
the Class is inherited from
com.xxx.A.2ND
but the thecom.xxx.A.2ND
is not here. right?I want to change the package name