-
Notifications
You must be signed in to change notification settings - Fork 0
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)
- Android command line tools may need to be downloaded as well (Android Studio has separate downloads for SDK and SDK tools)
- Flutter SDK (instructions in flutter.dev)
- Dart and Flutter plugins for IDE
2.) build and run
- for debugging on device, enable developer menu and enable USB debugging (or debugging over WiFi in Android 11+)
- geolocator_android requires Android SDK version 33