Android Question Unremovable so library file

rboeck

Well-Known Member
Licensed User
Longtime User
One year ago i tried to use the dropbox library in an project. I have removed all lib entys, all entries in the manifest file, but when i look in the apk file, there is the dropbox library named libDropboxSync.so already there. I have removed all occurences of this file, but it stays constantly inside the apk file. Where does it come from and how can i finaly remove it?
 

rboeck

Well-Known Member
Licensed User
Longtime User
Now i removed inside the library folder alll dropbox files. I dont find any connection, but when i compile, i get "a referenced library is missing: dropboxsync; this library is not checked. In my project i use currently 49 libraries...

PS: Now i found the problem: my own library referenced dropbox and after compiling the library was not in the right directory.
 
Last edited:
Upvote 0
Top