Android Studio เป็น IDE อย่างเป็นทางการสำหรับการพัฒนา Android และ Gradle เป็นระบบ build ที่มันใช้ ทั้งสองอย่างนี้ให้สภาพแวดล้อมและเครื่องมือในการเขียน build ทดสอบ และ deploy แอป Android การเข้าใจมันเป็นความรู้พื้นฐานเชิงปฏิบัติ
Android Studio — IDE
ANDROID STUDIO = the official Android IDE (based on IntelliJ):
→ code editor (Kotlin/Java) with Android-aware assistance
→ LAYOUT editor (design UIs visually or in XML); Compose previews
→ EMULATOR (run apps on virtual devices); device manager
→ DEBUGGER, profilers (CPU, memory, network), Logcat (logs)
→ integrated build, run, test, and deployment tools
→ The all-in-one environment for Android development.
