Thuta Learning
ရှာဖွေရန်
BasicMobile Developmentintermediate

Android Studio Setup

စိတ်လျှော့ပါ။ ဒီခန်းကို စာအုပ်လိုမဟုတ်ဘဲ စကားပြောသလိုပဲ၊ နားလည်လွယ်အောင် ရှင်းပါမယ်။

ဒီခန်းပြီးရင် ဘာတတ်သွားမလဲ

  • Android Studio Setup ကို ကြောက်စရာမလိုအောင် နားလည်မယ်
  • ကိုယ်တိုင် Android Studio/Compose code ကို run ကြည့်တတ်မယ်
  • Real project ထဲမှာ ဒီ concept ကို ချက်ချင်း အသုံးချတတ်မယ်

ခဏလေး ဒီလိုပဲ စဉ်းစားကြည့်

Android Studio က Android app develop ဖို့ official IDE ပါ — code editor, Gradle build system, emulator manager, debugger အားလုံး built-in ပါဝင်ပါတယ်။ Emulator (AVD - Android Virtual Device) က physical phone မလိုအပ်ဘဲ, computer ပေါ်မှာ virtual Android device တစ်ခုကို run ပြီး app ကို test လုပ်နိုင်ပါတယ် — device model (Pixel 8), Android version (API level) ကို ရွေးချယ်နိုင်ပါတယ်.

လက်တွေ့ scenario နဲ့ ချိတ်ကြည့်မယ်

Android Studio ကို install လုပ်ပြီးရင်, 'Virtual Device Manager' ကနေ AVD အသစ်တစ်ခု create လုပ်ပါ — API level 34 (Android 14) လိုမျိုး latest stable version ကို ရွေးချယ်ပါ။ Physical Android phone ရှိရင် USB debugging ဖွင့်ပြီး တိုက်ရိုက် test လုပ်လို့လည်း ရပါတယ် — emulator ထက် performance ပိုမြန်ပါတယ်.

အတူတူ ကြည့်မယ်

text
Setup checklist:

1. Download Android Studio from developer.android.com
2. Install with default settings (SDK, emulator components included)
3. Open "Virtual Device Manager" -> Create Device -> Pixel 8 -> API 34
4. Launch the emulator, confirm it boots to the home screen
You should see
Emulator (Pixel 8, API 34) run ပြီး home screen ပေါ်နေတာ တွေ့ရမည်။

၅ မိနစ် စမ်းကြည့်

Android Studio ကို install လုပ်ပြီး emulator တစ်ခု create/launch လုပ်ကြည့်ပါ — home screen ရောက်တဲ့အထိ စောင့်ကြည့်ပါ။

သတိလေးတစ်ချက်

Emulator run ဖို့ hardware virtualization (Intel HAXM/AMD-V) ကို BIOS ထဲမှာ enable ထားဖို့ လိုအပ်ပါတယ် — disable ဖြစ်နေရင် emulator extremely slow ဖြစ်နိုင်ပါတယ်။

ဒီနေရာမှာ လူအများမှားတတ်တယ်

  • Emulator ရဲ့ RAM/disk allocation ကို computer spec ထက် ကြီးလွန်းအောင် ချထားခြင်း — emulator slow ဒါမှမဟုတ် crash ဖြစ်နိုင်ပါတယ်
  • API level (Android version) ကို too old (API 21 လိုမျိုး) ရွေးချယ်ခြင်း — Jetpack Compose feature အသစ်တွေ support မရနိုင်ပါ

အခု ကိုယ်တိုင် စမ်းကြည့်

Android Studio ကို install လုပ်ပြီး emulator တစ်ခု create/launch လုပ်ကြည့်ပါ — home screen ရောက်တဲ့အထိ စောင့်ကြည့်ပါ။

You'll know it worked when: Emulator (Pixel 8, API 34) run ပြီး home screen ပေါ်နေတာ တွေ့ရမည်။

Android Studio Setup | Thuta Learning