Cannot resolve anything in com.dropbox.core.android

オープン
#481 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
android, java
領域
mobile-dev

調査の方向性

まず build.gradle の依存関係を確認し、解決された dropbox-core-sdk:5.4.4 アーティファクトを、想定される com.dropbox.core.android パッケージと比較します。Auth と AuthActivity が存在するか、または別の Android 依存関係が必要かを確認してください。Android クラスが解決され、OAuth のセットアップを進められれば完了です。

索引モデルが issue の本文から書いたものです。

説明

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!

主要言語
Java
スター
627
フォーク
463
平均マージ
5分
マージ済み PR(30日)
10

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

dropbox/dropbox-sdk-java のほかの issue

dropbox/dropbox-sdk-java の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。