Dropbox Sync API - Unsatisfied Link Error

后端 未结 3 2008
暖寄归人
暖寄归人 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:28

    libDropboxSync.so was missing in armeabi-v7a folder under the libs directory.
    I copied libDropboxSync.so from armeabi-v7 folder to armeabi-v7a folder under the libs directory, and the library was loaded successfully.
    Since i am using Google-Nexus-7 2nd generation for debugging, therefore the DropboxSync library in armeabi-v7a folder was a must.

提交回复
热议问题