Dropbox Sync API - Unsatisfied Link Error

后端 未结 3 2000
暖寄归人
暖寄归人 2020-12-06 17:46

I am trying to implement DropboxSync API in my existing Android Application.
I have downloaded the DropboxSync API and copied all the libs in

3条回答
  •  情歌与酒
    2020-12-06 18:15

    Check out the 3rd and 4th point. Give 2 minutes of look on those two.

    1. Within Android Studio, switch to the "project view".
    2. From the libs directory in the downloaded SDK, drag dropbox-sync-sdk-android.jar into your project's app/libs directory.
    3. Right-click on dropbox-sync-sdk-android.jar and choose "Add as library". Click "OK" on the dialog that appears.
    4. Make a new directory in your project under app/src/main called jniLibs. From the SDK, drag armeabi, armeabi-v7a, mips, and x86 into the new jniLibs directory.

提交回复
热议问题