I tried Xamarin.GradleBindings to add library from gradle. The dll is successfully created and that dll also added into my android project automatically. But the dll does not contain anything.
I cannot also added namespace of the Dll into my Activity by using 'using mybinding_projectname'.
Please provide some suggestion regarding this issue