charlieroberts / Control

Interfaces for music, art and virtual reality on mobile devices
http://www.charlie-roberts.com/Control
MIT License
167 stars 44 forks source link

Android: Readme issues #15

Closed bilderbuchi closed 12 years ago

bilderbuchi commented 12 years ago

Hi! Trying to build the Android version, I've discovered some errors: In /Android/Control/README.txt: Following the instructions in the readme, Control doesn't build.

Errors so far: a) Not only phonegap.jar, but also jmdns.jar has to be added to the build path.

b) Now I only got 3 errors of this kind remaining: In Bonjour.java: The method serviceResolved(ServiceEvent) of type new ServiceListener(){} must override a superclass method Don't know how to solve that one yet...

bilderbuchi commented 12 years ago

OK, so I found the solution to the second problem: As per this Stackoverflow question, the Java version has to manually be set to 1.6 in the project preferences when importing the repo's project:

With Eclipse Galileo you go to Eclipse -> Preferences menu item, then select Java and Compiler in the dialog.

Now it still may show compiler compliance level at 1.6, yet you still see this problem. So now select the link "Configure Project Specific Settings..." and in there you'll see the project is set to 1.5, now change this to 1.6.

charlieroberts commented 12 years ago

Ahhh... yeah, those are just the readme instructions that come with PhoneGap. I don't use Eclipse (I just compile on the command line) so I'm not really familiar with the process...

Please feel free to change the ReadMe to whatever works for Eclipse and I'll pull it in. Thanks! - Charlie

bilderbuchi commented 12 years ago

Done.