dropbox / dropbox/dropbox-sdk-java
Cannot resolve anything in com.dropbox.core.android
- 主要言語
- Java
- スター
- 627
- フォーク
- 463
- 平均マージ
- 5分
- マージ済み PR(30日)
- 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!
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず build.gradle の依存関係を確認し、解決された dropbox-core-sdk:5.4.4 アーティファクトを、想定される com.dropbox.core.android パッケージと比較します。Auth と AuthActivity が存在するか、または別の Android 依存関係が必要かを確認してください。Android クラスが解決され、OAuth のセットアップを進められれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- android, java
- 領域
- mobile-dev
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100