ড্রাইভার SDK পান
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আপনি শুরু করার আগে, আপনার সিস্টেমটি ন্যূনতম প্রয়োজনীয়তা পূরণ করে তা যাচাই করুন এবং আপনার পরিবেশে ড্রাইভার SDK উপলব্ধ করুন।
ন্যূনতম সিস্টেম প্রয়োজনীয়তা পরীক্ষা করুন
আপনি যে ড্রাইভার SDK ব্যবহার করছেন তার সংস্করণের জন্য ন্যূনতম প্রয়োজনীয়তার জন্য, রিলিজ নোট দেখুন।
ড্রাইভার SDK ব্যবহার করতে : আপনার অ্যাপটি অবশ্যই minSdkVersion
23 বা উচ্চতর টার্গেট করবে৷
ড্রাইভার SDK ব্যবহার করে এমন একটি অ্যাপ চালানোর জন্য : Android মোবাইল ডিভাইসগুলিকে অবশ্যই নিম্নলিখিত ন্যূনতম প্রয়োজনীয়তাগুলি পূরণ করতে হবে:
ড্রাইভার SDK পান
Google Maven সংগ্রহস্থল থেকে ড্রাইভার SDK সংস্করণ 4.99 এবং পরবর্তী সংস্করণগুলি পান৷
গ্রেডল
আপনার build.gradle
ফাইলে নিম্নলিখিত যোগ করুন:
repositories {
...
google()
}
মাভেন
আপনার pom.xml
ফাইলে নিম্নলিখিত যোগ করুন:
<project>
...
<repositories>
<repository>
<id>google-maven-repository</id>
<url>https://maven.google.com</url>
</repository>
</repositories>
...
</project>
এরপর কি
একটি Google ক্লাউড কনসোল প্রকল্প কনফিগার করুন
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 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 and can be added using Gradle or Maven.\u003c/p\u003e\n"],["\u003cp\u003eAfter setup, proceed to configure a Google Cloud console project for further implementation.\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/on-demand/android/configure-project)"]]