Skip to content

Commit

Permalink
fix "couldn't find libflutter.so" error
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Dec 28, 2018
1 parent 7896da1 commit 2775293
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ android {
// Add this line to resolve "unable to merge dex" error, c.f.
// https://github.com/flutter/flutter/issues/14874.
multiDexEnabled true
// Add this to resolve the "couldn't find libflutter.so" error, c.f.
// https://github.com/flutter/flutter/issues/18939#issuecomment-402447315.
ndk {
abiFilters "armeabi", "x86", "armeabi-v7a"
}
}

signingConfigs {
Expand Down

0 comments on commit 2775293

Please sign in to comment.