FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:mergeDexDebug'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of method references in a .dex file cannot exceed 64K. Learn how to resolve this issue at https://developer.android.com/tools/building/multidex.html * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 36s [!] The shrinker may have failed to optimize the Java bytecode. To disable the shrinker, pass the `--no-shrink` flag to this command. To learn more, see: https://developer.android.com/studio/build/shrink-code Gradle task assembleDebug failed with exit code 1
MrAliFurkan Flutter doctor -v yazıp sonucu atar mısnız
Sorunu hallettim ilginiz için teşekkürler
MrAliFurkan Merhaba, Nasıl hallettiğinizide anlatır mısınız 🙂 başkalarıda bu hatayı alabilir zira
Uygulama düzeyindeki build.gradle’a şunları ekledim:
default config’e bunu: multiDexEnabled true
multiDexEnabled true
dependencies’e bunu implementation 'com.android.support:multidex:2.0.1'
implementation 'com.android.support:multidex:2.0.1'
sonra sorun halloldu
MrAliFurkan Elinize sağlık
Ancak pubspec.yaml dosyasına firebas_auth paketini eklediğim zaman şu hatayı veriyor:
`A package may not list itself as a dependency.
╷
22 │ firebase_auth: 0.15.5+3
│ ^^^^^^^^^^^^^
╵ pub get failed (65; ╵)`
bunu çözemedim
MrAliFurkan firebase_auth: ^0.15.5+3direkt eklediğinizde hata vermemeli.
firebase_auth: ^0.15.5+3
hata verrse firebase_auth: any şekline deneyin
Flutter Sağolun
Uygulama adıyla aynı olduğu için hata veriyormuş onu değiştirsem düzelir