Android SDK folder structure

Is there such a link ( http://refspecs.linuxfoundation.org/FHS_2.3/fhs-2.3.html ) that explains the folders inside the main Android SDK folder?


Based on the answer I have received so far, I think I need to clarify what I'm looking for.

I wanted to know the basis for the SDK, which will be divided into these folders (screenshot below). For example, something similar to the following excerpt in the "Readme.txt SDK"

"Platform-tools contains build tools that are periodically updated to support new features on the Android platform (therefore, they are separated from the basic SDK tools), including adb, dexdump, and others."

Contents of android-sdk folder

I put a copy of the android-sdk folder in a folder separate from the IDE so that it can be shared.

+6
3

//

Android SDK Android-

+1

, . , . :

 # platform-tools: Updated each AOSP version; always backwards compatible
 # tools/bin: Platform-independent tools to help building/using android
 #            eg lint, sdkmanager, monkeyrunner
 # build-tools/<version>: Compilation tools, required to build.
 #            AOSP version specific, typically used by AS directly

. Https://developer.android.com/studio/command-line/ https://www.programering.com/a/MDMyMzNwATk.html.

0

No, this is a proprietary project from Google, so they do not need to follow any standard.

-1
source

All Articles