-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot resolve anything in com.dropbox.core.android #481
Comments
For now I will be using the web authentication as I'm doing on desktop:
But I'd really like to check out the authentication via dropbox app |
It looks like your configuration is correct including what you specified for the Do you have the Kotlin Android plugin configured for your application? That is also required, and can be added like this:
Can you check out our working Android example here: https://github.com/dropbox/dropbox-sdk-java/tree/main/examples/android I just updated the README file associated with that example here: https://github.com/dropbox/dropbox-sdk-java/blob/main/examples/android/ReadMe.md This is the code that triggers user authentication in the Android Application: Lines 33 to 67 in d0bb6fe
I hope this helps! |
@schdief06 did that solve your issue? If so, we can close this ticket. |
If you're using version 6.0.0 or later you are probably missing the additional
|
I'm currentliy integrating Dropbox into my app. I started with the desktop version, which worked flawlessly.
But now on Android I'm having problem to set everything up. I wanted to use the OAuth flow using the Dropbox app to authenticate. But all the content of com.dropbox.core.android seems to be missing. So e.g. th class com.dropbox.core.android.Auth cannot be resolved. Same for the AuthActivity.
I just added the Dropbox (and kotlin as I wasn't using it before) dependency to my build.gradle and synced gradle:
All the other classes are there, just the content of android isn't.
Am I missing something? There is just this library? No dedicated Android library, right?
Thanks for helping!
The text was updated successfully, but these errors were encountered: