নির্ভরতা ঘোষণা করুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ড্রাইভার SDK এবং ফ্লিট ইঞ্জিনের মধ্যে মসৃণ যোগাযোগ নিশ্চিত করতে, আপনাকে প্রয়োজনীয় নির্ভরতা ঘোষণা করতে হবে। এতে আপনার প্রজেক্টে নির্দিষ্ট লাইব্রেরি যোগ করা এবং ProGuard ব্যবহার করলে আপনার কনফিগারেশন ফাইল আপডেট করা জড়িত।
ProGuard কনফিগারেশন আপডেট করুন
আপনি যদি আপনার বিল্ডগুলি অপ্টিমাইজ করতে ProGuard ব্যবহার করেন তবে আপনাকে আপনার ProGuard কনফিগারেশন ফাইলে নিম্নলিখিত লাইনগুলি যুক্ত করতে হতে পারে:
-dontwarn com.google.**
-dontwarn io.grpc.**
-dontwarn okio.**
ProGuard সর্বনিম্ন Android API স্তর 23 সমর্থন করে।
এরপর কি
প্রমাণীকরণ টোকেন তৈরি করুন
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-09-03 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-09-03 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Driver SDK requires specific dependencies to communicate with Fleet Engine, including adding libraries and updating ProGuard configuration.\u003c/p\u003e\n"],["\u003cp\u003eIf using ProGuard for optimization, add specific lines to your configuration file to avoid warnings related to the required libraries.\u003c/p\u003e\n"],["\u003cp\u003eProGuard supports a minimum Android API level of 23 for Driver SDK integration.\u003c/p\u003e\n"],["\u003cp\u003eFor subsequent steps, proceed to creating authentication tokens for securing communication.\u003c/p\u003e\n"]]],[],null,["# Declare dependencies\n\nTo ensure smooth communication between the Driver SDK and Fleet Engine, you need\nto declare the necessary dependencies. This involves adding\nspecific libraries to your project and, if using ProGuard, updating your\nconfiguration file.\n\nUpdate ProGuard configuration\n-----------------------------\n\nIf you use [ProGuard](https://www.guardsquare.com/en/products/proguard) to optimize your builds, you may need to add the\nfollowing lines to your ProGuard configuration file: \n\n -dontwarn com.google.**\n -dontwarn io.grpc.**\n -dontwarn okio.**\n\nProGuard supports the minimum Android API level 23.\n\nWhat's next\n-----------\n\n[Create authentication tokens](/maps/documentation/mobility/driver-sdk/scheduled/android/authenticate)"]]