הצהרה על יחסי תלות
כדי להבטיח תקשורת חלקה בין Driver SDK לבין Fleet Engine, צריך להצהיר על יחסי התלות הנדרשים. לשם כך, צריך להוסיף לפרויקט ספריות ספציפיות, ואם משתמשים ב-ProGuard, צריך לעדכן את קובץ התצורה.
עדכון ההגדרה של ProGuard
אם אתם משתמשים ב-ProGuard כדי לבצע אופטימיזציה של גרסאות build, יכול להיות שתצטרכו להוסיף את השורות הבאות לקובץ התצורה של ProGuard:
-dontwarn com.google.**
-dontwarn io.grpc.**
-dontwarn okio.**
ProGuard תומך ברמת API 23 ומעלה של Android.
המאמרים הבאים
יצירת אסימוני אימות
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-01-14 (שעון UTC).
[null,null,["עדכון אחרון: 2025-01-14 (שעון UTC)."],[[["Establish seamless communication between the Driver SDK and Fleet Engine by declaring necessary dependencies, including adding specific libraries."],["When using ProGuard for build optimization, update your ProGuard configuration file with provided lines to prevent warnings and ensure compatibility with Android API level 23 and above."],["Proceed to create authentication tokens for secure communication and functionality within your integration."]]],[]]