We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried to launch the app on an Android emulator, and I have got the following error :
/Users/brandonguigo/workspace/lichess-org-mobile/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java:13: error: package androidx.multidex does not exist import androidx.multidex.MultiDex; ^ /Users/brandonguigo/workspace/lichess-org-mobile/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java:23: error: cannot find symbol MultiDex.install(this); ^ symbol: variable MultiDex location: class FlutterMultiDexApplication 2 errors FAILURE: Build failed with an exception.
I expected the app to launch successfully
It crashed during build with a missing multidex error
Pixel 7 Pro emulator
Android 14
It seems to be working when adding into android/app/build.gradle the following line:
android/app/build.gradle
dependencies { ... implementation 'com.android.support:multidex:2.0.1' }
I have a fork branch with the fork and can make a PR if necessary :)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What is the problem?
I've tried to launch the app on an Android emulator, and I have got the following error :
Steps to reproduce the bug
What did you expect to happen?
I expected the app to launch successfully
What happened instead?
It crashed during build with a missing multidex error
Device Info
Pixel 7 Pro emulator
Operating System Version
Android 14
Additional information
It seems to be working when adding into
android/app/build.gradle
the following line:I have a fork branch with the fork and can make a PR if necessary :)
The text was updated successfully, but these errors were encountered: