Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 905 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 905 Bytes

new_wear_os

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

vorbild

https://medium.com/flutter-community/flutter-building-wearos-app-fedf0f06d1b4

build app

flutter build apk --release

adb

# connect to watch
adb.exe connect 172.16.2.68:5555
adb.exe devices

# install
adb.exe -s 172.16.2.68:5555 install app.apk