### Steps to Reproduce 1. Create an Android Library and add a class without a package ``` public class Animal { public void Test(){} } ``` 2. Create a Binding Library Project and the AAR created on the previous step 3. 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 { ... ```
Steps to Reproduce
Build will fail. Generated code will contain empty namespaces