Skip to content Skip to sidebar Skip to footer

Adb Exited With Exit Code 1

I'm getting the following error when running my flutter project on Android Emulator. It works fine on iOS Simulator and the project is also fine on my other Mac (runs on both Andro

Solution 1:

I know two reason that lead to this error :

  • Maybe your device/emulator's storage is full. Try deleting some apps or similar to free up storage.

Or

  • Invalid package name . for example using capital letter in package name. use this to change package name in flutter

Solution 2:

I run flutter clean every time I get this and it seems to fix it.

Solution 3:

Solution 4:

This error will appear when your device hasn't enough storage for installing the application if you work with Flutter, the android studio doesn't tell the exact problem.

Solution 5:

Allow 'installing apps from usb' on your phone if you get this error on physical device

Post a Comment for "Adb Exited With Exit Code 1"