Steps to Reproduce
- Create an Android Library and add a class without a package
public class Animal {
public void Test(){}
}
- Create a Binding Library Project and the AAR created on the previous step
- Buid Binding project.
Build will fail. Generated code will contain empty namespaces
namespace {
// Metadata.xml XPath class reference: path="/api/package[@name='']/class[@name='Animal']"
[global::Android.Runtime.Register ("/Animal", DoNotGenerateAcw=true)]
public partial class Animal : global::Java.Lang.Object {
...