ड्राइवर SDK टूल पाएं
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
शुरू करने से पहले, पुष्टि करें कि आपका सिस्टम बुनियादी ज़रूरी शर्तों को पूरा करता हो. साथ ही, अपने एनवायरमेंट में Driver SDK उपलब्ध कराएं.
सिस्टम की ज़रूरी शर्तें देखना
ड्राइवर एसडीके के जिस वर्शन का इस्तेमाल किया जा रहा है उसके लिए ज़रूरी शर्तें जानने के लिए, रिलीज़ नोट देखें.
Driver SDK टूल का इस्तेमाल करने के लिए: आपका ऐप्लिकेशन, minSdkVersion
23 या उसके बाद के लेवल को टारगेट करता हो.
Driver SDK का इस्तेमाल करने वाले ऐप्लिकेशन को चलाने के लिए: Android मोबाइल डिवाइसों को ये ज़रूरी शर्तें पूरी करनी होंगी:
Android 6.0 (एपीआई लेवल 23) या इसके बाद के वर्शन पर चल रहा हो.
Google Play services इंस्टॉल होना चाहिए.
Navigation SDK इंस्टॉल किया गया हो.
Driver SDK पाना
Google Maven रिपॉज़िटरी से Driver SDK के वर्शन 4.99 और इसके बाद के वर्शन पाएं.
ग्रेडल
अपनी 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 Console प्रोजेक्ट को कॉन्फ़िगर करना
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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)"]]