Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトにスライドメニューライブラリを追加した後、この問題が発生しています
「インポート org.apache.http.entity.mime を解決できません」
これを解決するのを手伝ってください。
Googleではorg.apache.* パッケージを削除したため、23 未満MarshMallowを使用するか、次のような外部依存関係によって必要な apache パッケージをインポートする必要があります。CompileSdkVersion
MarshMallow
CompileSdkVersion
compile "org.apache.httpcomponents:httpcore:4.2.4" compile "org.apache.httpcomponents:httpmime:4.3"