I’m trying to use the Dropbox API for the first time, but i’m getting this error when launching my app.
Caused by: java.lang.NoClassDefFoundError: com.dropbox.client2.session.Session$AccessType
I saw on Dropbox forums a guy with the same problem, and the solution was to rename the class path to libs/ instead of lib/. I did it and didn’t work.
I get the error here:
final static private AccessType ACCESS_TYPE = AccessType.APP_FOLDER;
any ideas?
My mistake, the problem was the classPath.