এখানে লিনাক্সের জন্য সিস্টেমের প্রয়োজনীয়তা রয়েছে:
প্রয়োজনীয়তা
সর্বনিম্ন
প্রস্তাবিত
ওএস
যেকোন 64-বিট লিনাক্স ডিস্ট্রিবিউশন যা Gnome, KDE, বা Unity DE সমর্থন করে; GNU C লাইব্রেরি (glibc) 2.31 বা তার পরে।
লিনাক্সের সর্বশেষ 64-বিট সংস্করণ
RAM
8 জিবি র্যাম
16 জিবি RAM বা তার বেশি
সিপিইউ
x86_64 CPU আর্কিটেকচার; ২য় প্রজন্মের ইন্টেল কোর বা নতুন, বা এএমডি ভার্চুয়ালাইজেশন (AMD-V) এবং SSSE3 এর জন্য সমর্থন সহ AMD প্রসেসর।
সর্বশেষ ইন্টেল কোর প্রসেসর
ডিস্ক স্থান
8 GB (IDE এবং Android SDK এবং এমুলেটর)
16 জিবি বা তার বেশি সহ সলিড স্টেট ড্রাইভ
স্ক্রীন রেজোলিউশন
1280 x 800
1920 x 1080
লিনাক্সে ইনস্টল করুন
একটি টার্মিনাল খুলুন এবং ডাউনলোড করা .deb ফাইলটি ইনস্টল করতে apt কমান্ডটি ব্যবহার করুন৷ apt ব্যবহার করা যেকোনো প্রয়োজনীয় নির্ভরতা পরিচালনা করতে সহায়তা করে। আপনার ডাউনলোড করা ফাইলের প্রকৃত পাথ দিয়ে /path/to/your_package.deb প্রতিস্থাপন করুন।
ডিফল্ট ইনস্টলেশন অবস্থান হল /opt/android-studio-for-platform/ ।
আপনার ইনস্টলেশনের bin ডিরেক্টরিতে অবস্থিত studio.sh স্ক্রিপ্টটি চালিয়ে ASfP চালু করুন।
/opt/android-studio-for-platform/bin/studio.sh
প্রথম লঞ্চে, আপনাকে পূর্ববর্তী সেটিংস (যদি থাকে) আমদানি করতে বলা হবে এবং তারপর সেটআপ উইজার্ডের মাধ্যমে নির্দেশিত হবে। প্রাথমিক কনফিগারেশন সম্পূর্ণ করতে প্রম্পটগুলি অনুসরণ করুন।
ঐচ্ছিক - একটি ডেস্কটপ এন্ট্রি তৈরি করতে, একবার IDE খোলা হলে ASfP মেনু বার থেকে Tools > Create Desktop Entry নির্বাচন করুন।
ঐচ্ছিক - কমান্ড লাইন থেকে সহজে অ্যাক্সেসের জন্য, আপনার সিস্টেমের PATH ভেরিয়েবলে bin ডিরেক্টরি যোগ করুন। আপনার শেল কনফিগারেশন ফাইলে নিম্নলিখিত লাইন যোগ করুন (উদাহরণস্বরূপ ~/.bashrc বা ~/.zshrc ফাইল):
source ~/.bashrc চালিয়ে ফাইলটি সোর্স করতে মনে রাখবেন বা পরিবর্তনগুলি কার্যকর করার জন্য একটি নতুন টার্মিনাল খুলুন।
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-09-04 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-09-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["Set up Android Studio for Platform in just a few clicks. First, check the system\nrequirements. Then\n[download the latest version of Android Studio](/studio/platform).\n\nLinux **Note:** Linux machines with ARM-based CPUs aren't supported.\n\nHere are the system requirements for Linux:\n\n| Requirement | Minimum | Recommended |\n|-------------------|--------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------|\n| OS | Any 64-bit Linux distribution that supports Gnome, KDE, or Unity DE; GNU C Library (glibc) 2.31 or later. | Latest 64-bit version of Linux |\n| RAM | 8 GB RAM | 16 GB RAM or more |\n| CPU | x86_64 CPU architecture; 2nd generation Intel Core or newer, or AMD processor with support for AMD Virtualization (AMD-V) and SSSE3. | Latest Intel Core processor |\n| Disk space | 8 GB (IDE and Android SDK and Emulator) | Solid state drive with 16 GB or more |\n| Screen resolution | 1280 x 800 | 1920 x 1080 |\n\nInstall on Linux\n\n1. Open a terminal and use the `apt` command to\n install the downloaded `.deb` file. Using `apt` helps handle any necessary\n dependencies. Replace `/path/to/your_package.deb` with the\n actual path to the file you downloaded.\n\n sudo apt update\n sudo apt install ./asfp-current-linux.deb\n\n The default installation location is `/opt/android-studio-for-platform/`.\n2. Launch ASfP by running the\n `studio.sh` script located in the `bin` directory of your installation.\n\n /opt/android-studio-for-platform/bin/studio.sh\n\n3. On the first launch, you'll be prompted to\n import previous settings (if any) and then guided through the [**setup\n wizard**](/studio/platform/projects/create-project). Follow the prompts to\n complete the initial configuration.\n\n4. Optional - To create a desktop entry, select **Tools \\\u003e Create Desktop\n Entry** from the ASfP menu bar once the IDE is open.\n\n5. Optional - For easier access from the command line, add the\n `bin` directory to your system's PATH variable. Add the following\n line to your shell configuration file (for example the `~/.bashrc` or\n `~/.zshrc` file):\n\n export PATH=\"$PATH:/opt/android-studio-for-platform/bin\"\n\n Remember to source the file by running `source ~/.bashrc` or open a new\n terminal for the changes to take effect."]]