Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binding Dll does not contain anything but Dll sucessfully Generated #5

Open
tamilms opened this issue Jan 23, 2017 · 4 comments
Open

Comments

@tamilms
Copy link

tamilms commented Jan 23, 2017

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

@jpozo20
Copy link

jpozo20 commented Jan 27, 2017

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.

@tamilms
Copy link
Author

tamilms commented Jan 31, 2017

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
Copy link
Author

tamilms commented Feb 8, 2017

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

@EgorBo
Copy link
Owner

EgorBo commented Jul 18, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants