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

Changing Package/Version name in Flutter

Testing IAP