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
Post a Comment