Skip to content

Android notes

Ilkka Prusi edited this page Aug 8, 2022 · 5 revisions

1.) prerequisites

  • Android Studio or another suitable IDE (Eclipse, VSCode..)
  • Android SDK (included with Android Studio, separate download otherwise)
  • Flutter SDK

2.) build and run

  • for debugging on device, enable developer menu and enable USB debugging (or debugging over WiFi in Android 11+)
Clone this wiki locally