cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Dropbox API v2 Java Android - 64-bit library

Dropbox API v2 Java Android - 64-bit library

clcto
Explorer | Level 3
Go to solution

We need to update our app to comply with Google's new 64-bit requirement.

Is a 64-bit dropbox java library available? 

Has anyone seen any announcement on whether it will become available by August 1?  Otherwise we have to remove dropbox support from our App.

https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

The Dropbox Java library should already be ready for this. Note from the guide:

If your app uses only code written in the Java programming language or Kotlin, including any libraries or SDKs, your app is already ready for 64-bit devices.

The Dropbox Java library is written in Java.

View solution in original post

4 Replies 4

Greg-DB
Dropbox Staff
Go to solution

The Dropbox Java library should already be ready for this. Note from the guide:

If your app uses only code written in the Java programming language or Kotlin, including any libraries or SDKs, your app is already ready for 64-bit devices.

The Dropbox Java library is written in Java.

clcto
Explorer | Level 3
Go to solution

Ah, thanks.

This is an inherited project.  It must be using a 32-bit compiled library.

We'll look at compiling a 64-bit version.

clcto
Explorer | Level 3
Go to solution

This turned out to be silly.  Although we switched over to the Java API a few months ago, we were still including the old 32-bit library as well, and this is what threw to the Google Developer Console error.  When we removed the 32-bit library our functions all work, and we can conform to the new Android Apk 64-bit requirement. 

Thanks for the key hint to get us going.

nancy1011
New member | Level 2
Go to solution

Thank you for your response. It's helpful. Also you may check this website. It might be helpful to you.

Need more support?