İlginiz için teşekkür ederim. Android studio’da main.dart ın olduğu yerde bu hatayı veriyor.
You are building a fat APK that includes binaries for android-arm, android-arm64, android-x64.
If you are deploying the app to the Play Store, it’s recommended to use app bundles or split the APK to reduce the APK size.
To generate an app bundle, run:
flutter build appbundle –target-platform android-arm,android-arm64,android-x64
Learn more on: https://developer.android.com/guide/app-bundle
To split the APKs per ABI, run:
flutter build apk –target-platform android-arm,android-arm64,android-x64 –split-per-abi
Learn more on: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:app:lintVitalRelease’.
Could not resolve all artifacts for configuration ‘:app:profileRuntimeClasspath’.
Failed to transform libs.jar to match attributes {artifactType=processed-jar, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}.
> Execution failed for JetifyTransform: /Users/cubdo/Desktop/cigkoftegetir_app/build/app/intermediates/flutter/profile/libs.jar.
> Failed to transform ‘/Users/cubdo/Desktop/cigkoftegetir_app/build/app/intermediates/flutter/profile/libs.jar’ using Jetifier. Reason: FileNotFoundException, message: /Users/cubdo/Desktop/cigkoftegetir_app/build/app/intermediates/flutter/profile/libs.jar (No such file or directory). (Run with –stacktrace for more details.)
Please file a bug at http://issuetracker.google.com/issues/new?component=460323.
BUILD FAILED in 9s
Running Gradle task ‘assembleRelease’…
Running Gradle task ‘assembleRelease’… Done 11.9s
Gradle task assembleRelease failed with exit code 1
https://hizliresim.com/wUTNJy
fakat flutter run komutu ile sorunsuz çalışıyor.
android olarak açtığımda ise
https://hizliresim.com/wuAcKL
ve
https://hizliresim.com/qqXsBd