I'm using Android Studio 0.8.6, gradle, and dropbox sync 3.0.2
This code:
DbxAccountManager mDbxAcctMgr = DbxAccountManager.getInstance(getActivity().getApplicationContext(), APP_KEY, APP_SECRET);
is throwing this error:
java.lang.UnsatisfiedLinkError: Couldn't load DropboxSync from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/io.winslow.healthkit-2.apk"],nativeLibraryDirectories=[/data/app-lib/io.winslow.healthkit-2, /vendor/lib, /system/lib]]]: findLibrary returned null
I've tried solving it according to this stack overflow (Dropbox Sync API - Unsatisfied Link Error) but that hasn't solved the issue.
Looking for any suggestions or leads on how to possibly fix this. Thanks.
Update: Look at Greg's comment to fix android studio.