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