You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: