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

.PDF and .NET libraries in Android mode #177

Closed
Degeerdoethetweer opened this issue Nov 26, 2015 · 2 comments
Closed

.PDF and .NET libraries in Android mode #177

Degeerdoethetweer opened this issue Nov 26, 2015 · 2 comments

Comments

@Degeerdoethetweer
Copy link

I'm trying to run a program, originally made in java mode, in android mode.
Both the .net and .pdf libraries don't seem to be working and give the following error when compiling:

ERROR in C:\Users\AppData\Local\Temp\android7291393924322010817sketch\src\processing\test\neurosky_app_v7\Neurosky_app_v7.java (at line 8) import processing.net.; ^^^^^^^^^^^^^^ The import processing.net cannot be resolved ----------
ERROR in C:\Users\AppData\Local\Temp\android7291393924322010817sketch\src\processing\test\neurosky_app_v7\Neurosky_app_v7.java (at line 9) import processing.pdf.
; ^^^^^^^^^^^^^^ The import processing.pdf cannot be resolved

Is there a way to get these to get these libraries to work?

@Degeerdoethetweer
Copy link
Author

Update:
When incorporating the Client.src java file and removing the package line the compilation to Android seems to be working; no more errors and warnings. For me this might be a solution because I am only using the client class.

Although the app now compiles and runs it does not connect with the Bleutooth headset. Any advice is still very welcome,

@Degeerdoethetweer
Copy link
Author

Finally we opted for a windows surface so we can run normal processing.

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

1 participant