Xamarin.GradleBindings icon indicating copy to clipboard operation
Xamarin.GradleBindings copied to clipboard

Binding Dll does not contain anything but Dll sucessfully Generated

Open tamilms opened this issue 8 years ago • 4 comments

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

tamilms avatar Jan 23 '17 11:01 tamilms

As it says in the step 3, you may need to fix issues with the binding before using it in your project. Many projects will work by just adding the reference in your project, but more often than not you'll have to fix the issues.

jpozo20 avatar Jan 27 '17 13:01 jpozo20

I library project doesn't have any issues and binding project dll successfully generated.But that binding project dll doesn't have anything.

please check the following gradle library me.angrybyte.slider:slider:1.3.0 . Check and let me know the details

tamilms avatar Jan 31 '17 16:01 tamilms

Hi @EgorBo, Please give any suggestion for this issue. It will helpful for my production.

tamilms avatar Feb 08 '17 11:02 tamilms

Most of the 3rd party libs may require some additional actions like adding additional references (support libs, etc) resolving issues via Metadata.xml etc - that is not add-in's fault 😢 - it just creates an Android Binding project with the binary you asked it inside. Try to build the project and see full logs for warnings/errors. Also read https://developer.xamarin.com/guides/android/advanced_topics/binding-a-java-library/#Resolving_API_Differences

EgorBo avatar Jul 18 '17 16:07 EgorBo