Common Errors

adb: failed to install E:\FlutterProjects\learn_english\build\app\outputs\apk\app.apk: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]


To solve this issue, close the currently opened emulator.

Go to AVD manager from Android Studio > Tools

Selection More icon in the action tab of your virtual device and choose Wipe data

Weird guawa conflict error when building with firebase services 

Add the following line in the build.gradle file dependencies
implementation 'com.google.guava:guava:27.0.1-android'




Comments

Popular posts from this blog

Publishing Flutter app

Solving flutter web app CORS policy

Flutter app crashing without any logs when building in debug mode.