2
Error: ADB exited with exit code 1
Performing Streamed Install

adb: failed to install C:\Users\Troy\StudioProjects\Test_app\build\app\outputs\flutter-apk\app.apk:
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
Error launching application on sdk gphone64 x86 64.
Markus
  • 5,976
  • 5
  • 6
  • 21
  • 1
    `INSTALL_FAILED_INSUFFICIENT_STORAGE` means there is not enough free storage on the phone you want to install the APK file on. – Robert Sep 24 '22 at 10:39

1 Answers1

0

Go to the AVD Manager on Android Studio and edit the AVD you are using. Click Show Advanced Settings and find the settings Internal Storage and SD Card under Memory and Storage. Change the settings as desired. Click Finish and wipe the AVD by clicking the dropdown then Wipe Data.

More Info

Ace
  • 33
  • 1
  • 6