"lib" dir renamed to "libs" as of ADT 17
Hi, admittedly this is my first Android app but I couldn't OSCLib to run using Eclipse and ADT 17. The app compiled but kept crashing during loading complaining about not finding classes.
I found an article that suggested the "lib" dir was renamed to "libs" as of ADT 17. Maybe this might be of use if anyone has similar problems.
I renamed OSCLib/android/AndrOscDemo/lib to OSCLib/android/AndrOscDemo/libs and OSCLib/java/lib to OSCLib/java/libs
I then updated the build path and rebuilt the app and it finally loaded.
Here's the thread I was reading which links to some more in depth articles: http://stackoverflow.com/questions/8319703/project-properties-in-android-project
Hope this helps, Josh
Great library b.t.w.