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

Could you include this library into Libraries section of official Processing Contribution Manager? #1

Open
q2dg opened this issue Aug 26, 2016 · 5 comments

Comments

@q2dg
Copy link

q2dg commented Aug 26, 2016

This would give a lot more visibility to this fantastic project, I think.
Thanks

@darfij
Copy link

darfij commented Sep 26, 2016

project seems grate, but I was unable to convert it for use in Processing.
perhaps you could give us a little more of a detailed explanation on how to include it in Processing.
(steps, and for newer versions of Android Studio and Processing)
Thanks

@q2dg
Copy link
Author

q2dg commented Oct 26, 2016

@darfij
Copy link

darfij commented Nov 4, 2016

Thanks for the links and help
It is for sure only me, but I moved only a little.
I am able to get a library template working in processing, no problem,
I cant add your library to the template.
No matter how/where I import your library and include the .jar s I cant get a error free ant run.
I can not find any instructions on adding additional parts to a working template except for the:
"simply add your library to the template"
any additional pointers/help you could offer?

thanks

@q2dg
Copy link
Author

q2dg commented Nov 6, 2016

Sorry, I haven't the required skills to answer this question. Maybe a better place could be official Processing forum: https://forum.processing.org/two/categories/create-announce-libraries

@darfij
Copy link

darfij commented Nov 6, 2016

Thank you for the pointer, could not find anything really straightforward there,
so i`l just continue trying.

I did make some progress in the meantime.
I was able to combine your library into the template android library in eclipse.
what I did, once I had the template building o.k. was:
-import the contents of your src folder in to the template src
-import the contents of your examples folder in to the template example folder (overwriting hello)
-add android-support-v4.jar from the android sdk to the project lib folder
-add android-support-v4.jar to the project java build path

this is then building without errors and produces the processing libraries in the right folders with examples and all.
Processing will compile the example .pde and upload it to my android device, but immediately terminates with java.lang.NoClassDefFoundError: blepdroid.BlepdroidAdapter$2 error.

Hopefully this can help others to get a bit further and get it working.

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

2 participants