dropbox / dropbox/dropbox-sdk-java

Cannot resolve anything in com.dropbox.core.android

未关闭
#481 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
627
派生
463
平均合并
5 分钟
30 天内合并 PR
10

描述

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:

```
implementation 'com.dropbox.core:dropbox-core-sdk:5.4.4'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20'
```

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!

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。