Here’s everything you need to know to get and use the Android source code from the official open-source repository:
Here’s everything you need to know to get and use the Android source code from the official open-source repository:
Here’s everything you need to know to get and use the Android source code from the official open-source repository:
The Android Open Source Project (AOSP) is the official source code of the Android operating system, maintained by Google.
A Linux-based OS (Ubuntu 20.04+ is recommended)
200–300 GB of free disk space
At least 16 GB RAM
Git, Python, JDK 11, and the repo
tool
Install required packages:
bashsudo apt update sudo apt install openjdk-11-jdk git curl python3
Install the repo
tool:
bashmkdir -p ~/bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
export PATH=~/bin:$PATH
Create a working directory:
bashmkdir ~/aosp
cd ~/aosp
Initialize the repo:
bashrepo init -u https://android.googlesource.com/platform/manifest
Sync the source (this may take hours):
bashrepo sync
frameworks/base/
– Core Android APIs
packages/apps/
– Default Android apps (like Dialer, Settings)
system/core/
– Android's system services
kernel/
– Kernel sources (if available)
hardware/
– HAL (hardware abstraction layer)
এইটা একটি বিজ্ঞাপন এরিয়া। সিরিয়ালঃ ১
এইটা একটি বিজ্ঞাপন এরিয়া। সিরিয়ালঃ ৬
অর্ডিনারি আইটির নীতিমালা মেনে কমেন্ট করুন। প্রতিটি কমেন্ট রিভিউ করা হয়।
comment url