পরীক্ষা সম্পদ বিতরণ
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অ্যাসেট প্যাকগুলি পুনরুদ্ধার করতে আপনার অ্যাপ কীভাবে Play অ্যাসেট ডেলিভারি একীভূত করে তা পরীক্ষা করতে এই গাইডের ধাপগুলি ব্যবহার করুন৷
স্থানীয় পরীক্ষা
প্লে অ্যাসেট ডেলিভারি bundletool
ব্যবহার করে গেমের একটি নতুন সংস্করণ ইনস্টল করে স্থানীয় পরীক্ষা সমর্থন করে। দ্রুত, পুনরাবৃত্তিমূলক চক্রের জন্য স্থানীয় পরীক্ষা ব্যবহার করুন কারণ এটি Google Play সার্ভারে গেমটি আপলোড করার প্রয়োজন এড়ায়। আপনি জাভা, নেটিভ বা ইউনিটিতে বিকাশ করছেন কিনা তা নির্ভর করে আপনাকে যে পদক্ষেপগুলি নিতে হবে।
জাভা বা নেটিভ
স্থানীয়ভাবে আপনার অ্যাপ পরীক্ষা করতে এই পদক্ষেপগুলি অনুসরণ করুন:
আপনার অ্যাপ বান্ডিল তৈরি করুন ।
--local-testing
পতাকা সহ APK তৈরি করুন:
java -jar bundletool-all.jar build-apks --bundle=path/to/your/bundle.aab \
--output=output.apks --local-testing
একটি ডিভাইস সংযুক্ত করুন এবং APKগুলি সাইডলোড করতে bundletool
চালান:
java -jar bundletool.jar install-apks --apks=output.apks
ঐক্য
ইউনিটি এডিটরে, Google > Build and Run নির্বাচন করুন।
আচরণ
অ্যাপ ইনস্টলেশন প্রক্রিয়া চলাকালীন install-time
প্যাক ইনস্টল করা হবে।
fast-follow
প্যাকগুলি on-demand
প্যাক হিসাবে আচরণ করে। অর্থাৎ, গেমটি সাইডলোড হয়ে গেলে সেগুলি স্বয়ংক্রিয়ভাবে আনা হবে না। গেমটি শুরু হলে বিকাশকারীদের ম্যানুয়ালি তাদের অনুরোধ করতে হবে; এর জন্য আপনার অ্যাপে কোনো কোড পরিবর্তনের প্রয়োজন নেই।
সীমাবদ্ধতা
নিম্নলিখিত স্থানীয় পরীক্ষার সীমাবদ্ধতা:
- প্যাকগুলি প্লে-এর পরিবর্তে বাহ্যিক সঞ্চয়স্থান থেকে আনা হয়, তাই নেটওয়ার্ক ত্রুটির ক্ষেত্রে আপনার কোড কীভাবে আচরণ করে তা আপনি পরীক্ষা করতে পারবেন না।
- স্থানীয় পরীক্ষায় ওয়াই-ফাই-এর জন্য অপেক্ষার দৃশ্যকল্প কভার করে না।
- আপডেট সমর্থিত নয়. আপনার বিল্ডের একটি নতুন সংস্করণ ইনস্টল করার আগে, ম্যানুয়ালি পূর্ববর্তী সংস্করণটি আনইনস্টল করুন৷
অভ্যন্তরীণ অ্যাপ শেয়ারিং দিয়ে পরীক্ষা করা হচ্ছে
আপনি যখন রিলিজ প্রার্থীর কাছাকাছি যাচ্ছেন, আপনার গেমটি যতটা সম্ভব বাস্তবসম্মত কনফিগারেশন ব্যবহার করে পরীক্ষা করুন যাতে আপনার গেমটি উৎপাদনে আপনার ব্যবহারকারীদের জন্য ভাল পারফর্ম করবে। এটিকে যাচাই করার জন্য, আপনি একটি শেয়ারযোগ্য লিঙ্ক পেতে অভ্যন্তরীণ অ্যাপ শেয়ারিং ব্যবহার করতে পারেন যা আপনি প্লে থেকে গেমটি ডাউনলোড করতে ব্যবহার করতে পারেন যখন আপনার ব্যবহারকারীরা প্লে স্টোরে গেমটি প্রকাশ করার পরে ঠিক একই আচরণ পাবেন।
অভ্যন্তরীণ অ্যাপ শেয়ারিং ব্যবহার করে সম্পদ বিতরণ পরীক্ষা করতে, নিম্নলিখিতগুলি করুন:
- আপনার অ্যাপ বান্ডিল তৈরি করুন।
- কীভাবে আপনার অ্যাপ অভ্যন্তরীণভাবে শেয়ার করবেন সেই বিষয়ে প্লে কনসোলের নির্দেশাবলী অনুসরণ করুন।
- পরীক্ষামূলক ডিভাইসে, আপনি এইমাত্র আপলোড করা আপনার অ্যাপের সংস্করণের জন্য অভ্যন্তরীণ অ্যাপ-শেয়ারিং লিঙ্কে ক্লিক করুন।
- লিঙ্কটি ক্লিক করার পরে আপনি Google Play Store পৃষ্ঠা থেকে অ্যাপটি ইনস্টল করুন।
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Test asset delivery\n\nUse the steps in this guide to test how your app integrates Play Asset Delivery\nto retrieve asset packs.\n\nLocal testing\n-------------\n\nPlay Asset Delivery supports local testing by installing a new version of the\ngame using [`bundletool`](/studio/command-line/bundletool). Use local testing\nfor quick, iterative cycles as it avoids the need to upload the game to Google\nPlay servers. The steps you need to take depend on whether you're\ndeveloping in Java, native, or Unity.\n\n- [Java](#steps-native-java)\n- [Native](#steps-native-java)\n- [Unity](#steps-unity)\n\n### Java or native\n\nFollow these steps to test your app locally:\n\n1. [Build your app bundle](/guide/playcore/asset-delivery#next-step-instructions).\n\n2. Generate APKs with the `--local-testing` flag:\n\n ```\n java -jar bundletool-all.jar build-apks --bundle=path/to/your/bundle.aab \\\n --output=output.apks --local-testing\n ```\n3. Connect a device and run `bundletool` to sideload the APKs:\n\n ```\n java -jar bundletool.jar install-apks --apks=output.apks\n ```\n\n### Unity\n\nIn the Unity Editor, select **Google \\\u003e Build and Run**.\n\n### Behavior\n\n`install-time` packs will be installed during the app installation process.\n\n`fast-follow` packs behave as `on-demand` packs. That is, they won't be\nautomatically fetched when the game is sideloaded. Developers need to request\nthem manually when the game starts; this does not require any code changes in\nyour app.\n\n### Limitations\n\nThe following are limitations of local testing:\n\n- Packs fetch from external storage instead of Play, so you cannot test how your code behaves in the case of network errors.\n- Local testing does not cover the wait-for-Wi-Fi scenario.\n- Updates are not supported. Before installing a new version of your build, manually uninstall the previous version.\n\nTesting with internal app sharing\n---------------------------------\n\nAs you get closer to having a release candidate, test\nyour game using as realistic a configuration as possible to make sure that your game will perform\nwell for your users in production. To validate this, you can use\n[internal app sharing](https://support.google.com/googleplay/android-developer/answer/9303479)\nto get a sharable link that you can use to download the game from Play while\ngetting the exact same behaviour as your users will once the game is\npublished to the Play Store.\n\nTo test Asset Delivery using internal app sharing, do the following:\n\n1. Build your app bundle.\n2. Follow the Play Console instructions on how to [share your app internally](https://support.google.com/googleplay/android-developer/answer/9303479).\n3. On the test device, click the internal app-sharing link for the version of your app you just uploaded.\n4. Install the app from the Google Play Store page you see after clicking the link."]]