الحصول على Driver SDK
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
قبل البدء، تأكَّد من أنّ نظامك يستوفي الحد الأدنى من المتطلبات، واحصل على حزمة تطوير البرامج (SDK) الخاصة ببرنامج التشغيل المتوفّرة في بيئتك.
مراجعة الحدّ الأدنى لمتطلبات النظام
للاطّلاع على الحد الأدنى من المتطلبات لإصدار Driver SDK الذي تستخدمه، راجِع ملاحظات الإصدار.
لاستخدام Driver SDK: يجب أن يستهدف تطبيقك الإصدار minSdkVersion
23 أو إصدارًا أحدث.
لتشغيل تطبيق يستخدم Driver SDK، يجب أن تستوفي الأجهزة الجوّالة التي تعمل بنظام التشغيل Android الحد الأدنى من المتطلبات التالية:
أن يعمل جهازك بالإصدار 6.0 من نظام التشغيل Android (المستوى 23 من واجهة برمجة التطبيقات) أو إصدار أحدث
أن تكون خدمات Google Play مثبَّتة عليه
يجب تثبيت حزمة تطوير البرامج للتنقّل.
الحصول على Driver SDK
يمكنك الحصول على الإصدارات 4.99 والإصدارات الأحدث من Driver SDK من مستودع Google Maven.
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. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-17 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-17 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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)"]]