Driver SDK を入手する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
開始する前に、システムが最小要件を満たしていることを確認し、環境で使用可能な Driver SDK を取得します。
最小システム要件を確認する
使用している Driver SDK のバージョンの最小要件については、リリースノートをご覧ください。
Driver SDK を使用するには: アプリは minSdkVersion
23 以上を対象とする必要があります。
Driver SDK を使用するアプリを実行するには: Android モバイル デバイスが次の最小要件を満たしている必要があります。
Android 6.0(API レベル 23)以降を搭載している。
Google Play 開発者サービスがインストールされている。
Navigation SDK がインストールされている。
Driver SDK を入手する
Google Maven リポジトリから Driver SDK バージョン 4.99 以降を取得します。
Gradle
次のコードを build.gradle
ファイルに追加します。
repositories {
...
google()
}
Maven
次のコードを pom.xml
ファイルに追加します。
<project>
...
<repositories>
<repository>
<id>google-maven-repository</id>
<url>https://maven.google.com</url>
</repository>
</repositories>
...
</project>
次のステップ
Google Cloud コンソール プロジェクトを構成する
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[[["\u003cp\u003eThe Driver SDK requires a minimum \u003ccode\u003eminSdkVersion\u003c/code\u003e of 23 and Android 6.0 (API level 23) or later on devices.\u003c/p\u003e\n"],["\u003cp\u003eDevices must have Google Play services and the Navigation SDK installed to run apps using the Driver SDK.\u003c/p\u003e\n"],["\u003cp\u003eDriver SDK versions 4.99 and later are available through the Google Maven repository for Gradle and Maven projects.\u003c/p\u003e\n"],["\u003cp\u003eYou'll need to configure a Google Cloud console project after setting up the SDK.\u003c/p\u003e\n"]]],[],null,["# Get the Driver SDK\n\nBefore you begin, verify your system meets the minimum requirements and get the\nDriver SDK available in your environment.\n\nCheck the minimum system requirements\n-------------------------------------\n\nFor the minimum requirements for the version of the Driver SDK you are using,\nsee [Release Notes](/maps/documentation/mobility/services/resources/relnotes_driver_sdk_android).\n\n**To use the Driver SDK** : Your app must target `minSdkVersion`\n23 or higher.\n\n**To run an app that uses the Driver SDK**: Android mobile devices must meet the\nfollowing minimum requirements:\n\n- Running Android 6.0 (API level\n 23) or later.\n\n- Have [Google Play services](https://developers.google.com/android/guides/overview) installed.\n\n- Have the Navigation SDK installed.\n\nGet the Driver SDK\n------------------\n\nGet the Driver SDK versions 4.99 and later from the Google Maven repository. \n\n### Gradle\n\nAdd the following to your `build.gradle` file: \n\n repositories {\n ...\n google()\n }\n\n### Maven\n\nAdd the following to your `pom.xml` file: \n\n \u003cproject\u003e\n ...\n \u003crepositories\u003e\n \u003crepository\u003e\n \u003cid\u003egoogle-maven-repository\u003c/id\u003e\n \u003curl\u003ehttps://maven.google.com\u003c/url\u003e\n \u003c/repository\u003e\n \u003c/repositories\u003e\n ...\n \u003c/project\u003e\n\nWhat's next\n-----------\n\n[Configure a Google Cloud console project](/maps/documentation/mobility/driver-sdk/scheduled/android/configure-project)"]]