flutter/flutter

[google_maps_flutter] fatal exception and crash on Android: java.lang.AbstractMethodError

pamir72 opened this issue · 49 comments

After upgrading to Flutter (Channel dev, 1.25.0-8.0.pre), when I start google maps (google_maps_flutter: 1.0.6), I have an issuer and crash:

java.lang.AbstractMethodError: abstract method "void io.flutter.plugin.platform.PlatformView.onFlutterViewAttached(android.view.View)"
E/AndroidRuntime(21906): 	at io.flutter.plugin.platform.VirtualDisplayController.onFlutterViewAttached(VirtualDisplayController.java:181)
E/AndroidRuntime(21906): 	at io.flutter.plugin.platform.PlatformViewsController$1.createVirtualDisplayForPlatformView(PlatformViewsController.java:233)
E/AndroidRuntime(21906): 	at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.create(PlatformViewsChannel.java:104)
E/AndroidRuntime(21906): 	at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.onMethodCall(PlatformViewsChannel.java:59)
E/AndroidRuntime(21906): 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233)
E/AndroidRuntime(21906): 	at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
E/AndroidRuntime(21906): 	at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:738)
E/AndroidRuntime(21906): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/AndroidRuntime(21906): 	at android.os.MessageQueue.next(MessageQueue.java:326)
E/AndroidRuntime(21906): 	at android.os.Looper.loop(Looper.java:160)
E/AndroidRuntime(21906): 	at android.app.ActivityThread.main(ActivityThread.java:6669)
E/AndroidRuntime(21906): 	at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(21906): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
E/AndroidRuntime(21906): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
I/Process (21906): Sending signal. PID: 21906 SIG: 9
Lost connection to device.

flutter doctor -v

[✓] Flutter (Channel dev, 1.25.0-8.0.pre, on macOS 11.0.1 20B29 darwin-x64, locale ru-RU)
    • Flutter version 1.25.0-8.0.pre at 
    • Framework revision a12e2a473a (3 days ago), 2020-12-08 23:13:04 -0500
    • Engine revision df39e5c515
    • Dart version 2.12.0 (build 2.12.0-133.0.dev)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at 
    • Platform android-30, build-tools 29.0.2
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 12.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.2, Build version 12B45b
    • CocoaPods version 1.9.3

[✓] Android Studio (version 4.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)

[✓] Connected device (1 available)
    • AOSP on IA Emulator (mobile) • emulator-5554 • android-x86 • Android 9 (API 28) (emulator)

• No issues found!

    dependencies {
        classpath 'com.android.tools.build:gradle:4.1.1'
        classpath 'com.google.gms:google-services:4.3.4'
    }

Note:
Tested
Android 9, Android 10, Android 11 - exception and crash
Android 6 - ok

I am having the same issue with google_maps_flutter:

I/Google Maps Android API( 6402): Google Play services client version: 12451000
I/Google Maps Android API( 6402): Google Play services package version: 201817022
E/AndroidRuntime( 6402): FATAL EXCEPTION: main
E/AndroidRuntime( 6402): Process: com.rivex.smart.maceda.debug, PID: 6402
E/AndroidRuntime( 6402): java.lang.AbstractMethodError: abstract method "void io.flutter.plugin.platform.PlatformView.onFlutterViewAttached(android.view.View)"
E/AndroidRuntime( 6402): 	at io.flutter.plugin.platform.VirtualDisplayController.onFlutterViewAttached(VirtualDisplayController.java:181)
E/AndroidRuntime( 6402): 	at io.flutter.plugin.platform.PlatformViewsController$1.createVirtualDisplayForPlatformView(PlatformViewsController.java:233)
E/AndroidRuntime( 6402): 	at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.create(PlatformViewsChannel.java:104)
E/AndroidRuntime( 6402): 	at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.onMethodCall(PlatformViewsChannel.java:59)
E/AndroidRuntime( 6402): 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233)
E/AndroidRuntime( 6402): 	at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
E/AndroidRuntime( 6402): 	at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:738)
E/AndroidRuntime( 6402): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/AndroidRuntime( 6402): 	at android.os.MessageQueue.next(MessageQueue.java:335)
E/AndroidRuntime( 6402): 	at android.os.Looper.loop(Looper.java:183)
E/AndroidRuntime( 6402): 	at android.app.ActivityThread.main(ActivityThread.java:7656)
E/AndroidRuntime( 6402): 	at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 6402): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
E/AndroidRuntime( 6402): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
I/Process ( 6402): Sending signal. PID: 6402 SIG: 9
Lost connection to device.

flutter doctor -v

[✓] Flutter (Channel dev, 1.25.0-8.0.pre, on macOS 11.0.1 20B29 darwin-x64, locale pt-PT)
    • Flutter version 1.25.0-8.0.pre at /Users/luisgermanrt/Development/flutter
    • Framework revision a12e2a473a (3 days ago), 2020-12-08 23:13:04 -0500
    • Engine revision df39e5c515
    • Dart version 2.12.0 (build 2.12.0-133.0.dev)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at /Users/luisgermanrt/Library/Android/sdk
    • Platform android-30, build-tools 30.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 12.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.2, Build version 12B45b
    • CocoaPods version 1.9.3

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 4.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)

[✓] IntelliJ IDEA Community Edition (version 2020.3)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    • Flutter plugin version 52.0.5
    • Dart plugin version 203.5981.152

[✓] VS Code (version 1.52.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.16.0

[✓] Connected device (2 available)
    • sdk gphone x86 arm (mobile) • emulator-5554 • android-x86    • Android 11 (API 30) (emulator)
    • Chrome (web)                • chrome        • web-javascript • Google Chrome 87.0.4280.88

• No issues found!

Same issue

same issue

Resolved by changing gradle.properties
android.enableDexingArtifactTransform=false

I'm also facing the same issue.

Resolved by changing gradle.properties
android.enableDexingArtifactTransform=false

It worked for me, thanks.

Hey everyone
I can reproduce on dev and master channelss it seems to be working on stable and beta

logs
Launching lib/main.dart on RMX2001 in debug mode...
 lib/main.dart
Note: /Users/tahatesser/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-1.0.6/android/src/main/java/io/flutter/plugins/googlemaps/Convert.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
Connecting to VM Service at ws://127.0.0.1:61279/4M6TrE6kWrE=/ws
I/ple.dev_flutte(22923): ProcessProfilingInfo new_methods=442 is saved saved_to_disk=1 resolve_classes_delay=5000
V/PhoneWindow(22923): DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@35f7cf0, this = DecorView@7838c6d[MainActivity]
D/Surface (22923): Surface::connect(this=0x6ff2779000,api=1)
I/SurfaceView(22923): 91355656 visibleChanged:true -> SurfaceHolder.Callback.surfaceCreated
D/Surface (22923): Surface::connect(this=0x6ff277b000,api=1)
D/mali_winsys(22923): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
D/Surface (22923): Surface::setBufferCount(this=0x6ff2779000,bufferCount=4)
D/mali_winsys(22923): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
D/ViewRootImpl(22923): setSurfaceViewCreated, created:true
I/SurfaceView(22923): 91355656 surfaceChanged -- format=4 w=1080 h=2400 visibleChanged:true -> SurfaceHolder.Callback.surfaceChanged
D/SurfaceView(22923): updateScreenMode w:1080 h:2400 ViewRoot w:1080 h:2400
D/SurfaceView(22923): try to resquest 60Hz
D/ViewRootImpl(22923): set screen refresh mode 1 due to SurfaceView-91355656
D/SurfaceView(22923): updateScreenMode w:1080 h:2400 ViewRoot w:1080 h:2400
D/SurfaceView(22923): try to resquest 60Hz
W/Gralloc3(22923): mapper 3.x is not supported
E/gralloc (22923): Arm Module v1.0
E/ion     (22923): ioctl c0044901 failed with code -1: Invalid argument
W/gralloc (22923): WARNING: internal format modifier bits not mutually exclusive. AFBC basic bit is always set, so extended AFBC support bits must always be checked.
W/PlatformViewsController(22923): Creating a virtual display of size: [1080, 2400] may result in problems(https://github.com/flutter/flutter/issues/2897).It is larger than the device screen size: [1080, 2285].
I/BufferQueue(22923): [unnamed-22923-0](this:0x6fff073800,id:0,api:0,p:-1,c:-1) BufferQueue core=(22923:com.example.dev_flutter)
W/ple.dev_flutter(22923): type=1400 audit(0.0:286480): avc: denied { read } for name="u:object_r:debug_bq_dump_prop:s0" dev="tmpfs" ino=3603 scontext=u:r:untrusted_app:s0:c18,c258,c512,c768 tcontext=u:object_r:debug_bq_dump_prop:s0 tclass=file permissive=0
E/libc    (22923): Access denied finding property "vendor.debug.bq.dump"
W/ple.dev_flutter(22923): type=1400 audit(0.0:286481): avc: denied { read } for name="u:object_r:debug_bq_dump_prop:s0" dev="tmpfs" ino=3603 scontext=u:r:untrusted_app:s0:c18,c258,c512,c768 tcontext=u:object_r:debug_bq_dump_prop:s0 tclass=file permissive=0
I/BufferQueueConsumer(22923): [unnamed-22923-0](this:0x6fff073800,id:0,api:0,p:-1,c:22923) connect(C): consumer=(22923:com.example.dev_flutter) controlledByApp=true
E/libc    (22923): Access denied finding property "vendor.debug.bq.dump"
I/BufferQueueConsumer(22923): [unnamed-22923-0](this:0x6fff073800,id:0,api:0,p:-1,c:22923) setConsumerName: unnamed-22923-0
E/libc    (22923): Access denied finding property "vendor.debug.bq.dump"
I/BufferQueueConsumer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:0,p:-1,c:22923) setConsumerName: SurfaceTexture-0-22923-0
I/BufferQueueConsumer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:0,p:-1,c:22923) setDefaultBufferSize: width=1080 height=2400
I/zzbz    (22923): Making Creator dynamically
I/BufferQueueProducer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:1,p:787,c:22923) connect(P): api=1 producer=(787:???) producerControlledByApp=false
W/Gralloc3(22923): allocator 3.x is not supported
E/ion     (22923): ioctl c0044901 failed with code -1: Invalid argument
D/BufferQueueProducer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:1,p:787,c:22923) cancelBuffer: slot 0
W/ple.dev_flutte(22923): Unsupported class loader
W/ple.dev_flutte(22923): Skipping duplicate class check due to unsupported classloader
I/DynamiteModule(22923): Considering local module com.google.android.gms.maps_dynamite:0 and remote module com.google.android.gms.maps_dynamite:203112999
I/DynamiteModule(22923): Selected remote version of com.google.android.gms.maps_dynamite, version >= 203112999
V/DynamiteModule(22923): Dynamite loader version >= 2, using loadModule2NoCrashUtils
D/BufferQueueProducer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:1,p:787,c:22923) cancelBuffer: slot 0
I/DynamiteLoaderV2Impl(22923): [71] Mapsdynamite
W/ple.dev_flutte(22923): ClassLoaderContext type mismatch. expected=PCL, found=DLC (PCL[] | DLC[];PCL[/data/app/com.example.dev_flutter-377BkJxkOEZppdp1KdB5Lw==/base.apk*2990805029]{PCL[/system/framework/org.apache.http.legacy.jar*576634005]})
W/ple.dev_flutte(22923): Found duplicate classes, falling back to extracting from APK : /data/user_de/0/com.google.android.gms/app_chimera/m/00000079/MapsDynamite.apk
W/ple.dev_flutte(22923): NOTE: This wastes RAM and hurts startup performance.
W/ple.dev_flutte(22923): Found duplicated class when checking oat files: 'Landroidx/annotation/Keep;' in /data/app/com.example.dev_flutter-377BkJxkOEZppdp1KdB5Lw==/base.apk and /data/user_de/0/com.google.android.gms/app_chimera/m/00000079/MapsDynamite.apk
W/ple.dev_flutte(22923):
D/BufferQueueProducer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:1,p:787,c:22923) cancelBuffer: slot 0
I/Google Maps Android API(22923): Google Play services client version: 12451000
D/BufferQueueProducer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:1,p:787,c:22923) cancelBuffer: slot 0
I/Google Maps Android API(22923): Google Play services package version: 204516039
D/BufferQueueProducer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:1,p:787,c:22923) cancelBuffer: slot 0
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putLong(Ljava/lang/Object;JJ)V (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putLong(Ljava/lang/Object;JJ)V (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->allocateInstance(Ljava/lang/Class;)Ljava/lang/Object; (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Llibcore/io/Memory;->peekLong(JZ)J (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Llibcore/io/Memory;->pokeLong(JJZ)V (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Llibcore/io/Memory;->pokeInt(JIZ)V (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Llibcore/io/Memory;->peekInt(JZ)I (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Llibcore/io/Memory;->pokeByte(JB)V (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Llibcore/io/Memory;->peekByte(J)B (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Llibcore/io/Memory;->pokeByteArray(J[BII)V (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Llibcore/io/Memory;->peekByteArray(J[BII)V (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->arrayBaseOffset(Ljava/lang/Class;)I (greylist,core-platform-api, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->arrayIndexScale(Ljava/lang/Class;)I (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Llibcore/io/Memory;->peekByte(J)B (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden field Ljava/nio/Buffer;->address:J (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putLong(Ljava/lang/Object;JJ)V (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, reflection, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, reflection, allowed)
D/BufferQueueProducer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:1,p:787,c:22923) cancelBuffer: slot 0
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed)
D/BufferQueueProducer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:1,p:787,c:22923) cancelBuffer: slot 0
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getLong(Ljava/lang/Object;J)J (greylist,core-platform-api, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, linking, allowed)
D/BufferQueueProducer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:1,p:787,c:22923) cancelBuffer: slot 0
D/ColorExSystemServiceHelper(22923): checkColorExSystemService className = com.google.android.gms.chimera.PersistentDirectBootAwareApiService
D/ColorExSystemServiceHelper(22923): checkColorExSystemService className = com.google.android.gms.maps.auth.ApiTokenService
D/TestOverScroll(22923): getScaledOverscrollDistance: b
W/Google Maps Android API(22923): Deprecation notice: In a future release, indoor will no longer be supported on satellite, hybrid or terrain type maps. Even where indoor is not supported, isIndoorEnabled() will continue to return the value that has been set via setIndoorEnabled(), as it does now. By default, setIndoorEnabled is 'true'. The API release notes (https://developers.google.com/maps/documentation/android-api/releases) will let you know when indoor support becomes unavailable on those map types.
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getObject(Ljava/lang/Object;J)Ljava/lang/Object; (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->getInt(Ljava/lang/Object;J)I (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed)
W/ple.dev_flutte(22923): Accessing hidden method Lsun/misc/Unsafe;->putInt(Ljava/lang/Object;JI)V (greylist, linking, allowed)
D/ColorExSystemServiceHelper(22923): checkColorExSystemService className = com.google.android.location.internal.GoogleLocationManagerService
D/WindowManager(22923): Add to mViews: DecorView@ac791cc[MainActivity], this = android.view.WindowManagerGlobal@11a30a2,pkg= com.example.dev_flutter
D/ViewRootImpl[MainActivity](22923): hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false
I/InputTransport(22923): Create ARC handle: 0x6fff176c40
E/AndroidRuntime(22923): FATAL EXCEPTION: main
E/AndroidRuntime(22923): Process: com.example.dev_flutter, PID: 22923
E/AndroidRuntime(22923): java.lang.AbstractMethodError: abstract method "void io.flutter.plugin.platform.PlatformView.onFlutterViewAttached(android.view.View)"
E/AndroidRuntime(22923): 	at io.flutter.plugin.platform.VirtualDisplayController.onFlutterViewAttached(VirtualDisplayController.java:181)
E/AndroidRuntime(22923): 	at io.flutter.plugin.platform.PlatformViewsController$1.createVirtualDisplayForPlatformView(PlatformViewsController.java:233)
E/AndroidRuntime(22923): 	at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.create(PlatformViewsChannel.java:104)
E/AndroidRuntime(22923): 	at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.onMethodCall(PlatformViewsChannel.java:59)
E/AndroidRuntime(22923): 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233)
E/AndroidRuntime(22923): 	at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
E/AndroidRuntime(22923): 	at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:738)
E/AndroidRuntime(22923): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/AndroidRuntime(22923): 	at android.os.MessageQueue.next(MessageQueue.java:336)
E/AndroidRuntime(22923): 	at android.os.Looper.loop(Looper.java:182)
E/AndroidRuntime(22923): 	at android.app.ActivityThread.main(ActivityThread.java:7822)
E/AndroidRuntime(22923): 	at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(22923): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
E/AndroidRuntime(22923): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1026)
D/BufferQueueProducer(22923): [SurfaceTexture-0-22923-0](this:0x6fff073800,id:0,api:1,p:787,c:22923) cancelBuffer: slot 0
I/Process (22923): Sending signal. PID: 22923 SIG: 9
Lost connection to device.
Exited (sigterm)
multiple flutter doctor -v
[✓] Flutter (Channel dev, 1.25.0-8.0.pre, on macOS 11.0.1 20B29 darwin-x64,
    locale en-GB)
    • Flutter version 1.25.0-8.0.pre at /Users/tahatesser/Code/flutter_dev
    • Framework revision a12e2a473a (5 days ago), 2020-12-08 23:13:04 -0500
    • Engine revision df39e5c515
    • Dart version 2.12.0 (build 2.12.0-133.0.dev)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
    • Android SDK at /Users/tahatesser/Code/sdk
    • Platform android-30, build-tools 30.0.2
    • ANDROID_HOME = /Users/tahatesser/Code/sdk
    • Java binary at: /Applications/Android
      Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6915495)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 12.2)
    • Xcode at /Volumes/Extreme/Xcode.app/Contents/Developer
    • Xcode 12.2, Build version 12B45b
    • CocoaPods version 1.10.0

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 4.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6915495)

[!] Android Studio
    • Android Studio at /Applications/Android/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    ✗ Android Studio not found at /Applications/Android/Contents
    • Try updating or re-installing Android Studio.

[✓] VS Code (version 1.52.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.17.0

[✓] Connected device (5 available)
    • RMX2001 (mobile)     • EUYTFEUSQSRGDA6D                     •
      android-arm64  • Android 10 (API 29)
    • Taha’s iPad (mobile) • 00008020-000255113EE8402E            • ios
      • iOS 14.2
    • iPhone 12 (mobile)   • 2188C52E-1D22-45B2-98B8-48401D2B6716 • ios
      • com.apple.CoreSimulator.SimRuntime.iOS-14-2 (simulator)
    • macOS (desktop)      • macos                                • darwin-x64
      • macOS 11.0.1 20B29 darwin-x64
    • Chrome (web)         • chrome                               •
      web-javascript • Google Chrome 87.0.4280.88

! Doctor found issues in 1 category.
[✓] Flutter (Channel master, 1.25.0-9.0.pre.43, on macOS 11.0.1 20B29
    darwin-x64, locale en-GB)
    • Flutter version 1.25.0-9.0.pre.43 at /Users/tahatesser/Code/flutter_master
    • Framework revision 63062a6443 (22 hours ago), 2020-12-13 23:19:13 +0800
    • Engine revision 4797b06652
    • Dart version 2.12.0 (build 2.12.0-141.0.dev)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
    • Android SDK at /Users/tahatesser/Code/sdk
    • Platform android-30, build-tools 30.0.2
    • ANDROID_HOME = /Users/tahatesser/Code/sdk
    • Java binary at: /Applications/Android
      Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6915495)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 12.2)
    • Xcode at /Volumes/Extreme/Xcode.app/Contents/Developer
    • Xcode 12.2, Build version 12B45b
    • CocoaPods version 1.10.0

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 4.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6915495)

[!] Android Studio
    • Android Studio at /Applications/Android/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    ✗ Android Studio not found at /Applications/Android/Contents
    • Try updating or re-installing Android Studio.

[✓] VS Code (version 1.52.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.17.0

[✓] Connected device (5 available)
    • RMX2001 (mobile)     • EUYTFEUSQSRGDA6D                     •
      android-arm64  • Android 10 (API 29)
    • Taha’s iPad (mobile) • 00008020-000255113EE8402E            • ios
      • iOS 14.2
    • iPhone 12 (mobile)   • 2188C52E-1D22-45B2-98B8-48401D2B6716 • ios
      • com.apple.CoreSimulator.SimRuntime.iOS-14-2 (simulator)
    • macOS (desktop)      • macos                                • darwin-x64
      • macOS 11.0.1 20B29 darwin-x64
    • Chrome (web)         • chrome                               •
      web-javascript • Google Chrome 87.0.4280.88

! Doctor found issues in 1 category.

Resolved by changing gradle.properties
android.enableDexingArtifactTransform=false

Had same issue while implementing admob ads.. now problem solved. Thanks to @radvansky-tomas and @pamir72

Same issue when using qr_code_scanner plugin. Seems to be an issue with virtual display or platform display.

For me, this happens only in debug builds.

@amirh Could you have someone look at this, please?

Unfortunately "android.enableDexingArtifactTransform=false" solved the problem in debug mode, but now I have a crash while starting google_maps with another issue in release mode. I don't know if I should create a new topic for this...

E/AndroidRuntime(12428): java.lang.IllegalAccessError: Interface androidx.lifecycle.b implemented by class io.flutter.plugins.googlemaps.GoogleMapController is inaccessible (declaration of 'io.flutter.plugins.googlemaps.GoogleMapController' appears in ...
E/AndroidRuntime(12428):        at io.flutter.plugins.googlemaps.g.a(Unknown Source:2)
E/AndroidRuntime(12428):        at io.flutter.plugin.platform.SingleViewPresentation.onCreate(Unknown Source:116)
E/AndroidRuntime(12428):        at android.app.Dialog.dispatchOnCreate(Dialog.java:702)
E/AndroidRuntime(12428):        at android.app.Dialog.show(Dialog.java:424)
E/AndroidRuntime(12428):        at android.app.Presentation.show(Presentation.java:283)
E/AndroidRuntime(12428):        at io.flutter.plugin.platform.l.<init>(Unknown Source:55)
E/AndroidRuntime(12428):        at io.flutter.plugin.platform.l.a(Unknown Source:65)
E/AndroidRuntime(12428):        at io.flutter.plugin.platform.k$a.g(Unknown Source:110)
E/AndroidRuntime(12428):        at io.flutter.embedding.engine.i.i$a.b(Unknown Source:152)
E/AndroidRuntime(12428):        at io.flutter.embedding.engine.i.i$a.G(Unknown Source:144)
E/AndroidRuntime(12428):        at f.a.c.a.j$a.a(Unknown Source:17)
E/AndroidRuntime(12428):        at io.flutter.embedding.engine.e.b.d(Unknown Source:57)
E/AndroidRuntime(12428):        at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(Unknown Source:4)
E/AndroidRuntime(12428):        at android.os.MessageQueue.nativePollOnce(Native Method)
E/AndroidRuntime(12428):        at android.os.MessageQueue.next(MessageQueue.java:336)
E/AndroidRuntime(12428):        at android.os.Looper.loop(Looper.java:197)
E/AndroidRuntime(12428):        at android.app.ActivityThread.main(ActivityThread.java:8154)
E/AndroidRuntime(12428):        at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(12428):        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
E/AndroidRuntime(12428):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)

Temporary solved by adding -keep class androidx.lifecycle.** { *; } in app/proquard-rules.pro

but I think it's not a good idea

I get this issue, but only on release builds. Current Beta and Dev channels.

Tap in a TextField and it blows the app out.

None of the above solutions worked for me, but modifying the proguard.cfg file to add the following fixes the issue. I added this to a previous project after the last TextField app crashing animation bug a few months back.

-keep class io.flutter.plugin.editing.** { *; }
[√] Flutter (Channel dev, 1.26.0-1.0.pre, on Microsoft Windows [Version 10.0.19042.685], locale en-GB)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[√] Chrome - develop for the web
[√] Android Studio (version 4.1.0)
[√] VS Code (version 1.52.1)
[√] Connected device (7 available)
E/AndroidRuntime(10192): java.lang.AbstractMethodError: abstract method "android.view.WindowInsets android.view.WindowInsetsAnimation$Callback.onProgress(android.view.WindowInsets, java.util.List)"
E/AndroidRuntime(10192): 	at android.view.View.dispatchWindowInsetsAnimationProgress(View.java:11384)

also having issue, wanna see updates,
android.enableDexingArtifactTransform=false
worked for me as well.

android.enableDexingArtifactTransform=false worked for me, thanks.

We aren't using google_maps_flutter but started seeing this error when we added multiDexEnabled true in the gradle file to support a different package.

The error only occurs for us:

  • Using the dev branch
  • Running the app in release mode
  • Testing on Android 11

Also having this issue.

flutter doctor -v:

[✓] Flutter (Channel beta, 1.25.0-8.1.pre, on Linux, locale en_ZA.UTF-8)
    • Flutter version 1.25.0-8.1.pre at /home/oliver/snap/flutter/common/flutter
    • Framework revision 8f89f6505b (13 days ago), 2020-12-15 15:07:52 -0800
    • Engine revision 92ae191c17
    • Dart version 2.12.0 (build 2.12.0-133.2.beta)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
    • Android SDK at /home/oliver/Android/Sdk
    • Platform android-30, build-tools 30.0.2
    • Java binary at: /usr/local/android-studio/jre/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
    • All Android licenses accepted.

Resolved by changing gradle.properties
android.enableDexingArtifactTransform=false

it works
but i got black screen after install to real device
debug work well

What worked for me was running the build with --no-shrink. Not an ideal solution but... 🤷‍♂️

Same issue. Will try the android.enableDexingArtifactTransform=false fix
It worked!

Same issue.
I tried android.enableDexingArtifactTransform=false
Boom fixed
It worked!

What worked for me was running the build with --no-shrink. Not an ideal solution but... 🤷‍♂️

worked for me, thanks.

This is due to https://issuetracker.google.com/139821726. I was unable to reproduce this issue with the plugin example app (google_maps_flutter-v1.0.6 and Flutter master). @TahaTesser do you have an example app that I can try?

Temporary solved by adding -keep class androidx.lifecycle.** { *; } in app/proquard-rules.pro

but I think it's not a good idea

There're no proguard files in my app dir. What can I do?

Create it

@blasten
I can reproduce using a new project, an existing example works fine.

Steps to reproduce

  1. Create an app on the latest master channel
  2. Addgoogle_maps_flutter: ^1.0.10 & Copy README sample code
  3. Add the key to your AndroidManifest.xml
        <meta-data android:name="com.google.android.geo.API_KEY"
               android:value="your key"/>

4, Run the app on API 30 emulator (Pixel 4)

logs
[  +62 ms] executing: [C:\Code\flutter_master/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +51 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] d9044a8a61e4d7d0afbd4fe8bad6d40762c289dd
[        ] executing: [C:\Code\flutter_master/] git tag --points-at d9044a8a61e4d7d0afbd4fe8bad6d40762c289dd
[  +32 ms] Exit code 0 from: git tag --points-at d9044a8a61e4d7d0afbd4fe8bad6d40762c289dd
[   +1 ms] executing: [C:\Code\flutter_master/] git describe --match *.*.* --long --tags d9044a8a61e4d7d0afbd4fe8bad6d40762c289dd
[  +49 ms] Exit code 0 from: git describe --match *.*.* --long --tags d9044a8a61e4d7d0afbd4fe8bad6d40762c289dd
[        ] 1.26.0-1.0.pre-275-gd9044a8a61
[  +32 ms] executing: [C:\Code\flutter_master/] git rev-parse --abbrev-ref --symbolic @{u}
[  +29 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/master
[        ] executing: [C:\Code\flutter_master/] git ls-remote --get-url origin
[  +31 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +59 ms] executing: [C:\Code\flutter_master/] git rev-parse --abbrev-ref HEAD
[  +27 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] master
[  +55 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +78 ms] executing: C:\Code\SDK\platform-tools\adb.exe devices -l
[  +43 ms] List of devices attached
           emulator-5554          device product:sdk_gphone_x86 model:sdk_gphone_x86 device:generic_x86_arm transport_id:7
[   +7 ms] C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 shell getprop
[  +44 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[   +3 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +81 ms] Skipping pub get: version match.
[  +32 ms] Found plugin integration_test at C:\Code\flutter_master\packages\integration_test\
[  +24 ms] Found plugin flutter_plugin_android_lifecycle at C:\Users\Taha\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-1.0.11\
[   +3 ms] Found plugin google_maps_flutter at C:\Users\Taha\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\google_maps_flutter-1.0.10\
[  +98 ms] Found plugin integration_test at C:\Code\flutter_master\packages\integration_test\
[  +11 ms] Found plugin flutter_plugin_android_lifecycle at C:\Users\Taha\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-1.0.11\
[   +1 ms] Found plugin google_maps_flutter at C:\Users\Taha\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\google_maps_flutter-1.0.10\
[  +24 ms] Generating C:\Users\Taha\AndroidStudioProjects\master_flutter\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[  +69 ms] ro.hardware = ranchu
[  +15 ms] Using hardware rendering with device sdk gphone x86. If you notice graphics artifacts, consider enabling software rendering with "--enable-software-rendering".
[  +21 ms] Initializing file store
[   +8 ms] Skipping target: gen_localizations
[   +4 ms] complete
[   +3 ms] Launching lib\main.dart on sdk gphone x86 in debug mode...
[   +4 ms] C:\Code\flutter_master\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\Code\flutter_master\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root C:\Code\flutter_master\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill C:\Users\Taha\AppData\Local\Temp\flutter_tools.9a547f4f\flutter_tool.353cb460\app.dill --packages C:\Users\Taha\AndroidStudioProjects\master_flutter\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build\f245b0b7cc30f460f818fcec6bcf01fb.cache.dill.track.dill --flutter-widget-cache --enable-experiment=alternative-invalidation-strategy
[  +11 ms] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 shell -x logcat -v time -t 1
[  +12 ms] <- compile package:master_flutter/main.dart
[  +41 ms] --------- beginning of main
           01-11 19:00:05.303 D/BoundBrokerSvc( 7813): onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
[   +8 ms] executing: C:\Code\SDK\platform-tools\adb.exe version
[  +26 ms] Android Debug Bridge version 1.0.41
           Version 30.0.5-6877874
           Installed as C:\Code\SDK\platform-tools\adb.exe
[   +2 ms] executing: C:\Code\SDK\platform-tools\adb.exe start-server
[  +20 ms] Building APK
[  +14 ms] Running Gradle task 'assembleDebug'...
[   +4 ms] Using gradle from C:\Users\Taha\AndroidStudioProjects\master_flutter\android\gradlew.bat.
[        ] C:\Users\Taha\AndroidStudioProjects\master_flutter\android\gradlew.bat mode: 33279 rwxrwxrwx.
[   +7 ms] executing: C:\Code\android-studio\jre\bin\java -version
[  +86 ms] Exit code 0 from: C:\Code\android-studio\jre\bin\java -version
[        ] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
           OpenJDK 64-Bit Server VM (build 25.242-b01, mixed mode)
[   +1 ms] executing: [C:\Users\Taha\AndroidStudioProjects\master_flutter\android/] C:\Users\Taha\AndroidStudioProjects\master_flutter\android\gradlew.bat -Pverbose=true -Ptarget-platform=android-x86 -Ptarget=C:\Users\Taha\AndroidStudioProjects\master_flutter\lib\main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root -Pdart-defines=FLUTTER_WEB_AUTO_DETECT%3Dtrue assembleDebug
[+1705 ms] > Configure project :flutter_plugin_android_lifecycle
[        ] WARNING: The option setting 'android.enableR8=true' is deprecated.
[        ] It will be removed in version 5.0 of the Android Gradle plugin.
[        ] You will no longer be able to disable R8
[+2174 ms] > Task :app:compileFlutterBuildDebug
[        ] [  +73 ms] executing: [C:\Code\flutter_master/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [  +58 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [        ] d9044a8a61e4d7d0afbd4fe8bad6d40762c289dd
[        ] [        ] executing: [C:\Code\flutter_master/] git tag --points-at d9044a8a61e4d7d0afbd4fe8bad6d40762c289dd
[        ] [  +36 ms] Exit code 0 from: git tag --points-at d9044a8a61e4d7d0afbd4fe8bad6d40762c289dd
[        ] [   +1 ms] executing: [C:\Code\flutter_master/] git describe --match *.*.* --long --tags d9044a8a61e4d7d0afbd4fe8bad6d40762c289dd
[        ] [  +59 ms] Exit code 0 from: git describe --match *.*.* --long --tags d9044a8a61e4d7d0afbd4fe8bad6d40762c289dd
[        ] [        ] 1.26.0-1.0.pre-275-gd9044a8a61
[        ] [  +41 ms] executing: [C:\Code\flutter_master/] git rev-parse --abbrev-ref --symbolic @{u}
[        ] [  +31 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] [        ] origin/master
[        ] [        ] executing: [C:\Code\flutter_master/] git ls-remote --get-url origin
[        ] [  +30 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [  +67 ms] executing: [C:\Code\flutter_master/] git rev-parse --abbrev-ref HEAD
[        ] [  +34 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] master
[        ] [  +41 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] [   +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] [  +68 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[        ] [  +77 ms] Initializing file store
[        ] [  +14 ms] Skipping target: gen_localizations
[        ] [   +6 ms] kernel_snapshot: Starting due to {}
[        ] [  +14 ms] C:\Code\flutter_master\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\Code\flutter_master\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root C:\Code\flutter_master\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies -DFLUTTER_WEB_AUTO_DETECT=true -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --no-link-platform --packages C:\Users\Taha\AndroidStudioProjects\master_flutter\.dart_tool\package_config.json --output-dill C:\Users\Taha\AndroidStudioProjects\master_flutter\.dart_tool\flutter_build\b3d5f013805c1e2ea7c05fa8eb51cce0\app.dill --depfile C:\Users\Taha\AndroidStudioProjects\master_flutter\.dart_tool\flutter_build\b3d5f013805c1e2ea7c05fa8eb51cce0\kernel_snapshot.d package:master_flutter/main.dart
[+9591 ms] [+10032 ms] kernel_snapshot: Complete
[ +491 ms] [ +497 ms] debug_android_application: Starting due to {}
[ +298 ms] [ +249 ms] debug_android_application: Complete
[ +600 ms] [ +618 ms] Persisting file store
[        ] [  +12 ms] Done persisting file store
[        ] [   +9 ms] build succeeded.
[        ] [  +14 ms] "flutter assemble" took 11,632ms.
[        ] [   +2 ms] ensureAnalyticsSent: 0ms
[        ] [        ] Running shutdown hooks
[        ] [        ] Shutdown hooks complete
[        ] [        ] exiting with code 0
[ +204 ms] > Task :app:packLibsflutterBuildDebug
[        ] > Task :app:preBuild UP-TO-DATE
[        ] > Task :app:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:preBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:preDebugBuild UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugAidl NO-SOURCE
[        ] > Task :google_maps_flutter:preBuild UP-TO-DATE
[        ] > Task :google_maps_flutter:preDebugBuild UP-TO-DATE
[        ] > Task :google_maps_flutter:compileDebugAidl NO-SOURCE
[        ] > Task :integration_test:preBuild UP-TO-DATE
[        ] > Task :integration_test:preDebugBuild UP-TO-DATE
[        ] > Task :integration_test:compileDebugAidl NO-SOURCE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugRenderscript NO-SOURCE
[        ] > Task :google_maps_flutter:packageDebugRenderscript NO-SOURCE
[        ] > Task :integration_test:packageDebugRenderscript NO-SOURCE
[        ] > Task :app:compileDebugRenderscript NO-SOURCE
[        ] > Task :app:generateDebugBuildConfig
[        ] > Task :flutter_plugin_android_lifecycle:writeDebugAarMetadata
[        ] > Task :google_maps_flutter:writeDebugAarMetadata
[        ] > Task :app:cleanMergeDebugAssets UP-TO-DATE
[        ] > Task :integration_test:writeDebugAarMetadata
[        ] > Task :app:mergeDebugShaders
[        ] > Task :app:compileDebugShaders NO-SOURCE
[        ] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugShaders
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugShaders NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugAssets UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugAssets
[  +90 ms] > Task :google_maps_flutter:mergeDebugShaders
[        ] > Task :google_maps_flutter:compileDebugShaders NO-SOURCE
[        ] > Task :google_maps_flutter:generateDebugAssets UP-TO-DATE
[        ] > Task :google_maps_flutter:packageDebugAssets
[        ] > Task :integration_test:mergeDebugShaders
[        ] > Task :integration_test:compileDebugShaders NO-SOURCE
[        ] > Task :integration_test:generateDebugAssets UP-TO-DATE
[        ] > Task :integration_test:packageDebugAssets
[        ] > Task :app:mergeDebugAssets
[ +392 ms] > Task :app:copyFlutterAssetsDebug
[        ] > Task :app:generateDebugResValues
[        ] > Task :app:generateDebugResources
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResValues
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResources
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugResources
[        ] > Task :google_maps_flutter:compileDebugRenderscript NO-SOURCE
[        ] > Task :google_maps_flutter:generateDebugResValues
[        ] > Task :google_maps_flutter:generateDebugResources
[        ] > Task :google_maps_flutter:packageDebugResources
[        ] > Task :integration_test:compileDebugRenderscript NO-SOURCE
[ +110 ms] > Task :integration_test:generateDebugResValues
[        ] > Task :integration_test:generateDebugResources
[        ] > Task :integration_test:packageDebugResources
[ +301 ms] > Task :app:createDebugCompatibleScreenManifests
[        ] > Task :app:extractDeepLinksDebug
[        ] > Task :flutter_plugin_android_lifecycle:extractDeepLinksDebug
[  +92 ms] > Task :google_maps_flutter:extractDeepLinksDebug
[        ] > Task :flutter_plugin_android_lifecycle:processDebugManifest
[        ] > Task :google_maps_flutter:processDebugManifest
[        ] > Task :app:checkDebugAarMetadata
[        ] > Task :integration_test:extractDeepLinksDebug
[  +92 ms] > Task :flutter_plugin_android_lifecycle:compileDebugLibraryResources
[        ] > Task :flutter_plugin_android_lifecycle:parseDebugLocalResources
[        ] > Task :google_maps_flutter:compileDebugLibraryResources
[        ] > Task :integration_test:processDebugManifest
[ +297 ms] > Task :google_maps_flutter:parseDebugLocalResources
[        ] > Task :integration_test:compileDebugLibraryResources
[        ] > Task :integration_test:parseDebugLocalResources
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugBuildConfig
[ +108 ms] > Task :flutter_plugin_android_lifecycle:generateDebugRFile
[        ] > Task :app:processDebugMainManifest
[        ] [androidx.test.espresso:espresso-core:3.2.0] C:\Users\Taha\.gradle\caches\transforms-2\files-2.1\b57e330d5fcdd60ce3b36badc90dc06f\espresso-core-3.2.0\AndroidManifest.xml Warning:
[        ] 	Package name 'androidx.test.espresso' used in: androidx.test.espresso:espresso-core:3.2.0, androidx.test.espresso:espresso-idling-resource:3.2.0.
[        ] > Task :app:processDebugManifest
[ +188 ms] > Task :integration_test:generateDebugRFile
[        ] > Task :flutter_plugin_android_lifecycle:javaPreCompileDebug
[        ] > Task :google_maps_flutter:generateDebugBuildConfig
[        ] > Task :google_maps_flutter:generateDebugRFile
[ +206 ms] > Task :flutter_plugin_android_lifecycle:compileDebugJavaWithJavac
[        ] > Task :google_maps_flutter:javaPreCompileDebug
[        ] > Task :integration_test:generateDebugBuildConfig
[        ] > Task :integration_test:javaPreCompileDebug
[        ] > Task :app:javaPreCompileDebug
[  +91 ms] > Task :flutter_plugin_android_lifecycle:bundleLibCompileToJarDebug
[ +110 ms] > Task :app:mergeDebugResources
[  +95 ms] > Task :integration_test:compileDebugJavaWithJavac
[        ] > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
[        ] > Task :app:processDebugJavaRes NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:processDebugJavaRes NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibResDebug NO-SOURCE
[        ] > Task :google_maps_flutter:processDebugJavaRes NO-SOURCE
[        ] > Task :google_maps_flutter:bundleLibResDebug NO-SOURCE
[        ] > Task :integration_test:processDebugJavaRes NO-SOURCE
[        ] > Task :integration_test:bundleLibResDebug NO-SOURCE
[ +106 ms] > Task :app:processDebugManifestForPackage
[        ] > Task :flutter_plugin_android_lifecycle:bundleLibRuntimeToJarDebug
[        ] > Task :integration_test:bundleLibRuntimeToJarDebug
[        ] > Task :integration_test:bundleLibCompileToJarDebug
[        ] > Task :app:checkDebugDuplicateClasses
[        ] > Task :app:mergeDebugJniLibFolders
[  +93 ms] > Task :app:desugarDebugFileDependencies
[ +297 ms] > Task :google_maps_flutter:compileDebugJavaWithJavac
[        ] > Task :google_maps_flutter:bundleLibCompileToJarDebug
[        ] > Task :google_maps_flutter:bundleLibRuntimeToJarDebug
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugJniLibFolders
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:stripDebugDebugSymbols NO-SOURCE
[  +90 ms] > Task :flutter_plugin_android_lifecycle:copyDebugJniLibsProjectOnly
[        ] > Task :google_maps_flutter:mergeDebugJniLibFolders
[        ] > Task :google_maps_flutter:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :google_maps_flutter:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :google_maps_flutter:copyDebugJniLibsProjectOnly
[        ] > Task :integration_test:mergeDebugJniLibFolders
[        ] > Task :integration_test:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :integration_test:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :integration_test:copyDebugJniLibsProjectOnly
[ +297 ms] > Task :app:validateSigningDebug
[ +311 ms] > Task :app:compressDebugAssets
[ +300 ms] > Task :app:processDebugResources
[        ] > Task :flutter_plugin_android_lifecycle:copyDebugJniLibsProjectAndLocalJars
[        ] > Task :flutter_plugin_android_lifecycle:extractDebugAnnotations
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugSources
[        ] > Task :google_maps_flutter:copyDebugJniLibsProjectAndLocalJars
[        ] > Task :flutter_plugin_android_lifecycle:mergeDebugJavaResource
[        ] > Task :google_maps_flutter:extractDebugAnnotations
[  +91 ms] > Task :flutter_plugin_android_lifecycle:syncDebugLibJars
[        ] > Task :flutter_plugin_android_lifecycle:bundleDebugAar
[        ] > Task :flutter_plugin_android_lifecycle:assembleDebug
[        ] > Task :google_maps_flutter:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :google_maps_flutter:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :google_maps_flutter:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :google_maps_flutter:compileDebugSources
[        ] > Task :integration_test:copyDebugJniLibsProjectAndLocalJars
[        ] > Task :google_maps_flutter:mergeDebugJavaResource
[        ] > Task :integration_test:extractDebugAnnotations
[        ] > Task :google_maps_flutter:syncDebugLibJars
[ +108 ms] > Task :google_maps_flutter:bundleDebugAar
[   +2 ms] > Task :google_maps_flutter:assembleDebug
[        ] > Task :integration_test:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :integration_test:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :integration_test:prepareLintJarForPublish UP-TO-DATE
[        ] > Task :integration_test:compileDebugSources
[        ] > Task :integration_test:mergeDebugJavaResource
[ +582 ms] > Task :app:mergeExtDexDebug
[  +94 ms] > Task :app:compileDebugKotlin
[ +110 ms] > Task :app:compileDebugJavaWithJavac
[   +6 ms] > Task :app:compileDebugSources
[ +294 ms] > Task :app:dexBuilderDebug
[+1689 ms] > Task :integration_test:syncDebugLibJars
[        ] > Task :integration_test:bundleDebugAar
[        ] > Task :integration_test:assembleDebug
[ +203 ms] > Task :app:mergeDebugNativeLibs
[ +207 ms] > Task :app:mergeDebugJavaResource
[  +96 ms] > Task :app:stripDebugDebugSymbols
[        ] Unable to strip the following libraries, packaging them as they are: libflutter.so.
[ +503 ms] > Task :app:mergeDexDebug
[+1397 ms] > Task :app:packageDebug
[  +95 ms] > Task :app:assembleDebug
[  +69 ms] Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
[        ] Use '--warning-mode all' to show the individual deprecation warnings.
[        ] See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings
[        ] BUILD SUCCESSFUL in 24s
[        ] 107 actionable tasks: 97 executed, 10 up-to-date
[ +538 ms] Running Gradle task 'assembleDebug'... (completed in 25.0s)
[  +27 ms] calculateSha: LocalDirectory: 'C:\Users\Taha\AndroidStudioProjects\master_flutter\build\app\outputs\flutter-apk'/app.apk
[  +14 ms] calculateSha: reading file took 13us
[ +494 ms] calculateSha: computing sha took 493us
[   +2 ms] √ Built build\app\outputs\flutter-apk\app-debug.apk.
[   +4 ms] executing: C:\Code\SDK\build-tools\30.0.3\aapt dump xmltree C:\Users\Taha\AndroidStudioProjects\master_flutter\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[  +17 ms] Exit code 0 from: C:\Code\SDK\build-tools\30.0.3\aapt dump xmltree C:\Users\Taha\AndroidStudioProjects\master_flutter\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[        ] N: android=http://schemas.android.com/apk/res/android
             E: manifest (line=2)
               A: android:versionCode(0x0101021b)=(type 0x10)0x1
               A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
               A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1e
               A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11")
               A: package="com.example.master_flutter" (Raw: "com.example.master_flutter")
               A: platformBuildVersionCode=(type 0x10)0x1e
               A: platformBuildVersionName=(type 0x10)0xb
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e
               E: uses-permission (line=14)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: uses-permission (line=16)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE")
               E: uses-feature (line=18)
                 A: android:glEsVersion(0x01010281)=(type 0x11)0x20000
                 A: android:required(0x0101028e)=(type 0x12)0xffffffff
               E: application (line=22)
                 A: android:label(0x01010001)="master_flutter" (Raw: "master_flutter")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: activity (line=27)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.example.master_flutter.MainActivity" (Raw: "com.example.master_flutter.MainActivity")
                   A: android:launchMode(0x0101001d)=(type 0x10)0x1
                   A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
                   A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
                   A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
                   E: meta-data (line=41)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: meta-data (line=51)
                     A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
                     A: android:resource(0x01010025)=@0x7f040015
                   E: intent-filter (line=55)
                     E: action (line=56)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=58)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: meta-data (line=65)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: meta-data (line=68)
                   A: android:name(0x01010003)="com.google.android.geo.API_KEY" (Raw: "com.google.android.geo.API_KEY")
                   A: android:value(0x01010024)="AIzaSyC3qh0MMC2y5eZnAHd_GZbbEcdbO013iwM" (Raw: "AIzaSyC3qh0MMC2y5eZnAHd_GZbbEcdbO013iwM")
                 E: uses-library (line=72)
                   A: android:name(0x01010003)="org.apache.http.legacy" (Raw: "org.apache.http.legacy")
                   A: android:required(0x0101028e)=(type 0x12)0x0
                 E: activity (line=76)
                   A: android:theme(0x01010000)=@0x01030010
                   A: android:name(0x01010003)="com.google.android.gms.common.api.GoogleApiActivity" (Raw: "com.google.android.gms.common.api.GoogleApiActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: meta-data (line=81)
                   A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version")
                   A: android:value(0x01010024)=@0x7f060000
[   +4 ms] Stopping app 'app.apk' on sdk gphone x86.
[        ] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 shell am force-stop com.example.master_flutter
[  +64 ms] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 shell pm list packages com.example.master_flutter
[  +59 ms] Installing APK.
[   +1 ms] Installing build\app\outputs\flutter-apk\app.apk...
[        ] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 install -t -r C:\Users\Taha\AndroidStudioProjects\master_flutter\build\app\outputs\flutter-apk\app.apk
[+1251 ms] Performing Streamed Install
           Success
[   +1 ms] Installing build\app\outputs\flutter-apk\app.apk... (completed in 1,252ms)
[   +1 ms] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 shell echo -n d13de62ec900198b5e0d29d39e3ea14ac3273698 > /data/local/tmp/sky.com.example.master_flutter.sha1
[  +52 ms] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 shell -x logcat -v time -t 1
[  +85 ms] --------- beginning of main
           01-11 19:00:32.563 I/Finsky  (10374): [802] gvx.a(12): Asset module storage cleared for package com.example.master_flutter.
[   +6 ms] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points true com.example.master_flutter/com.example.master_flutter.MainActivity
[ +168 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.master_flutter/.MainActivity (has extras) }
[        ] Waiting for observatory port to be available...
[+2530 ms] Observatory URL on device: http://127.0.0.1:41287/VDmJrZtG6FU=/
[        ] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 forward tcp:0 tcp:41287
[  +19 ms] 58806
[        ] Forwarded host port 58806 to device port 41287 for Observatory
[   +3 ms] Caching compiled dill
[  +20 ms] Connecting to service protocol: http://127.0.0.1:58806/VDmJrZtG6FU=/
[   +1 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:58806/VDmJrZtG6FU=/.
[ +461 ms] DDS is listening at http://127.0.0.1:58808/MEd20BDjjws=/.
[  +60 ms] Successfully connected to service protocol: http://127.0.0.1:58806/VDmJrZtG6FU=/
[  +88 ms] DevFS: Creating new filesystem on the device (null)
[  +74 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.example.master_flutter/code_cache/master_flutterNCIWIJ/master_flutter/)
[   +1 ms] Updating assets
[ +113 ms] Syncing files to device sdk gphone x86...
[   +1 ms] <- reset
[        ] Compiling dart to kernel with 0 updated files
[   +2 ms] <- recompile package:master_flutter/main.dart bbec45fa-0a7a-4b5d-8de3-f2600d00ce0a
[        ] <- bbec45fa-0a7a-4b5d-8de3-f2600d00ce0a
[  +77 ms] Updating files.
[        ] DevFS: Sync finished
[        ] Syncing files to device sdk gphone x86... (completed in 81ms)
[        ] Synced 0.0MB.
[        ] <- accept
[   +9 ms] Connected to _flutterView/0xedb03020.
[   +1 ms] Flutter run key commands.
[   +1 ms] r Hot reload. 
[        ] R Hot restart.
[        ] h Repeat this help message.
[        ] d Detach (terminate "flutter run" but leave application running).
[        ] c Clear the screen
[        ] q Quit (terminate the application on the device).
[        ] An Observatory debugger and profiler on sdk gphone x86 is available at: http://127.0.0.1:58808/MEd20BDjjws=/
[        ] Running with unsound null safety
[        ] For more information see https://dart.dev/null-safety/unsound-null-safety
[ +960 ms] W/Gralloc4(11202): allocator 3.x is not supported
[        ] I/zzbz    (11202): Making Creator dynamically
[  +14 ms] W/.master_flutte(11202): Unsupported class loader
[   +5 ms] W/.master_flutte(11202): Unsupported class loader
[   +3 ms] I/DynamiteModule(11202): Considering local module com.google.android.gms.maps_dynamite:0 and remote module com.google.android.gms.maps_dynamite:203112999
[        ] I/DynamiteModule(11202): Selected remote version of com.google.android.gms.maps_dynamite, version >= 203112999
[        ] V/DynamiteModule(11202): Dynamite loader version >= 2, using loadModule2NoCrashUtils
[ +108 ms] I/Google Maps Android API(11202): Google Play services client version: 12451000
[   +7 ms] I/Google Maps Android API(11202): Google Play services package version: 204714049
[ +254 ms] I/TetheringManager(11202): registerTetheringEventCallback:com.example.master_flutter
[ +162 ms] W/Google Maps Android API(11202): Deprecation notice: In a future release, indoor will no longer be supported on satellite, hybrid or terrain type maps. Even where indoor is not supported, isIndoorEnabled() will continue to return the value that has been set via setIndoorEnabled(), as it does now. By default, setIndoorEnabled is 'true'. The API release notes (https://developers.google.com/maps/documentation/android-api/releases) will let you know when indoor support becomes unavailable on those map types.
[  +16 ms] E/AndroidRuntime(11202): FATAL EXCEPTION: main
[        ] E/AndroidRuntime(11202): Process: com.example.master_flutter, PID: 11202
[        ] E/AndroidRuntime(11202): java.lang.AbstractMethodError: abstract method "void io.flutter.plugin.platform.PlatformView.onFlutterViewAttached(android.view.View)"
[        ] E/AndroidRuntime(11202): 	at io.flutter.plugin.platform.VirtualDisplayController.onFlutterViewAttached(VirtualDisplayController.java:181)
[        ] E/AndroidRuntime(11202): 	at io.flutter.plugin.platform.PlatformViewsController$1.createVirtualDisplayForPlatformView(PlatformViewsController.java:233)
[        ] E/AndroidRuntime(11202): 	at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.create(PlatformViewsChannel.java:104)
[        ] E/AndroidRuntime(11202): 	at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.onMethodCall(PlatformViewsChannel.java:59)
[        ] E/AndroidRuntime(11202): 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233)
[        ] E/AndroidRuntime(11202): 	at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
[        ] E/AndroidRuntime(11202): 	at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:738)
[        ] E/AndroidRuntime(11202): 	at android.os.MessageQueue.nativePollOnce(Native Method)
[        ] E/AndroidRuntime(11202): 	at android.os.MessageQueue.next(MessageQueue.java:335)
[        ] E/AndroidRuntime(11202): 	at android.os.Looper.loop(Looper.java:183)
[        ] E/AndroidRuntime(11202): 	at android.app.ActivityThread.main(ActivityThread.java:7656)
[        ] E/AndroidRuntime(11202): 	at java.lang.reflect.Method.invoke(Native Method)
[        ] E/AndroidRuntime(11202): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
[        ] E/AndroidRuntime(11202): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
[  +67 ms] I/Process (11202): Sending signal. PID: 11202 SIG: 9
[  +58 ms] Service protocol connection closed.
[        ] Lost connection to device.
[   +2 ms] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 forward --list
[  +31 ms] Exit code 0 from: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 forward --list
[        ] emulator-5554 tcp:58806 tcp:41287
[   +1 ms] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 forward --remove tcp:58806
[  +38 ms] DevFS: Deleting filesystem on the device (file:///data/user/0/com.example.master_flutter/code_cache/master_flutterNCIWIJ/master_flutter/)
[ +253 ms] Ignored error while cleaning up DevFS: TimeoutException after 0:00:00.250000: Future not completed
[   +1 ms] executing: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 forward --list
[  +25 ms] Exit code 0 from: C:\Code\SDK\platform-tools\adb.exe -s emulator-5554 forward --list
[        ] "flutter run" took 33,488ms.
[  +57 ms] ensureAnalyticsSent: 53ms
[   +1 ms] Running shutdown hooks
[        ] Shutdown hook priority 4
[   +3 ms] Shutdown hooks complete
[        ] exiting with code 0
flutter doctor -v
[✓] Flutter (Channel master, 1.26.0-2.0.pre.275, on Microsoft Windows [Version 10.0.19042.685], locale en-US)
    • Flutter version 1.26.0-2.0.pre.275 at C:\Code\flutter_master
    • Framework revision d9044a8a61 (2 days ago), 2021-01-09 04:04:04 -0500
    • Engine revision caf6a8191f
    • Dart version 2.12.0 (build 2.12.0-204.0.dev)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at C:\Code\SDK
    • Platform android-30, build-tools 30.0.3
    • ANDROID_HOME = C:\Code\SDK
    • Java binary at: C:\Code\android-studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
    • All Android licenses accepted.

[✓] Chrome - develop for the web
    • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[✓] Visual Studio - develop for Windows (Visual Studio Community 2019 16.8.3)
    • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
    • Visual Studio Community 2019 version 16.8.30804.86
    • Windows 10 SDK version 10.0.18362.0

[✓] Android Studio (version 4.1.0)
    • Android Studio at C:\Code\android-studio
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)

[✓] VS Code (version 1.52.1)
    • VS Code at C:\Users\Taha\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.18.1

[✓] Connected device (5 available)
    • RMX2001 (mobile)        • EUYTFEUSQSRGDA6D • android-arm64  • Android 10 (API 29)
    • sdk gphone x86 (mobile) • emulator-5554    • android-x86    • Android 11 (API 30) (emulator)
    • Windows (desktop)       • windows          • windows-x64    • Microsoft Windows [Version 10.0.19042.685]
    • Chrome (web)            • chrome           • web-javascript • Google Chrome 87.0.4280.141
    • Edge (web)              • edge             • web-javascript • Microsoft Edge 84.0.522.52

• No issues found!

Closed by accident

I see. Thanks. This is the result of the migration to the Android Gradle plugin 4.1.0 and https://issuetracker.google.com/139821726.

Does it fix both issues : AbstractMethodError in debug mode and IllegalAccessError in release mode ?

I have same issue. android.enableDexingArtifactTransform=false is work only for profile and debug mode.

In debug mode it works with:
android.enableDexingArtifactTransform = false

In launch mode it doesn't work with:
android.enableDexingArtifactTransform = false

It crashes in the application and the device is not an Android 11.

@radvansky-tomas, I always interesting how did you know this?

Resolved by changing gradle.properties
android.enableDexingArtifactTransform=false

In my case fix bug only in debug build
android.enableDexingArtifactTransform = false

I was able to solve the problem in release build by adding Proguard file to Android project:

  1. Adding to gradle.properties
    android.enableDexingArtifactTransform=false
  2. Adding ProguardFiles to release buildType

proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

    buildTypes {
        release {
            ......
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
            signingConfig signingConfigs.release
        }
    }
  1. Add proguard-rules.pro file to android/app directory with content
#Flutter Wrapper
-keep class io.flutter.app.** { *; }
-keep class io.flutter.plugin.**  { *; }
-keep class io.flutter.util.**  { *; }
-keep class io.flutter.view.**  { *; }
-keep class io.flutter.**  { *; }
-keep class io.flutter.plugins.**  { *; }

In my case fix bug only in debug build
android.enableDexingArtifactTransform = false

I was able to solve the problem in release build by adding Proguard file to Android project:

  1. Adding to gradle.properties
    android.enableDexingArtifactTransform=false
  2. Adding ProguardFiles to release buildType

proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

    buildTypes {
        release {
            ......
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
            signingConfig signingConfigs.release
        }
    }
  1. Add proguard-rules.pro file to android/app directory with content
#Flutter Wrapper
-keep class io.flutter.app.** { *; }
-keep class io.flutter.plugin.**  { *; }
-keep class io.flutter.util.**  { *; }
-keep class io.flutter.view.**  { *; }
-keep class io.flutter.**  { *; }
-keep class io.flutter.plugins.**  { *; }

This helped fix an issue that was only happening in Android 11, crash when a textfield receives focus. Thanks a lot.

Resolved by changing gradle.properties
android.enableDexingArtifactTransform=false

Same issue. i think because i use multiDexEnabled true in build.gradle but android.enableDexingArtifactTransform=false solve my problem, thanks a lot

Bumping the minSdkVersion from 16 to 24 in .../android/app/build.gradle fixes the issue

Bumping the minSdkVersion from 16 to 24 in .../android/app/build.gradle fixes the issue

Thanks @sud0su, it solved the problem both in debug/release mode.
By looking at the sdk share chart, it can be an acceptable solution.

#Flutter Wrapper
-keep class io.flutter.app.** { ; }
-keep class io.flutter.plugin.
* { ; }
-keep class io.flutter.util.
* { ; }
-keep class io.flutter.view.
* { ; }
-keep class io.flutter.
* { ; }
-keep class io.flutter.plugins.
* { *; }

I had to add -keep class androidx.lifecycle.DefaultLifecycleObserver to the proguard-rules.pro to solve it

I have similar problem like @LuisGrt Anyone solved this error ?

logs
Launching lib\main.dart on SM P550 in debug mode...
lib\main.dart:1
√  Built build\app\outputs\flutter-apk\app-debug.apk.
Connecting to VM Service at ws://127.0.0.1:52871/f1uMjQPZ07Q=/ws
W/DynamiteModule( 3547): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
I/DynamiteModule( 3547): Considering local module com.google.android.gms.providerinstaller.dynamite:0 and remote module com.google.android.gms.providerinstaller.dynamite:0
W/ProviderInstaller( 3547): Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
D/ConnectivityManager( 3547): requestNetwork; CallingUid : 10164, CallingPid : 3547
W/ProviderInstaller( 3547): Failed to report request stats: reportRequestStats [class android.content.Context, long]
V/NativeCrypto( 3547): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods...
I/ProviderInstaller( 3547): Installed default security provider GmsCore_OpenSSL
W/art     ( 3547): Before Android 4.1, method double java.util.concurrent.ThreadLocalRandom.internalNextDouble(double, double) would have incorrectly overridden the package-private method in java.util.Random
W/art     ( 3547): Before Android 4.1, method int java.util.concurrent.ThreadLocalRandom.internalNextInt(int, int) would have incorrectly overridden the package-private method in java.util.Random
W/art     ( 3547): Before Android 4.1, method long java.util.concurrent.ThreadLocalRandom.internalNextLong(long, long) would have incorrectly overridden the package-private method in java.util.Random
D/ConnectivityManager( 3547): requestNetwork; CallingUid : 10164, CallingPid : 3547
D/ViewRootImpl@98740d0[MainActivity]( 3547): Relayout returned: oldFrame=[0,0][768,1024] newFrame=[0,0][768,1024] result=0x1 surface={isValid=true -1891139584} surfaceGenerationChanged=false
I/zzbz    ( 3547): Making Creator dynamically
I/DynamiteModule( 3547): Considering local module com.google.android.gms.maps_dynamite:0 and remote module com.google.android.gms.maps_dynamite:203112999
I/DynamiteModule( 3547): Selected remote version of com.google.android.gms.maps_dynamite, version >= 203112999
V/DynamiteModule( 3547): Dynamite loader version >= 2, using loadModule2NoCrashUtils
W/System  ( 3547): ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/0000002d/n/armeabi-v7a
W/System  ( 3547): ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/0000002d/n/armeabi
I/art     ( 3547): Background partial concurrent mark sweep GC freed 81434(5MB) AllocSpace objects, 33(804KB) LOS objects, 78% free, 3MB/15MB, paused 1.389ms total 109.889ms
I/Google Maps Android API( 3547): Google Play services client version: 12451000
I/Google Maps Android API( 3547): Google Play services package version: 210915015
2
I/System.out( 3547): (HTTPLog)-Static: isSBSettingEnabled false
D/ViewRootImpl@fee3f48[MainActivity]( 3547): ThreadedRenderer.create() translucent=true
D/InputTransport( 3547): Input channel constructed: fd=160
D/ViewRootImpl@fee3f48[MainActivity]( 3547): setView = DecorView@96911e1[MainActivity] touchMode=true
V/InputMethodManager( 3547): Not IME target window, ignoring
D/ViewRootImpl@fee3f48[MainActivity]( 3547): dispatchAttachedToWindow
D/ViewRootImpl@fee3f48[MainActivity]( 3547): Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][768,896] result=0x27 surface={isValid=true 2056685568} surfaceGenerationChanged=true
D/ViewRootImpl@fee3f48[MainActivity]( 3547): mHardwareRenderer.initialize() mSurface={isValid=true 2056685568} hwInitialized=true
D/SurfaceView( 3547): Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][768,896] result=0x7 surface={Surface(name=null)/@0xec0f763 isValid=true -2143178752}
D/ViewRootImpl@fee3f48[MainActivity]( 3547): Relayout returned: oldFrame=[0,0][768,896] newFrame=[0,0][768,896] result=0x1 surface={isValid=true 2056685568} surfaceGenerationChanged=false
D/SurfaceView( 3547): Relayout returned: oldFrame=[0,0][768,896] newFrame=[0,0][768,896] result=0x1 surface={Surface(name=null)/@0xec0f763 isValid=true -2143176704}
D/ViewRootImpl@fee3f48[MainActivity]( 3547): MSG_RESIZED_REPORT: frame=Rect(0, 0 - 768, 896) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
2
I/System.out( 3547): (HTTPLog)-Static: isSBSettingEnabled false
W/DynamiteModule( 3547): Local module descriptor class for com.google.android.gms.googlecertificates not found.
I/DynamiteModule( 3547): Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:6
I/DynamiteModule( 3547): Selected remote version of com.google.android.gms.googlecertificates, version >= 6
W/System  ( 3547): ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/0000002c/n/armeabi-v7a
W/System  ( 3547): ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/0000002c/n/armeabi
2
I/System.out( 3547): (HTTPLog)-Static: isSBSettingEnabled false

Same issue

Running Gradle task 'assembleDebug'...
√ Built build\app\outputs\flutter-apk\app-debug.apk.
Installing build\app\outputs\flutter-apk\app.apk...
Debug service listening on ws://127.0.0.1:59330/JgyhzK4RL0c=/ws
Syncing files to device MI 8 Lite...
I/Process (31780): Sending signal. PID: 31780 SIG: 9
Lost connection to device.

Same issue. Will try the android.enableDexingArtifactTransform=false fix
It worked!

it does not work for me

Same issue. Will try the android.enableDexingArtifactTransform=false fix
It worked!

it does not work for me

It also does not work for me. I think this is a problem that emerged again recently.

Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of flutter doctor -v.
All system setups can be slightly different, so it's always better to open new issues and reference related issues.

Same issue. Will try the android.enableDexingArtifactTransform=false fix
It worked!

it does not work for me

It also does not work for me. I think this is a problem that emerged again recently.

Yes it is also not working for me.

Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of flutter doctor -v.
All system setups can be slightly different, so it's always better to open new issues and reference related issues.

when I call interstitial ad to show (package google_mobile_ads : ^0.12.1+1) , this happens;

E/AndroidRuntime(12991): FATAL EXCEPTION: main E/AndroidRuntime(12991): Process: com.app.ssc_x, PID: 12991 E/AndroidRuntime(12991): java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/ads/InterstitialAd; E/AndroidRuntime(12991): at io.flutter.plugins.googlemobileads.FlutterInterstitialAd.load(FlutterInterstitialAd.java:70) E/AndroidRuntime(12991): at io.flutter.plugins.googlemobileads.GoogleMobileAdsPlugin.onMethodCall(GoogleMobileAdsPlugin.java:299) E/AndroidRuntime(12991): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233) E/AndroidRuntime(12991): at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85) E/AndroidRuntime(12991): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:818) E/AndroidRuntime(12991): at android.os.MessageQueue.nativePollOnce(Native Method) E/AndroidRuntime(12991): at android.os.MessageQueue.next(MessageQueue.java:336) E/AndroidRuntime(12991): at android.os.Looper.loop(Looper.java:182) E/AndroidRuntime(12991): at android.app.ActivityThread.main(ActivityThread.java:7822) E/AndroidRuntime(12991): at java.lang.reflect.Method.invoke(Native Method)E/AndroidRuntime(12991): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) E/AndroidRuntime(12991): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1026) E/AndroidRuntime(12991): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.ads.InterstitialAd" on path: DexPathList[[zip file "/data/app/com.appdexon.ssc_quixx-tk950NvFRQi0j4L7QbpB3A==/base.apk"],nativeLibraryDirectories=[/data/app/com.appdexon.ssc_quixx-tk950NvFRQi0j4L7QbpB3A==/lib/arm64, /data/app/com.appdexon.ssc_quixx-tk950NvFRQi0j4L7QbpB3A==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]] E/AndroidRuntime(12991): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196) E/AndroidRuntime(12991): at java.lang.ClassLoader.loadClass(ClassLoader.java:379) E/AndroidRuntime(12991): at java.lang.ClassLoader.loadClass(ClassLoader.java:312) E/AndroidRuntime(12991): ... 12 more I/Process (12991): Sending signal. PID: 12991 SIG: 9 Lost connection to device.

when I call interstitial ad to show (package google_mobile_ads : ^0.12.1+1) , this happens;

Been having the exact same issue for days now.

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.