I have thus copied the Armeabi/libDropboxSync.so file into a newly created Armeabi-V7a folder.
I am not sure of the result and can't test it...
With my Nexus 5 everything was Ok since the beginning
Anytime I add a new dropboxSync.so file, my Apk increases by 1MB ... that's a pity
Hi Erel:
I was trying to use DropBox library for an application and I always get this error:
···························································································································
** Activity (main) Resume **
** Service (backgeo) Create **
Error occurred on line: 43 (backgeo)
java.lang.RuntimeException: java.lang.NullPointerException
at anywheresoftware.b4a.dropbox.DbxAccountManagerWrapper.LinkAccount(DbxAccountManagerWrapper.java:96)
at b4a.wifilocation1.backgeo._service_create(backgeo.java:215)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:636)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:302)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:238)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:121)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:158)
at b4a.wifilocation1.backgeo.onCreate(backgeo.java:45)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2687)
at android.app.ActivityThread.access$1700(ActivityThread.java:159)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1404)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:176)
at android.app.ActivityThread.main(ActivityThread.java:5419)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1046)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:862)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at anywheresoftware.b4a.dropbox.DbxAccountManagerWrapper.LinkAccount(DbxAccountManagerWrapper.java:94)
... 22 more
·····························································································································································
Where could be the problem?
Thank you Erel for the great Library, but how can I delete files stored on DropBox Account?
I want to delete the already downloaded files on my account, I use it only for data transfer.