Home

Published

- 1 min read

flutter adb install

img of flutter adb install

The solution for this is noted below

flutter adb install

Solution

   # Windows (& within project folder)

flutter clean
flutter build apk --release
adb install build\app\outputs\flutter-apk\app-release.apk

Try other methods by searching on the site. That is if this doesn’t work