Skip to main content

Posts

Showing posts with the label android sdk

Learning Flutter (Part 2 - Install / Update Android Studio)

As my Android studio is outdated. Going to install a new one  https://developer.android.com/studio?utm_source=android-studio after downloaded the compressed tarball (.tar.gz) , extract to /opt directory! yeah i override the old one, as i have nothing to worry on eg environment settings. why need to store it in /opt directory? read this please :D  so i have something like  /opt/android-studio then we do the Android SDK update  . . . . today practice is a lot of waiting time :D . . .  Done  then install the Flutter & Dart plugins! ok then updating my Android emulator image! lol.  ..... another waiting time, i can say this practice should be done parallel with other activity. haha yes i am. very light2 and chill2 :D...  tutorial reference https://docs.flutter.dev/get-started/editor

Learning Flutter (Part 1 - Install Flutter)

 Trying to learn something new. Want to start with Flutter first. I do have some experience developing Android APP but that was a decade a ago. Using Android SDK to develop from scratch. However as time changed in a glimpse. Now its time to explore a new SDK! Flutter~   First i followed the instructions on how to install Flutter on my linux machine https://docs.flutter.dev/get-started/install/linux encountered few issues.  [!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)     ✗ cmdline-tools component is missing       Run `path/to/sdkmanager --install "cmdline-tools;latest"`       See https://developer.android.com/studio/command-line for more details.     ✗ Android license status unknown.       Run `flutter doctor --android-licenses` to accept the SDK licenses.       See https://flutter.dev/docs/get-started/instal...