드라이버 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 콘솔 프로젝트 구성
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-17(UTC)
[null,null,["최종 업데이트: 2025-08-17(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,["Before 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\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\nGet the Driver SDK versions 4.99 and later from the Google Maven repository. \n\nGradle\n\nAdd the following to your `build.gradle` file: \n\n repositories {\n ...\n google()\n }\n\nMaven\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[Configure a Google Cloud console project](/maps/documentation/mobility/driver-sdk/scheduled/android/configure-project)"]]