googleads-mobile-flutter: Error -> No ad config.

Plugin Version

^0.12.1+1

Steps to Reproduce

  1. Run the app with an Android device.
  2. Expect to have ads but instead you get error.

Expected results: Getting a banner.

Actual results:

I/Ads     (14188): Ad failed to load : 3
I/flutter (14188): LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config.)

I followed all the steps that is given in documents, not working.

You can also check the project => https://github.com/ragokan/adapp

image

Logs

➜  adapp git:(master) βœ— flutter run --verbose
[  +79 ms] executing: [/home/rago/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +41 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] adc687823a831bbebe28bdccfac1a628ca621513
[        ] executing: [/home/rago/snap/flutter/common/flutter/] git tag --points-at adc687823a831bbebe28bdccfac1a628ca621513
[  +24 ms] Exit code 0 from: git tag --points-at adc687823a831bbebe28bdccfac1a628ca621513
[        ] 2.0.5
[  +64 ms] executing: [/home/rago/snap/flutter/common/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +4 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/home/rago/snap/flutter/common/flutter/] git ls-remote --get-url origin
[   +4 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +55 ms] executing: [/home/rago/snap/flutter/common/flutter/] git rev-parse --abbrev-ref HEAD
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[  +78 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.
[  +86 ms] executing: /home/rago/Android/Sdk/platform-tools/adb devices -l
[  +57 ms] List of devices attached
           emulator-5554          device product:sdk_gphone_x86_arm model:AOSP_on_IA_Emulator device:generic_x86_arm transport_id:2
[   +8 ms] /home/rago/Android/Sdk/platform-tools/adb -s emulator-5554 shell getprop
[  +39 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' 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.
[   +4 ms] 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.
[  +91 ms] Skipping pub get: version match.
[  +35 ms] Found plugin google_mobile_ads at /home/rago/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/google_mobile_ads-0.12.1+1/
[ +136 ms] Found plugin google_mobile_ads at /home/rago/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/google_mobile_ads-0.12.1+1/
[  +46 ms] Generating /home/rago/Videos/Flutta/adapp/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +91 ms] ro.hardware = ranchu
[  +19 ms] Using hardware rendering with device AOSP on IA Emulator. If you notice graphics artifacts, consider enabling software rendering with "--enable-software-rendering".
[  +41 ms] Initializing file store
[  +17 ms] Skipping target: gen_localizations
[   +6 ms] complete
[   +9 ms] Launching lib/main.dart on AOSP on IA Emulator in debug mode...
[  +12 ms] /home/rago/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/rago/snap/flutter/common/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot --sdk-root
/home/rago/snap/flutter/common/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata --output-dill /tmp/flutter_tools.FDIIJF/flutter_tool.ESDUSB/app.dill --packages
/home/rago/Videos/Flutta/adapp/.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/cache.dill.track.dill
[  +24 ms] executing: /home/rago/Android/Sdk/build-tools/30.0.3/aapt dump xmltree /home/rago/Videos/Flutta/adapp/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[  +12 ms] Exit code 0 from: /home/rago/Android/Sdk/build-tools/30.0.3/aapt dump xmltree /home/rago/Videos/Flutta/adapp/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.adapp" (Raw: "com.example.adapp")
               A: platformBuildVersionCode=(type 0x10)0x1e
               A: platformBuildVersionName=(type 0x10)0xb
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x14
                 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=15)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE")
               E: queries (line=16)
                 E: intent (line=19)
                   E: action (line=20)
                     A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                   E: category (line=22)
                     A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE")
                   E: data (line=24)
                     A: android:scheme(0x01010027)="https" (Raw: "https")
                 E: intent (line=28)
                   E: action (line=29)
                     A: android:name(0x01010003)="android.support.customtabs.action.CustomTabsService" (Raw: "android.support.customtabs.action.CustomTabsService")
               E: uses-permission (line=34)
                 A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK")
               E: uses-permission (line=35)
                 A: android:name(0x01010003)="android.permission.RECEIVE_BOOT_COMPLETED" (Raw: "android.permission.RECEIVE_BOOT_COMPLETED")
               E: application (line=37)
                 A: android:label(0x01010001)="adapp" (Raw: "adapp")
                 A: android:icon(0x01010002)=@0x7f090000
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: activity (line=42)
                   A: android:theme(0x01010000)=@0x7f0b0000
                   A: android:name(0x01010003)="com.example.adapp.MainActivity" (Raw: "com.example.adapp.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=56)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0b0001
                   E: meta-data (line=66)
                     A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
                     A: android:resource(0x01010025)=@0x7f050000
                   E: intent-filter (line=70)
                     E: action (line=71)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=73)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: meta-data (line=80)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: meta-data (line=83)
                   A: android:name(0x01010003)="com.google.android.gms.ads.APPLICATION_ID" (Raw: "com.google.android.gms.ads.APPLICATION_ID")
                   A: android:value(0x01010024)="ca-app-pub-3940256099942544~3347511713" (Raw: "ca-app-pub-3940256099942544~3347511713")
                 E: meta-data (line=86)
                   A: android:name(0x01010003)="io.flutter.embedded_views_preview" (Raw: "io.flutter.embedded_views_preview")
                   A: android:value(0x01010024)=(type 0x12)0xffffffff
                 E: activity (line=89)
                   A: android:theme(0x01010000)=@0x0103000f
                   A: android:name(0x01010003)="com.google.android.gms.ads.AdActivity" (Raw: "com.google.android.gms.ads.AdActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:configChanges(0x0101001f)=(type 0x11)0xfb0
                 E: provider (line=95)
                   A: android:name(0x01010003)="com.google.android.gms.ads.MobileAdsInitProvider" (Raw: "com.google.android.gms.ads.MobileAdsInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.adapp.mobileadsinitprovider" (Raw: "com.example.adapp.mobileadsinitprovider")
                   A: android:initOrder(0x0101001a)=(type 0x10)0x64
                 E: service (line=101)
                   A: android:name(0x01010003)="com.google.android.gms.ads.AdService" (Raw: "com.google.android.gms.ads.AdService")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: meta-data (line=106)
                   A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version")
                   A: android:value(0x01010024)=@0x7f070000
                 E: provider (line=110)
                   A: android:name(0x01010003)="androidx.work.impl.WorkManagerInitializer" (Raw: "androidx.work.impl.WorkManagerInitializer")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:multiprocess(0x01010013)=(type 0x12)0xffffffff
                   A: android:authorities(0x01010018)="com.example.adapp.workmanager-init" (Raw: "com.example.adapp.workmanager-init")
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: service (line=117)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.SystemAlarmService" (Raw: "androidx.work.impl.background.systemalarm.SystemAlarmService")
                   A: android:enabled(0x0101000e)=@0x7f020000
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: service (line=122)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemjob.SystemJobService" (Raw: "androidx.work.impl.background.systemjob.SystemJobService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE")
                   A: android:enabled(0x0101000e)=@0x7f020001
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: receiver (line=129)
                   A: android:name(0x01010003)="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" (Raw: "androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: receiver (line=134)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=139)
                     E: action (line=140)
                       A: android:name(0x01010003)="android.intent.action.ACTION_POWER_CONNECTED" (Raw: "android.intent.action.ACTION_POWER_CONNECTED")
                     E: action (line=141)
                       A: android:name(0x01010003)="android.intent.action.ACTION_POWER_DISCONNECTED" (Raw: "android.intent.action.ACTION_POWER_DISCONNECTED")
                 E: receiver (line=144)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=149)
                     E: action (line=150)
                       A: android:name(0x01010003)="android.intent.action.BATTERY_OKAY" (Raw: "android.intent.action.BATTERY_OKAY")
                     E: action (line=151)
                       A: android:name(0x01010003)="android.intent.action.BATTERY_LOW" (Raw: "android.intent.action.BATTERY_LOW")
                 E: receiver (line=154)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=159)
                     E: action (line=160)
                       A: android:name(0x01010003)="android.intent.action.DEVICE_STORAGE_LOW" (Raw: "android.intent.action.DEVICE_STORAGE_LOW")
                     E: action (line=161)
                       A: android:name(0x01010003)="android.intent.action.DEVICE_STORAGE_OK" (Raw: "android.intent.action.DEVICE_STORAGE_OK")
                 E: receiver (line=164)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=169)
                     E: action (line=170)
                       A: android:name(0x01010003)="android.net.conn.CONNECTIVITY_CHANGE" (Raw: "android.net.conn.CONNECTIVITY_CHANGE")
                 E: receiver (line=173)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.RescheduleReceiver" (Raw: "androidx.work.impl.background.systemalarm.RescheduleReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=178)
                     E: action (line=179)
                       A: android:name(0x01010003)="android.intent.action.BOOT_COMPLETED" (Raw: "android.intent.action.BOOT_COMPLETED")
                     E: action (line=180)
                       A: android:name(0x01010003)="android.intent.action.TIME_SET" (Raw: "android.intent.action.TIME_SET")
                     E: action (line=181)
                       A: android:name(0x01010003)="android.intent.action.TIMEZONE_CHANGED" (Raw: "android.intent.action.TIMEZONE_CHANGED")
                 E: receiver (line=184)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver")
                   A: android:enabled(0x0101000e)=@0x7f020000
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=189)
                     E: action (line=190)
                       A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.UpdateProxies" (Raw: "androidx.work.impl.background.systemalarm.UpdateProxies")
                 E: service (line=194)
                   A: android:name(0x01010003)="androidx.room.MultiInstanceInvalidationService" (Raw: "androidx.room.MultiInstanceInvalidationService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
[  +19 ms] executing: /home/rago/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[  +24 ms] <- compile package:adapp/main.dart
[  +74 ms] --------- beginning of main
           05-05 18:30:44.720 I/GnssLocationProvider( 1902): WakeLock released by handleMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@9145297)
[  +16 ms] executing: /home/rago/Android/Sdk/platform-tools/adb version
[   +8 ms] Android Debug Bridge version 1.0.41
           Version 31.0.2-7242960
           Installed as /home/rago/Android/Sdk/platform-tools/adb
[   +6 ms] executing: /home/rago/Android/Sdk/platform-tools/adb start-server
[  +18 ms] Building APK
[  +35 ms] Running Gradle task 'assembleDebug'...
[   +8 ms] Using gradle from /home/rago/Videos/Flutta/adapp/android/gradlew.
[   +1 ms] /home/rago/Videos/Flutta/adapp/android/gradlew mode: 33277 rwxrwxr-x.
[   +6 ms] executing: /snap/android-studio/current/android-studio/jre/bin/java -version
[ +114 ms] Exit code 0 from: /snap/android-studio/current/android-studio/jre/bin/java -version
[        ] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
           OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode)
[   +1 ms] executing: [/home/rago/Videos/Flutta/adapp/android/] /home/rago/Videos/Flutta/adapp/android/gradlew -Pverbose=true -Ptarget-platform=android-x86 -Ptarget=/home/rago/Videos/Flutta/adapp/lib/main.dart -Ptrack-widget-creation=true
-Pfilesystem-scheme=org-dartlang-root assembleDebug
[+3532 ms] > Task :app:compileFlutterBuildDebug
[        ] [  +83 ms] executing: [/home/rago/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +1 ms] [  +65 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [        ] adc687823a831bbebe28bdccfac1a628ca621513
[        ] [        ] executing: [/home/rago/snap/flutter/common/flutter/] git tag --points-at adc687823a831bbebe28bdccfac1a628ca621513
[        ] [  +19 ms] Exit code 0 from: git tag --points-at adc687823a831bbebe28bdccfac1a628ca621513
[        ] [        ] 2.0.5
[        ] [  +42 ms] executing: [/home/rago/snap/flutter/common/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[        ] [   +4 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[  +15 ms] [        ] origin/stable
[        ] [        ] executing: [/home/rago/snap/flutter/common/flutter/] git ls-remote --get-url origin
[        ] [   +4 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [  +46 ms] executing: [/home/rago/snap/flutter/common/flutter/] git rev-parse --abbrev-ref HEAD
[        ] [   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] stable
[        ] [  +56 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.
[        ] [  +77 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.
[        ] [  +97 ms] Initializing file store
[        ] [  +20 ms] Skipping target: gen_localizations
[        ] [   +8 ms] kernel_snapshot: Starting due to {}
[  +17 ms] [  +10 ms] /home/rago/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/rago/snap/flutter/common/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot --sdk-root
/home/rago/snap/flutter/common/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --no-link-platform --packages
/home/rago/Videos/Flutta/adapp/.dart_tool/package_config.json --output-dill /home/rago/Videos/Flutta/adapp/.dart_tool/flutter_build/d7cca561495dbb0c15c73195dfef6a2c/app.dill --depfile
/home/rago/Videos/Flutta/adapp/.dart_tool/flutter_build/d7cca561495dbb0c15c73195dfef6a2c/kernel_snapshot.d package:adapp/main.dart
[+9832 ms] [+10996 ms] kernel_snapshot: Complete
[ +500 ms] [ +435 ms] debug_android_application: Starting due to {}
[ +199 ms] [ +253 ms] debug_android_application: Complete
[ +599 ms] [ +607 ms] Persisting file store
[        ] [   +7 ms] Done persisting file store
[        ] [   +7 ms] build succeeded.
[  +99 ms] [  +11 ms] "flutter assemble" took 12,566ms.
[        ] [   +4 ms] ensureAnalyticsSent: 0ms
[        ] [   +1 ms] Running shutdown hooks
[        ] [        ] Shutdown hooks complete
[        ] [        ] exiting with code 0
[ +199 ms] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[        ] > Task :app:preBuild UP-TO-DATE
[        ] > Task :app:preDebugBuild UP-TO-DATE
[        ] > Task :google_mobile_ads:preBuild UP-TO-DATE
[        ] > Task :google_mobile_ads:preDebugBuild UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugAidl NO-SOURCE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[        ] > Task :google_mobile_ads:packageDebugRenderscript NO-SOURCE
[        ] > Task :app:compileDebugRenderscript NO-SOURCE
[        ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :google_mobile_ads:writeDebugAarMetadata UP-TO-DATE
[  +98 ms] > Task :app:checkDebugAarMetadata UP-TO-DATE
[        ] > Task :app:cleanMergeDebugAssets
[        ] > Task :app:mergeDebugShaders UP-TO-DATE
[        ] > Task :app:compileDebugShaders NO-SOURCE
[   +1 ms] > Task :app:generateDebugAssets UP-TO-DATE
[   +4 ms] > Task :google_mobile_ads:mergeDebugShaders UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugShaders NO-SOURCE
[        ] > Task :google_mobile_ads:generateDebugAssets UP-TO-DATE
[        ] > Task :google_mobile_ads:packageDebugAssets UP-TO-DATE
[  +91 ms] > Task :app:mergeDebugAssets
[ +299 ms] > Task :app:copyFlutterAssetsDebug
[        ] > Task :app:generateDebugResValues UP-TO-DATE
[        ] > Task :app:generateDebugResources UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugRenderscript NO-SOURCE
[        ] > Task :google_mobile_ads:generateDebugResValues UP-TO-DATE
[        ] > Task :google_mobile_ads:generateDebugResources UP-TO-DATE
[        ] > Task :google_mobile_ads:packageDebugResources UP-TO-DATE
[        ] > Task :app:mergeDebugResources UP-TO-DATE
[        ] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[        ] > Task :app:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :google_mobile_ads:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :google_mobile_ads:processDebugManifest UP-TO-DATE
[        ] > Task :app:processDebugMainManifest UP-TO-DATE
[        ] > Task :app:processDebugManifest UP-TO-DATE
[        ] > Task :app:processDebugManifestForPackage UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :google_mobile_ads:parseDebugLocalResources UP-TO-DATE
[  +96 ms] > Task :google_mobile_ads:generateDebugRFile UP-TO-DATE
[  +99 ms] > Task :app:processDebugResources UP-TO-DATE
[        ] > Task :google_mobile_ads:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :google_mobile_ads:javaPreCompileDebug UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :google_mobile_ads:bundleLibCompileToJarDebug UP-TO-DATE
[  +99 ms] > Task :app:compileDebugKotlin UP-TO-DATE
[   +1 ms] > Task :app:javaPreCompileDebug UP-TO-DATE
[        ] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :app:compileDebugSources UP-TO-DATE
[        ] > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
[   +2 ms] > Task :app:processDebugJavaRes NO-SOURCE
[   +7 ms] > Task :google_mobile_ads:processDebugJavaRes NO-SOURCE
[        ] > Task :google_mobile_ads:bundleLibResDebug NO-SOURCE
[        ] > Task :app:mergeDebugJavaResource UP-TO-DATE
[  +85 ms] > Task :google_mobile_ads:bundleLibRuntimeToJarDebug UP-TO-DATE
[  +99 ms] > Task :app:checkDebugDuplicateClasses UP-TO-DATE
[        ] > Task :app:dexBuilderDebug UP-TO-DATE
[        ] > Task :app:desugarDebugFileDependencies UP-TO-DATE
[  +99 ms] > Task :app:mergeExtDexDebug UP-TO-DATE
[        ] > Task :app:mergeDexDebug UP-TO-DATE
[        ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :google_mobile_ads:mergeDebugJniLibFolders UP-TO-DATE
[        ] > Task :google_mobile_ads:mergeDebugNativeLibs NO-SOURCE
[        ] > Task :google_mobile_ads:stripDebugDebugSymbols NO-SOURCE
[        ] > Task :google_mobile_ads:copyDebugJniLibsProjectOnly UP-TO-DATE
[  +98 ms] > Task :app:mergeDebugNativeLibs UP-TO-DATE
[        ] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[        ] > Task :app:validateSigningDebug UP-TO-DATE
[        ] > Task :google_mobile_ads:copyDebugJniLibsProjectAndLocalJars UP-TO-DATE
[        ] > Task :google_mobile_ads:extractDebugAnnotations UP-TO-DATE
[        ] > Task :google_mobile_ads:mergeDebugGeneratedProguardFiles UP-TO-DATE
[        ] > Task :google_mobile_ads:mergeDebugConsumerProguardFiles UP-TO-DATE
[        ] > Task :google_mobile_ads:prepareLintJarForPublish UP-TO-DATE
[  +97 ms] > Task :google_mobile_ads:mergeDebugJavaResource UP-TO-DATE
[        ] > Task :google_mobile_ads:syncDebugLibJars UP-TO-DATE
[        ] > Task :google_mobile_ads:bundleDebugAar UP-TO-DATE
[        ] > Task :google_mobile_ads:compileDebugSources UP-TO-DATE
[        ] > Task :google_mobile_ads:assembleDebug UP-TO-DATE
[ +598 ms] > Task :app:compressDebugAssets
[ +699 ms] > Task :app:packageDebug
[ +177 ms] > Task :app:assembleDebug
[        ] 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 17s
[        ] 57 actionable tasks: 7 executed, 50 up-to-date
[ +361 ms] Running Gradle task 'assembleDebug'... (completed in 18.3s)
[ +202 ms] calculateSha: LocalDirectory: '/home/rago/Videos/Flutta/adapp/build/app/outputs/flutter-apk'/app.apk
[  +49 ms] calculateSha: reading file took 48us
[ +728 ms] calculateSha: computing sha took 727us
[   +3 ms] βœ“ Built build/app/outputs/flutter-apk/app-debug.apk.
[   +5 ms] executing: /home/rago/Android/Sdk/build-tools/30.0.3/aapt dump xmltree /home/rago/Videos/Flutta/adapp/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml
[  +10 ms] Exit code 0 from: /home/rago/Android/Sdk/build-tools/30.0.3/aapt dump xmltree /home/rago/Videos/Flutta/adapp/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.adapp" (Raw: "com.example.adapp")
               A: platformBuildVersionCode=(type 0x10)0x1e
               A: platformBuildVersionName=(type 0x10)0xb
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x14
                 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=15)
                 A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE")
               E: queries (line=16)
                 E: intent (line=19)
                   E: action (line=20)
                     A: android:name(0x01010003)="android.intent.action.VIEW" (Raw: "android.intent.action.VIEW")
                   E: category (line=22)
                     A: android:name(0x01010003)="android.intent.category.BROWSABLE" (Raw: "android.intent.category.BROWSABLE")
                   E: data (line=24)
                     A: android:scheme(0x01010027)="https" (Raw: "https")
                 E: intent (line=28)
                   E: action (line=29)
                     A: android:name(0x01010003)="android.support.customtabs.action.CustomTabsService" (Raw: "android.support.customtabs.action.CustomTabsService")
               E: uses-permission (line=34)
                 A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK")
               E: uses-permission (line=35)
                 A: android:name(0x01010003)="android.permission.RECEIVE_BOOT_COMPLETED" (Raw: "android.permission.RECEIVE_BOOT_COMPLETED")
               E: application (line=37)
                 A: android:label(0x01010001)="adapp" (Raw: "adapp")
                 A: android:icon(0x01010002)=@0x7f090000
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
                 E: activity (line=42)
                   A: android:theme(0x01010000)=@0x7f0b0000
                   A: android:name(0x01010003)="com.example.adapp.MainActivity" (Raw: "com.example.adapp.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=56)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0b0001
                   E: meta-data (line=66)
                     A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
                     A: android:resource(0x01010025)=@0x7f050000
                   E: intent-filter (line=70)
                     E: action (line=71)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=73)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
                 E: meta-data (line=80)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: meta-data (line=83)
                   A: android:name(0x01010003)="com.google.android.gms.ads.APPLICATION_ID" (Raw: "com.google.android.gms.ads.APPLICATION_ID")
                   A: android:value(0x01010024)="ca-app-pub-3940256099942544~3347511713" (Raw: "ca-app-pub-3940256099942544~3347511713")
                 E: meta-data (line=86)
                   A: android:name(0x01010003)="io.flutter.embedded_views_preview" (Raw: "io.flutter.embedded_views_preview")
                   A: android:value(0x01010024)=(type 0x12)0xffffffff
                 E: activity (line=89)
                   A: android:theme(0x01010000)=@0x0103000f
                   A: android:name(0x01010003)="com.google.android.gms.ads.AdActivity" (Raw: "com.google.android.gms.ads.AdActivity")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:configChanges(0x0101001f)=(type 0x11)0xfb0
                 E: provider (line=95)
                   A: android:name(0x01010003)="com.google.android.gms.ads.MobileAdsInitProvider" (Raw: "com.google.android.gms.ads.MobileAdsInitProvider")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:authorities(0x01010018)="com.example.adapp.mobileadsinitprovider" (Raw: "com.example.adapp.mobileadsinitprovider")
                   A: android:initOrder(0x0101001a)=(type 0x10)0x64
                 E: service (line=101)
                   A: android:name(0x01010003)="com.google.android.gms.ads.AdService" (Raw: "com.google.android.gms.ads.AdService")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                 E: meta-data (line=106)
                   A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version")
                   A: android:value(0x01010024)=@0x7f070000
                 E: provider (line=110)
                   A: android:name(0x01010003)="androidx.work.impl.WorkManagerInitializer" (Raw: "androidx.work.impl.WorkManagerInitializer")
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:multiprocess(0x01010013)=(type 0x12)0xffffffff
                   A: android:authorities(0x01010018)="com.example.adapp.workmanager-init" (Raw: "com.example.adapp.workmanager-init")
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: service (line=117)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.SystemAlarmService" (Raw: "androidx.work.impl.background.systemalarm.SystemAlarmService")
                   A: android:enabled(0x0101000e)=@0x7f020000
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: service (line=122)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemjob.SystemJobService" (Raw: "androidx.work.impl.background.systemjob.SystemJobService")
                   A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE")
                   A: android:enabled(0x0101000e)=@0x7f020001
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: receiver (line=129)
                   A: android:name(0x01010003)="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" (Raw: "androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0xffffffff
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                 E: receiver (line=134)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=139)
                     E: action (line=140)
                       A: android:name(0x01010003)="android.intent.action.ACTION_POWER_CONNECTED" (Raw: "android.intent.action.ACTION_POWER_CONNECTED")
                     E: action (line=141)
                       A: android:name(0x01010003)="android.intent.action.ACTION_POWER_DISCONNECTED" (Raw: "android.intent.action.ACTION_POWER_DISCONNECTED")
                 E: receiver (line=144)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=149)
                     E: action (line=150)
                       A: android:name(0x01010003)="android.intent.action.BATTERY_OKAY" (Raw: "android.intent.action.BATTERY_OKAY")
                     E: action (line=151)
                       A: android:name(0x01010003)="android.intent.action.BATTERY_LOW" (Raw: "android.intent.action.BATTERY_LOW")
                 E: receiver (line=154)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=159)
                     E: action (line=160)
                       A: android:name(0x01010003)="android.intent.action.DEVICE_STORAGE_LOW" (Raw: "android.intent.action.DEVICE_STORAGE_LOW")
                     E: action (line=161)
                       A: android:name(0x01010003)="android.intent.action.DEVICE_STORAGE_OK" (Raw: "android.intent.action.DEVICE_STORAGE_OK")
                 E: receiver (line=164)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=169)
                     E: action (line=170)
                       A: android:name(0x01010003)="android.net.conn.CONNECTIVITY_CHANGE" (Raw: "android.net.conn.CONNECTIVITY_CHANGE")
                 E: receiver (line=173)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.RescheduleReceiver" (Raw: "androidx.work.impl.background.systemalarm.RescheduleReceiver")
                   A: android:enabled(0x0101000e)=(type 0x12)0x0
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=178)
                     E: action (line=179)
                       A: android:name(0x01010003)="android.intent.action.BOOT_COMPLETED" (Raw: "android.intent.action.BOOT_COMPLETED")
                     E: action (line=180)
                       A: android:name(0x01010003)="android.intent.action.TIME_SET" (Raw: "android.intent.action.TIME_SET")
                     E: action (line=181)
                       A: android:name(0x01010003)="android.intent.action.TIMEZONE_CHANGED" (Raw: "android.intent.action.TIMEZONE_CHANGED")
                 E: receiver (line=184)
                   A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" (Raw: "androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver")
                   A: android:enabled(0x0101000e)=@0x7f020000
                   A: android:exported(0x01010010)=(type 0x12)0x0
                   A: android:directBootAware(0x01010505)=(type 0x12)0x0
                   E: intent-filter (line=189)
                     E: action (line=190)
                       A: android:name(0x01010003)="androidx.work.impl.background.systemalarm.UpdateProxies" (Raw: "androidx.work.impl.background.systemalarm.UpdateProxies")
                 E: service (line=194)
                   A: android:name(0x01010003)="androidx.room.MultiInstanceInvalidationService" (Raw: "androidx.room.MultiInstanceInvalidationService")
                   A: android:exported(0x01010010)=(type 0x12)0x0
[   +3 ms] Stopping app 'app.apk' on AOSP on IA Emulator.
[        ] executing: /home/rago/Android/Sdk/platform-tools/adb -s emulator-5554 shell am force-stop com.example.adapp
[ +257 ms] executing: /home/rago/Android/Sdk/platform-tools/adb -s emulator-5554 shell pm list packages com.example.adapp
[  +88 ms] package:com.example.adapp
[   +1 ms] executing: /home/rago/Android/Sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.com.example.adapp.sha1
[  +29 ms] d0fb460193bb760e8ddc7fa3544ad648e602ed0d
[   +1 ms] Installing APK.
[   +1 ms] Installing build/app/outputs/flutter-apk/app.apk...
[        ] executing: /home/rago/Android/Sdk/platform-tools/adb -s emulator-5554 install -t -r /home/rago/Videos/Flutta/adapp/build/app/outputs/flutter-apk/app.apk
[+2467 ms] Performing Streamed Install
                    Success
[   +1 ms] Installing build/app/outputs/flutter-apk/app.apk... (completed in 2,467ms)
[   +1 ms] executing: /home/rago/Android/Sdk/platform-tools/adb -s emulator-5554 shell echo -n 453ede5b513d8ee89996d555b7864af286180973 > /data/local/tmp/sky.com.example.adapp.sha1
[  +61 ms] executing: /home/rago/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[  +67 ms] --------- beginning of main
           05-05 18:31:07.549 I/CarrierServices( 3450): [2] RcsAutoStartReceiver.b: RcsAutoStartReceiver triggered. Fetching RCS State. Action: android.intent.action.PACKAGE_ADDED
[  +10 ms] executing: /home/rago/Android/Sdk/platform-tools/adb -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.adapp/com.example.adapp.MainActivity
[ +264 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.adapp/.MainActivity (has extras) }
[        ] Waiting for observatory port to be available...
[+2568 ms] Observatory URL on device: http://127.0.0.1:33428/h_vZKv6vAc0=/
[   +1 ms] executing: /home/rago/Android/Sdk/platform-tools/adb -s emulator-5554 forward tcp:0 tcp:33428
[   +9 ms] 43679
[        ] Forwarded host port 43679 to device port 33428 for Observatory
[  +11 ms] Caching compiled dill
[ +126 ms] Connecting to service protocol: http://127.0.0.1:43679/h_vZKv6vAc0=/
[ +599 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:43679/h_vZKv6vAc0=/.
[ +367 ms] DDS is listening at http://127.0.0.1:39651/mJ1361d9r-0=/.
[ +111 ms] Successfully connected to service protocol: http://127.0.0.1:43679/h_vZKv6vAc0=/
[+1185 ms] DevFS: Creating new filesystem on the device (null)
[ +357 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.example.adapp/code_cache/adappFIGLEH/adapp/)
[  +15 ms] Updating assets
[ +140 ms] Syncing files to device AOSP on IA Emulator...
[   +1 ms] <- reset
[        ] Compiling dart to kernel with 0 updated files
[   +2 ms] <- recompile package:adapp/main.dart ad73c4b7-f345-40ef-9001-c397026ad7be
[        ] <- ad73c4b7-f345-40ef-9001-c397026ad7be
[ +109 ms] D/EGL_emulation(15097): eglMakeCurrent: 0xeba43700: ver 3 0 (tinfo 0xe78f30a0)
[        ] D/eglCodecCommon(15097): setVertexArrayObject: set vao to 0 (0) 1 0
[  +23 ms] I/m.example.adap(15097): The ClassLoaderContext is a special shared library.
[  +92 ms] Updating files.
[        ] DevFS: Sync finished
[        ] Syncing files to device AOSP on IA Emulator... (completed in 232ms)
[   +1 ms] Synced 0.0MB.
[   +1 ms] <- accept
[  +27 ms] Connected to _flutterView/0xe3e2ec10.
[   +3 ms] Flutter run key commands.
[   +2 ms] r Hot reload. πŸ”₯πŸ”₯πŸ”₯
[   +1 ms] R Hot restart.
[        ] h Repeat this help message.
[        ] d Detach (terminate "flutter run" but leave application running).
[   +1 ms] c Clear the screen
[   +1 ms] q Quit (terminate the application on the device).
[   +1 ms] An Observatory debugger and profiler on AOSP on IA Emulator is available at: http://127.0.0.1:39651/mJ1361d9r-0=/
[   +2 ms] 
           Flutter DevTools, a Flutter debugger and profiler, on AOSP on IA Emulator is available at: http://127.0.0.1:9101?uri=http%3A%2F%2F127.0.0.1%3A39651%2FmJ1361d9r-0%3D%2F
[        ] πŸ’ͺ Running with sound null safety πŸ’ͺ
[  +11 ms] I/chatty  (15097): uid=10087(com.example.adapp) identical 1 line
[        ] I/m.example.adap(15097): The ClassLoaderContext is a special shared library.
[        ] I/DynamiteModule(15097): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:210890500
[        ] I/DynamiteModule(15097): Selected remote version of com.google.android.gms.ads.dynamite, version >= 210890500
[   +4 ms] D/DynamitePackage(15097): Instantiated singleton DynamitePackage.
[        ] D/DynamitePackage(15097): Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
[ +139 ms] I/WebViewFactory(15097): Loading com.android.chrome version 69.0.3497.100 (code 349710017)
[  +23 ms] I/m.example.adap(15097): The ClassLoaderContext is a special shared library.
[ +164 ms] I/cr_LibraryLoader(15097): Time to load native libraries: 6 ms (timestamps 867-873)
[  +14 ms] E/cr_VariationsUtils(15097): Failed reading seed file "/data/user/0/com.example.adapp/app_webview/variations_seed": /data/user/0/com.example.adapp/app_webview/variations_seed (No such file or directory)
[  +26 ms] I/chromium(15097): [INFO:library_loader_hooks.cc(36)] Chromium logging enabled: level = 0, default verbosity = 0
[   +1 ms] I/cr_LibraryLoader(15097): Expected native library version number "69.0.3497.100", actual native library version number "69.0.3497.100"
[   +9 ms] W/cr_ChildProcLH(15097): Create a new ChildConnectionAllocator with package name = com.android.chrome, sandboxed = true
[  +10 ms] I/cr_BrowserStartup(15097): Initializing chromium process, singleProcess=false
[ +217 ms] W/m.example.adap(15097): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker;-><init>(Landroid/content/Context;I)V (light greylist, reflection)
[        ] W/m.example.adap(15097): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker;->logEvent(Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;)V (light greylist, reflection)
[        ] W/m.example.adap(15097): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionStarted(I)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
[        ] W/m.example.adap(15097): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionModified(II)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
[        ] W/m.example.adap(15097): Accessing hidden method
Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionModified(IILandroid/view/textclassifier/TextClassification;)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
[        ] W/m.example.adap(15097): Accessing hidden method
Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionModified(IILandroid/view/textclassifier/TextSelection;)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
[   +1 ms] W/m.example.adap(15097): Accessing hidden method Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionAction(III)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
[        ] W/m.example.adap(15097): Accessing hidden method
Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent;->selectionAction(IIILandroid/view/textclassifier/TextClassification;)Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent; (light greylist, reflection)
[  +62 ms] W/cr_media(15097): Requires BLUETOOTH permission
[  +36 ms] D/HostConnection(15097): HostConnection::get() New Host Connection established 0xd071e740, tid 15210
[  +23 ms] D/HostConnection(15097): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer
GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0 
[  +32 ms] W/cr_CrashFileManager(15097): /data/user/0/com.example.adapp/cache/WebView/Crash Reports does not exist or is not a directory
[  +21 ms] D/eglCodecCommon(15097): setVertexArrayObject: set vao to 0 (0) 0 0
[        ] D/EGL_emulation(15097): eglCreateContext: 0xe3e105c0: maj 3 min 0 rcv 3
[        ] D/EGL_emulation(15097): eglMakeCurrent: 0xe3e105c0: ver 3 0 (tinfo 0xcb460300)
[  +71 ms] W/VideoCapabilities(15097): Unrecognized profile 4 for video/hevc
[  +44 ms] I/VideoCapabilities(15097): Unsupported profile 4 for video/mp4v-es
[   +9 ms] D/DynamitePackage(15097): Instantiating com.google.android.gms.ads.ChimeraAdManagerCreatorImpl
[        ] W/cr_MediaCodecUtil(15097): HW encoder for video/avc is not available on this device.
[  +17 ms] I/Ads     (15097): This request is sent from a test device.
[  +24 ms] D/eglCodecCommon(15097): setVertexArrayObject: set vao to 0 (0) 0 0
[        ] D/EGL_emulation(15097): eglCreateContext: 0xe3e0fd80: maj 3 min 0 rcv 3
[        ] D/EGL_emulation(15097): eglMakeCurrent: 0xe3e0fd80: ver 3 0 (tinfo 0xcb460300)
[        ] I/DynamiteModule(15097): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:210890500
[        ] I/DynamiteModule(15097): Selected remote version of com.google.android.gms.ads.dynamite, version >= 210890500
[  +30 ms] W/m.example.adap(15097): Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection)
[  +15 ms] D/eglCodecCommon(15097): setVertexArrayObject: set vao to 1 (1) 0 0
[  +17 ms] I/DynamiteModule(15097): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:210890500
[        ] I/DynamiteModule(15097): Selected remote version of com.google.android.gms.ads.dynamite, version >= 210890500
[   +2 ms] W/Parcel  (15097): **** enforceInterface() expected 'com.google.android.gms.ads.clearcut.IClearcut' but read 'com.google.android.gms.gass.internal.clearcut.IClearcut'
[  +23 ms] D/eglCodecCommon(15097): setVertexArrayObject: set vao to 2 (2) 0 0
[        ] I/DynamiteModule(15097): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:210890500
[   +1 ms] I/DynamiteModule(15097): Selected remote version of com.google.android.gms.ads.dynamite, version >= 210890500
[  +22 ms] D/eglCodecCommon(15097): setVertexArrayObject: set vao to 1 (1) 0 0
[  +58 ms] I/m.example.adap(15097): The ClassLoaderContext is a special shared library.
[        ] I/DynamiteModule(15097): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:210890500
[        ] I/DynamiteModule(15097): Selected remote version of com.google.android.gms.ads.dynamite, version >= 210890500
[ +127 ms] I/m.example.adap(15097): Background concurrent copying GC freed 14513(1583KB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 3MB/7MB, paused 14.234ms total 193.791ms
[  +17 ms] I/DynamiteModule(15097): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:210890500
[        ] I/DynamiteModule(15097): Selected remote version of com.google.android.gms.ads.dynamite, version >= 210890500
[   +6 ms] W/Parcel  (15097): **** enforceInterface() expected 'com.google.android.gms.ads.clearcut.IClearcut' but read 'com.google.android.gms.gass.internal.clearcut.IClearcut'
[   +5 ms] D/eglCodecCommon(15097): setVertexArrayObject: set vao to 2 (2) 0 0
[ +333 ms] W/Ads     (15097): Not retrying to fetch app settings
[ +664 ms] D/EGL_emulation(15097): eglMakeCurrent: 0xeba43700: ver 3 0 (tinfo 0xe78f3070)
[        ] W/m.example.adap(15097): Accessing hidden method Landroid/media/ImageReader;->newInstance(IIIIJ)Landroid/media/ImageReader; (dark greylist, linking)
[  +13 ms] D/EGL_emulation(15097): eglMakeCurrent: 0xeba43700: ver 3 0 (tinfo 0xe78f3070)
[  +54 ms] D/EGL_emulation(15097): eglMakeCurrent: 0xeba43700: ver 3 0 (tinfo 0xe78f3070)
[  +15 ms] D/EGL_emulation(15097): eglMakeCurrent: 0xeba43700: ver 3 0 (tinfo 0xe78f3070)
[ +115 ms] D/EGL_emulation(15097): eglMakeCurrent: 0xeba43700: ver 3 0 (tinfo 0xe78f3070)
[  +33 ms] D/EGL_emulation(15097): eglMakeCurrent: 0xeba43700: ver 3 0 (tinfo 0xe78f3070)
➜  adapp git:(master) βœ— flutter analyze      
Analyzing adapp...                                                      
No issues found! (ran in 2.3s)
➜  adapp git:(master) βœ— flutter doctor -v  
[βœ“] Flutter (Channel stable, 2.0.5, on Linux, locale en_GB.UTF-8)
    β€’ Flutter version 2.0.5 at /home/rago/snap/flutter/common/flutter
    β€’ Framework revision adc687823a (3 weeks ago), 2021-04-16 09:40:20 -0700
    β€’ Engine revision b09f014e96
    β€’ Dart version 2.12.3

[βœ“] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    β€’ Android SDK at /home/rago/Android/Sdk
    β€’ Platform android-30, build-tools 30.0.3
    β€’ Java binary at: /snap/android-studio/current/android-studio/jre/bin/java
    β€’ Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
    β€’ All Android licenses accepted.

[βœ“] Chrome - develop for the web
    β€’ Chrome at google-chrome

[βœ“] Linux toolchain - develop for Linux desktop
    β€’ clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
    β€’ cmake version 3.10.2
    β€’ ninja version 1.8.2
    β€’ pkg-config version 0.29.1

[βœ“] Android Studio
    β€’ Android Studio at /snap/android-studio/current/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
    β€’ android-studio-dir = /snap/android-studio/current/android-studio
    β€’ Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[βœ“] VS Code (version 1.55.2)
    β€’ VS Code at /usr/share/code
    β€’ Flutter extension can be installed from:
      πŸ”¨ https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[βœ“] Connected device (3 available)
    β€’ AOSP on IA Emulator (mobile) β€’ emulator-5554 β€’ android-x86    β€’ Android 9 (API 28) (emulator)
    β€’ Linux (desktop)              β€’ linux         β€’ linux-x64      β€’ Linux
    β€’ Chrome (web)                 β€’ chrome        β€’ web-javascript β€’ Google Chrome 90.0.4430.93

β€’ No issues found!

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 14
  • Comments: 21

Most upvoted comments

i have the same issue.

Same issue with version 0.13.0.

Hi if you are testing use this code adUnitId: BannerAd.testAdUnitId, It works fine.

#217 it’s the same issue here, but it hasn’t been solved yet. The test id for rewarded not working