This might be still an issue for some folks so I'm gonna share my workaround.
After I import the IOIO API projects onto my workspace (e.g. IOIOLibAndroid and IOIOLibBT ) which include their /src folder and their JARs (ioiolibandroid.jar and ioiolibt.jar), then I make sure the /src is listed at the top of the order list in the Build Path Properties dialog so it can retrieve the Javadoc from the source. Otherwise, it is not displayed. See attached screenshots. There seems to be another workaround described here<http://stackoverflow.com/questions/9873152/how-to-attach-javadoc-or-sources-to-jars-in-libs-folder>though. Where you basically create and add an ioiolibandroid.jar.properties file that contains 2 properties: src: relative or absolute path to the source folder (or archive). doc: relative or absolute path to the javadoc. HTH! <https://lh3.googleusercontent.com/-RzLVgyrKAAc/U3Bu6Pe2wsI/AAAAAAAABQo/cb61g9M7FD0/s1600/p2.png> <https://lh5.googleusercontent.com/-Efq1SRwhHxE/U3ButDwM1QI/AAAAAAAABQg/qE-Klz1V9f0/s1600/p1.png> -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
