Can't run here-maps sdk Flutter example - here-api

I spend a whole weekend trying to run an example of here sdk with Flutter. Tried on both available versions 4.3.0.0 and 4.3.1.0.
I followed this https://developer.here.com/documentation/flutter-sdk-navigate/4.3.1.0/dev_guide/topics/quick-start.html
Tried with the newer flutter stable version (1.12.13+hotfix.9), tried with the same version of the guide (1.12.13+hotfix.5).
I'm just trying to reach anyone from Here to know if this works for Flutter at all. I know it's beta but i kinda cant go to anywhere at all.
When i try to run the example the app just doesn't run.
I tried a lot on this other post Error trying to run here example on Flutter
Edit:
The app just don't start. I know it's a here problem because if i remove the here dependencies from the code the app starts normaly
[ +17 ms] executing: [/home/rodrigo/Downloads/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +22 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 0b8abb4724aa590dd0f429683339b1e045a1594d
[ ] executing: [/home/rodrigo/Downloads/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +4 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v1.12.13+hotfix.8-0-g0b8abb472
[ +5 ms] executing: [/home/rodrigo/Downloads/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/rodrigo/Downloads/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
[ +39 ms] executing: [/home/rodrigo/Downloads/flutter/] git rev-parse --abbrev-ref HEAD
[ +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +89 ms] executing: /home/rodrigo/Android/Sdk/platform-tools/adb devices -l
[ +9 ms] Exit code 0 from: /home/rodrigo/Android/Sdk/platform-tools/adb devices -l
[ ] List of devices attached
emulator-5554 device product:sdk_gphone_x86_arm model:AOSP_on_IA_Emulator device:generic_x86_arm transport_id:1
[ +20 ms] /home/rodrigo/Android/Sdk/platform-tools/adb -s emulator-5554 shell getprop
[ +29 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ +2 ms] 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.
[ +1 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.
[ +36 ms] Found plugin here_sdk at /home/rodrigo/Documentos/plugins/here_sdk/
[ +212 ms] Found plugin here_sdk at /home/rodrigo/Documentos/plugins/here_sdk/
[ +55 ms] Generating /home/rodrigo/Documentos/projects/flutter_here/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[ +33 ms] ro.hardware = ranchu
[ +26 ms] Using hardware rendering with device AOSP on IA Emulator. If you get graphics artifacts, consider enabling software rendering with "--enable-software-rendering".
[ +14 ms] Launching lib/main.dart on AOSP on IA Emulator in debug mode...
[ +5 ms] executing: /home/rodrigo/Android/Sdk/build-tools/29.0.3/aapt dump xmltree /home/rodrigo/Documentos/projects/flutter_here/build/app/outputs/apk/app.apk AndroidManifest.xml
[ +6 ms] Exit code 0 from: /home/rodrigo/Android/Sdk/build-tools/29.0.3/aapt dump xmltree /home/rodrigo/Documentos/projects/flutter_here/build/app/outputs/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)0x1c
A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9")
A: package="com.example.flutter_here" (Raw: "com.example.flutter_here")
A: platformBuildVersionCode=(type 0x10)0x1c
A: platformBuildVersionName=(type 0x10)0x9
E: uses-sdk (line=7)
A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15
A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1d
E: uses-permission (line=14)
A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
E: uses-feature (line=16)
A: android:glEsVersion(0x01010281)=(type 0x11)0x20000
E: uses-permission (line=18)
A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE")
E: uses-permission (line=19)
A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE")
E: uses-permission (line=20)
A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE")
E: application (line=22)
A: android:label(0x01010001)="flutter_here" (Raw: "flutter_here")
A: android:icon(0x01010002)=#0x7f080000
A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
E: meta-data (line=28)
A: android:name(0x01010003)="com.here.sdk.access_key_id" (Raw: "com.here.sdk.access_key_id")
A: android:value(0x01010024)="gi43CjcxO0sNH_4FbU-fgQ" (Raw: "gi43CjcxO0sNH_4FbU-fgQ")
E: meta-data (line=31)
A: android:name(0x01010003)="com.here.sdk.access_key_secret" (Raw: "com.here.sdk.access_key_secret")
A: android:value(0x01010024)="goEsOTCw2Y0k6Qt1bVdK_UHt5x4AWkpXfqPIBXUSJZp88GPG6FipsoWFa7zQu9kZBdGsfxeUUxk-DOIAU5-tyQ" (Raw: "goEsOTCw2Y0k6Qt1bVdK_UHt5x4AWkpXfqPIBXUSJZp88GPG6FipsoWFa7zQu9kZBdGsfxeUUxk-DOIAU5-tyQ")
E: activity (line=35)
A: android:theme(0x01010000)=#0x7f0a0000
A: android:name(0x01010003)="com.example.flutter_here.MainActivity" (Raw: "com.example.flutter_here.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: intent-filter (line=42)
E: action (line=43)
A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
E: category (line=45)
A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
E: meta-data (line=52)
A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
A: android:value(0x01010024)=(type 0x10)0x2
E: provider (line=57)
A: android:name(0x01010003)="com.here.sdk.engine.InitProvider" (Raw: "com.here.sdk.engine.InitProvider")
A: android:exported(0x01010010)=(type 0x12)0x0
A: android:authorities(0x01010018)="com.example.flutter_here.com.here.sdk.engine.InitProvider" (Raw: "com.example.flutter_here.com.here.sdk.engine.InitProvider")
[ +5 ms] executing: /home/rodrigo/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[ +15 ms] Exit code 0 from: /home/rodrigo/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[ ] --------- beginning of main
04-30 16:00:42.725 I/GnssLocationProvider( 1951): WakeLock released by handleMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo#273242d)
[ +4 ms] executing: /home/rodrigo/Android/Sdk/platform-tools/adb version
[ ] executing: /home/rodrigo/Android/Sdk/platform-tools/adb -s emulator-5554 logcat -v time -T 04-30 16:00:42.725
[ +17 ms] Android Debug Bridge version 1.0.41
Version 30.0.0-6374843
Installed as /home/rodrigo/Android/Sdk/platform-tools/adb
[ +2 ms] executing: /home/rodrigo/Android/Sdk/platform-tools/adb start-server
[ +12 ms] Building APK
[ +13 ms] Running Gradle task 'assembleDebug'...
[ +1 ms] gradle.properties already sets `android.enableR8`
[ +2 ms] Using gradle from /home/rodrigo/Documentos/projects/flutter_here/android/gradlew.
[ +8 ms] executing: /snap/android-studio/88/android-studio/jre/bin/java -version
[ +47 ms] Exit code 0 from: /snap/android-studio/88/android-studio/jre/bin/java -version
[ ] openjdk version "1.8.0_212-release"
OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
OpenJDK 64-Bit Server VM (build 25.212-b4-5784211, mixed mode)
[ +3 ms] executing: [/home/rodrigo/Documentos/projects/flutter_here/android/] /home/rodrigo/Documentos/projects/flutter_here/android/gradlew -Pverbose=true -Ptarget=/home/rodrigo/Documentos/projects/flutter_here/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root -Ptarget-platform=android-x86 assembleDebug
[ +942 ms] > Task :app:compileFlutterBuildDebug UP-TO-DATE
[ ] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[ ] > Task :app:preBuild UP-TO-DATE
[ ] > Task :app:preDebugBuild UP-TO-DATE
[ ] > Task :here_sdk:preBuild UP-TO-DATE
[ ] > Task :here_sdk:preDebugBuild UP-TO-DATE
[ +88 ms] > Task :here_sdk:packageDebugRenderscript NO-SOURCE
[ ] > Task :app:checkDebugManifest UP-TO-DATE
[ ] > Task :here_sdk:compileDebugAidl NO-SOURCE
[ ] > Task :app:compileDebugAidl NO-SOURCE
[ ] > Task :app:compileDebugRenderscript NO-SOURCE
[ ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[ ] > Task :app:cleanMergeDebugAssets
[ ] > Task :app:mergeDebugShaders UP-TO-DATE
[ ] > Task :app:compileDebugShaders UP-TO-DATE
[ ] > Task :app:generateDebugAssets UP-TO-DATE
[ ] > Task :here_sdk:mergeDebugShaders UP-TO-DATE
[ +103 ms] > Task :here_sdk:compileDebugShaders UP-TO-DATE
[ ] > Task :here_sdk:generateDebugAssets UP-TO-DATE
[ ] > Task :here_sdk:packageDebugAssets UP-TO-DATE
[ +191 ms] > Task :app:mergeDebugAssets
[ +102 ms] > Task :app:copyFlutterAssetsDebug
[ ] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[ ] > Task :app:generateDebugResValues UP-TO-DATE
[ ] > Task :app:generateDebugResources UP-TO-DATE
[ ] > Task :here_sdk:generateDebugResValues UP-TO-DATE
[ ] > Task :here_sdk:compileDebugRenderscript NO-SOURCE
[ ] > Task :here_sdk:generateDebugResources UP-TO-DATE
[ ] > Task :here_sdk:packageDebugResources UP-TO-DATE
[ ] > Task :app:mergeDebugResources UP-TO-DATE
[ ] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[ +1 ms] > Task :here_sdk:checkDebugManifest UP-TO-DATE
[ ] > Task :here_sdk:processDebugManifest UP-TO-DATE
[ ] > Task :app:processDebugManifest UP-TO-DATE
[ +93 ms] > Task :here_sdk:parseDebugLibraryResources UP-TO-DATE
[ +1 ms] > Task :here_sdk:generateDebugRFile UP-TO-DATE
[ ] > Task :app:processDebugResources UP-TO-DATE
[ ] > Task :here_sdk:generateDebugBuildConfig UP-TO-DATE
[ ] > Task :app:processDebugJavaRes NO-SOURCE
[ ] > Task :here_sdk:processDebugJavaRes NO-SOURCE
[ ] > Task :here_sdk:compileDebugKotlin UP-TO-DATE
[ ] > Task :here_sdk:javaPreCompileDebug UP-TO-DATE
[ ] > Task :here_sdk:compileDebugJavaWithJavac UP-TO-DATE
[ ] > Task :here_sdk:bundleLibCompileDebug UP-TO-DATE
[ ] > Task :app:compileDebugKotlin UP-TO-DATE
[ ] > Task :app:javaPreCompileDebug UP-TO-DATE
[ ] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[ ] > Task :app:compileDebugSources UP-TO-DATE
[ ] > Task :here_sdk:bundleLibResDebug UP-TO-DATE
[ ] > Task :app:mergeDebugJavaResource UP-TO-DATE
[ +97 ms] > Task :app:desugarDebugFileDependencies UP-TO-DATE
[ +2 ms] > Task :here_sdk:bundleLibRuntimeDebug UP-TO-DATE
[ ] > Task :here_sdk:createFullJarDebug UP-TO-DATE
[ ] > Task :app:validateSigningDebug UP-TO-DATE
[ ] > Task :app:checkDebugDuplicateClasses UP-TO-DATE
[ ] > Task :app:mergeExtDexDebug UP-TO-DATE
[ ] > Task :app:transformClassesWithDexBuilderForDebug UP-TO-DATE
[ ] > Task :app:mergeLibDexDebug UP-TO-DATE
[ ] > Task :app:mergeProjectDexDebug UP-TO-DATE
[ ] > Task :app:signingConfigWriterDebug UP-TO-DATE
[ ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[ ] > Task :here_sdk:mergeDebugJniLibFolders UP-TO-DATE
[ ] > Task :here_sdk:mergeDebugNativeLibs UP-TO-DATE
[ ] > Task :here_sdk:stripDebugDebugSymbols UP-TO-DATE
[ ] > Task :here_sdk:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
[ ] > Task :app:mergeDebugNativeLibs UP-TO-DATE
[ ] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[ ] Compatible side by side NDK version was not found.
[ ] > Task :app:packageDebug UP-TO-DATE
[ ] > Task :app:assembleDebug UP-TO-DATE
[ ] > Task :here_sdk:extractDebugAnnotations UP-TO-DATE
[ ] > Task :here_sdk:mergeDebugGeneratedProguardFiles UP-TO-DATE
[ ] > Task :here_sdk:mergeDebugConsumerProguardFiles UP-TO-DATE
[ ] > Task :here_sdk:prepareLintJarForPublish UP-TO-DATE
[ ] > Task :here_sdk:mergeDebugJavaResource UP-TO-DATE
[ ] > Task :here_sdk:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE
[ ] > Task :here_sdk:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE
[ ] > Task :here_sdk:bundleDebugAar UP-TO-DATE
[ ] > Task :here_sdk:compileDebugSources UP-TO-DATE
[ ] > Task :here_sdk:assembleDebug UP-TO-DATE
[ ] BUILD SUCCESSFUL in 1s
[ ] 60 actionable tasks: 3 executed, 57 up-to-date
[ +327 ms] Running Gradle task 'assembleDebug'... (completed in 2,0s)
[ +772 ms] calculateSha: LocalDirectory: '/home/rodrigo/Documentos/projects/flutter_here/build/app/outputs/apk'/app.apk
[ +74 ms] calculateSha: reading file took 73us
[ +992 ms] calculateSha: computing sha took 992us
[ +3 ms] ✓ Built build/app/outputs/apk/debug/app-debug.apk.
[ +2 ms] executing: /home/rodrigo/Android/Sdk/build-tools/29.0.3/aapt dump xmltree /home/rodrigo/Documentos/projects/flutter_here/build/app/outputs/apk/app.apk AndroidManifest.xml
[ +9 ms] Exit code 0 from: /home/rodrigo/Android/Sdk/build-tools/29.0.3/aapt dump xmltree /home/rodrigo/Documentos/projects/flutter_here/build/app/outputs/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)0x1c
A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9")
A: package="com.example.flutter_here" (Raw: "com.example.flutter_here")
A: platformBuildVersionCode=(type 0x10)0x1c
A: platformBuildVersionName=(type 0x10)0x9
E: uses-sdk (line=7)
A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15
A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1d
E: uses-permission (line=14)
A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
E: uses-feature (line=16)
A: android:glEsVersion(0x01010281)=(type 0x11)0x20000
E: uses-permission (line=18)
A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE")
E: uses-permission (line=19)
A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE")
E: uses-permission (line=20)
A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE")
E: application (line=22)
A: android:label(0x01010001)="flutter_here" (Raw: "flutter_here")
A: android:icon(0x01010002)=#0x7f080000
A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication")
A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
E: meta-data (line=28)
A: android:name(0x01010003)="com.here.sdk.access_key_id" (Raw: "com.here.sdk.access_key_id")
A: android:value(0x01010024)="gi43CjcxO0sNH_4FbU-fgQ" (Raw: "gi43CjcxO0sNH_4FbU-fgQ")
E: meta-data (line=31)
A: android:name(0x01010003)="com.here.sdk.access_key_secret" (Raw: "com.here.sdk.access_key_secret")
A: android:value(0x01010024)="goEsOTCw2Y0k6Qt1bVdK_UHt5x4AWkpXfqPIBXUSJZp88GPG6FipsoWFa7zQu9kZBdGsfxeUUxk-DOIAU5-tyQ" (Raw: "goEsOTCw2Y0k6Qt1bVdK_UHt5x4AWkpXfqPIBXUSJZp88GPG6FipsoWFa7zQu9kZBdGsfxeUUxk-DOIAU5-tyQ")
E: activity (line=35)
A: android:theme(0x01010000)=#0x7f0a0000
A: android:name(0x01010003)="com.example.flutter_here.MainActivity" (Raw: "com.example.flutter_here.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: intent-filter (line=42)
E: action (line=43)
A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
E: category (line=45)
A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
E: meta-data (line=52)
A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
A: android:value(0x01010024)=(type 0x10)0x2
E: provider (line=57)
A: android:name(0x01010003)="com.here.sdk.engine.InitProvider" (Raw: "com.here.sdk.engine.InitProvider")
A: android:exported(0x01010010)=(type 0x12)0x0
A: android:authorities(0x01010018)="com.example.flutter_here.com.here.sdk.engine.InitProvider" (Raw: "com.example.flutter_here.com.here.sdk.engine.InitProvider")
[ +1 ms] Stopping app 'app.apk' on AOSP on IA Emulator.
[ ] executing: /home/rodrigo/Android/Sdk/platform-tools/adb -s emulator-5554 shell am force-stop com.example.flutter_here
[ +34 ms] executing: /home/rodrigo/Android/Sdk/platform-tools/adb -s emulator-5554 shell pm list packages com.example.flutter_here
[ +28 ms] package:com.example.flutter_here
[ +3 ms] executing: /home/rodrigo/Android/Sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.com.example.flutter_here.sha1
[ +17 ms] 9ab23403ff0c762c433cd3a7a243744e53f20f38
[ ] Latest build already installed.
[ ] AOSP on IA Emulator startApp
[ +1 ms] executing: /home/rodrigo/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.flutter_here/com.example.flutter_here.MainActivity
[ +38 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.flutter_here/.MainActivity (has extras) }
[ ] Waiting for observatory port to be available...
[ +209 ms] D/FlutterActivity( 7946): Using the launch theme as normal theme.
[ +1 ms] D/FlutterActivityAndFragmentDelegate( 7946): Setting up FlutterEngine.
[ ] D/FlutterActivityAndFragmentDelegate( 7946): No preferred FlutterEngine was provided. Creating a new FlutterEngine for this FlutterFragment.
[ +121 ms] D/FlutterActivityAndFragmentDelegate( 7946): Attaching FlutterEngine to the Activity that owns this Fragment.
[ +99 ms] D/FlutterView( 7946): Attaching to a FlutterEngine: io.flutter.embedding.engine.FlutterEngine#1b88b6d
[ ] D/FlutterActivityAndFragmentDelegate( 7946): Executing Dart entrypoint: main, and sending initial route: /
[ +384 ms] Observatory URL on device: http://127.0.0.1:45099/lkoQI_f1Zyw=/
[ +2 ms] executing: /home/rodrigo/Android/Sdk/platform-tools/adb -s emulator-5554 forward tcp:0 tcp:45099
[ +14 ms] 38075
[ ] Forwarded host port 38075 to device port 45099 for Observatory
[ +11 ms] Connecting to service protocol: http://127.0.0.1:38075/lkoQI_f1Zyw=/
[ +74 ms] Fail to connect to service protocol: http://127.0.0.1:38075/lkoQI_f1Zyw=/: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:38075/lkoQI_f1Zyw=/ws
[ +3 ms] "flutter run" took 5.564ms.

Can you try switching to flutter beta channel? I had some major issues with Flutter 1.12 (stable) as well that went away when I switched to 1.17 (beta)
$ flutter channel beta
$ flutter upgrade
$ flutter clean
You can always go back to stable with:
$ flutter channel stable
$ flutter upgrade
$ flutter clean

For me the demo application from Github (https://github.com/heremaps/here-sdk-examples/tree/master/examples/latest/explore/flutter/hello_map) and another application I created myself based on the demo application were both building and running fine on iOS Device and on Android Simulator with the following settings:
Flutter (Channel beta, v1.17.0)
Android Emulator with Pixel 3 API 29 (6GB disc, 512mb SD, rest default)
Note 1: On Android Emulator I noticed some map rendering issues, which seem caused by Emulator.
Note 2: Running it on iOS Simulator requires the latest Mac OS, therefore I was not able to test this.
I recommend you try it again after upgrading to Flutter Beta with the GitHub Hello-World sample app on a real device (as issue might be caused
by our Android Emulator)
Update:
Also ensure to follow the documentation. E.g. the plugin is using Platform Views which require your application to opt-in as this Flutter feature is still beta (at least on iOS). E.g. remember to set io.flutter.embedded_views_preview = YES in your info.plist file.

Related

Fresh install of Trellis by Roots on Ubuntu & VituralBox is missing composer.json under /srv/www/website.com/current

This is the error message I got when I first run 'vagrant provision' (after command 'vagrant up' blocked in 'Mounting NFS shared folders...') under the trellis directory:
TASK [wordpress-install : Install Dependencies with Composer] ******************
System info:
Ansible 2.9.11; Vagrant 2.2.9; Linux
Trellis version (per changelog): "Removes ID from Lets Encrypt bundled certificate and make filename stable"
---------------------------------------------------
Composer could not find a composer.json file in /srv/www/example.com/current
To initialize a project, please create a composer.json file
as described in the https://getcomposer.org/ "Getting Started"
section failed: [default] (item=example.com) =>
{
"ansible_loop_var": "item",
"changed": false,
"item": {
"key": "example.com",
"value": {
"admin_email": "admin#example.test",
"cache": {
"enabled": false
},
"local_path": "../site",
"multisite": {
"enabled": false
},
"site_hosts": [
{
"canonical": "example.test",
"redirects": [
"www.example.test"
]
}
],
"ssl": {
"enabled": false,
"provider": "self-signed"
}
}
},
"stdout": "Composer could not find a composer.json file in /srv/www/example.com/current\nTo initialize a project, please create a composer.json file as described in the https://getcomposer.org/ \"Getting Started\" section\n",
"stdout_lines": [
"Composer could not find a composer.json file in /srv/www/example.com/current",
"To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ \"Getting Started\" section"
]
}
PLAY RECAP *********************************************************************
default : ok=125 changed=83 unreachable=0 failed=1 skipped=34 rescued=0 ignored=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
How do I fix this? Where to find the right composer.json for Trellis, Bedrock, and Sage for local development on Linux?
Ubuntu 19.10

Podman: Changes made to podman config.json do not persist on container start

I am trying to add a network to a podman container after it has already been created.
These are the steps I took:
Create and start a container:
podman run -it --name "container" --network=mgmtnet img_v1 /bin/bash
The container starts.
I now stop the container
podman stop container
I edit the podman config.json file at:
/var/lib/containers/storage/overlay-containers/60dfc044f28b0b60f0490f351f44b3647531c245d1348084944feaea783a6ad5/userdata/config.json
I add an extra netns path in the namespaces section.
"namespaces": [
{
"type": "pid"
},
{
"type": "network",
>> "path": "/var/run/netns/cni-8231c733-6932-ed54-4dee-92477014da6e",
>>[+] "path": "/var/run/netns/test_net"
},
{
"type": "ipc"
},
{
"type": "uts"
},
{
"type": "mount"
}
],
I start the container
podman start container
I expected the changes (an extra interface) in the container. But that doesn't happen. Also, checking the config.json, I find that my changes are gone.
So starting the container removes the changes in config. How to overcome this?
Extra info:
[root#bng-ix-svr1 ~]# podman info
host:
BuildahVersion: 1.9.0
Conmon:
package: podman-1.4.2-5.module+el8.1.0+4240+893c1ab8.x86_64
path: /usr/libexec/podman/conmon
version: 'conmon version 2.0.1-dev, commit: unknown'
Distribution:
distribution: '"rhel"'
version: "8.1"
MemFree: 253316108288
MemTotal: 270097387520
OCIRuntime:
package: runc-1.0.0-60.rc8.module+el8.1.0+4081+b29780af.x86_64
path: /usr/bin/runc
version: 'runc version spec: 1.0.1-dev'
SwapFree: 5368705024
SwapTotal: 5368705024
arch: amd64
cpus: 16
hostname: bng-ix-svr1.englab.juniper.net
kernel: 4.18.0-147.el8.x86_64
os: linux
rootless: false
uptime: 408h 2m 41.08s (Approximately 17.00 days)
registries:
blocked: null
insecure: null
search:
- registry.redhat.io
- registry.access.redhat.com
- quay.io
- docker.io
store:
ConfigFile: /etc/containers/storage.conf
ContainerStore:
number: 4
GraphDriverName: overlay
GraphOptions: null
GraphRoot: /var/lib/containers/storage
GraphStatus:
Backing Filesystem: xfs
Native Overlay Diff: "true"
Supports d_type: "true"
Using metacopy: "false"
ImageStore:
number: 2
RunRoot: /var/run/containers/storage
VolumePath: /var/lib/containers/storage/volumes
that is correct. The config.json file is generated by Podman to instruct the OCI runtime how to run the container.
All the changes done directly on that file will be lost next time you restart the container. The config.json file is used by the OCI runtime to create the container and then it is not used anymore.

Windows docker image build hangs on creating a directory

I'm following the instructions given by Microsoft to create a windows docker image for an ASP.Net application but for some reason it can't get past the mkdir step.
Here is the dockerfile:
FROM microsoft/aspnet
RUN mkdir C:\storefront
RUN powershell -NoProfile -Command \
Import-module IISAdministration; \
New-IISSite -Name "Storefront" -PhysicalPath C:\storefront -BindingInformation "*:80:"
EXPOSE 80
ADD storefront/ /storefront
And here is the output I'm getting:
docker build -t storefront .
Sending build context to Docker daemon 137.8 MB
Step 1/5 : FROM microsoft/aspnet
---> e761eca2f8df
Step 2/5 : RUN mkdir C:\storefront
---> Running in a939dd7163b1
and it just hangs here on mkdir.
I've already tried using md, changing the backslashes to slashes, and using a relative path instead of the drive letter, all of them result in the same thing happening.
EDIT:
Here's the log output of the build:
[12:22:10.718][ApiProxy ][Info ] proxy >> GET /_ping
[12:22:10.718][ApiProxy ][Info ] Dial name pipe \\.\pipe\docker_engine_windows
[12:22:10.718][ApiProxy ][Info ] Successfully dialed name pipe \\.\pipe\docker_engine_windows
[12:22:10.718][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:10.718369300-05:00" level=debug msg="Calling GET /_ping"
[12:22:10.718][ApiProxy ][Info ] proxy << GET /_ping
[12:22:11.106][ApiProxy ][Info ] proxy >> POST /v1.25/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=Dockerfile&labels=%7B%7D&memory=0&memswap=0&networkmode=default&rm=1&shmsize=0&t=storefront&ulimits=null
[12:22:11.106][ApiProxy ][Info ] Dial name pipe \\.\pipe\docker_engine_windows
[12:22:11.106][ApiProxy ][Info ] Successfully dialed name pipe \\.\pipe\docker_engine_windows
[12:22:11.106][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:11.106869500-05:00" level=debug msg="Calling POST /v1.25/build?buildargs=%7B%7D&cachefrom=%5B%5D&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=Dockerfile&labels=%7B%7D&memory=0&memswap=0& networkmode=default&rm=1&shmsize=0&t=storefront&ulimits=null"
[12:22:34.138][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.138382000-05:00" level=debug msg="[BUILDER] Cache miss: [cmd /S /C mkdir C:\\storefront]"
[12:22:34.138][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.138382000-05:00" level=debug msg="[BUILDER] Command to be executed: [cmd /S /C mkdir C:\\storefront]"
[12:22:34.140][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.140380500-05:00" level=debug msg="hcsshim::GetLayerMountPath Flavour 1 ID 8aa6a1776a6803a692f68e8ac6da9c5edcb38cfcdf2edd75c5706442323e7f5b"
[12:22:34.140][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.140380500-05:00" level=debug msg="Calling proc (1)"
[12:22:34.140][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.140380500-05:00" level=debug msg="Calling proc (2)"
[12:22:34.140][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.140380500-05:00" level=debug msg="hcsshim::GetLayerMountPath succeeded flavour=1 id=8aa6a1776a6803a692f68e8ac6da9c5edcb38cfcdf2edd75c5706442323e7f5b path=C:\\ProgramData\\Docker\\windowsfilter\\8aa6a1776a6803a692f68e8ac6da9c5edcb38cfcdf2edd75c5706442323e7f5b"
[12:22:34.140][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.140380500-05:00" level=debug msg="hcsshim::CreateSandboxLayer layerId 6c84bcad548f6d4b74239e882e156d7a9dffa2b38842393b237b8c4470364f2c parentId C:\\ProgramData\\Docker\\windowsfilter\\8aa6a1776a6803a692f68e8ac6da9c5edcb38cfcdf2edd75c5706442323e7f5b"
[12:22:34.140][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.140380500-05:00" level=debug msg="hcsshim::NameToGuid Name 8aa6a1776a6803a692f68e8ac6da9c5edcb38cfcdf2edd75c5706442323e7f5b"
[12:22:34.140][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.140380500-05:00" level=debug msg="hcsshim::NameToGuid Name 4bbfe8c329c52aca77b41bf0c3c7673ca55232f3520a74dacd3befa4ffa7a161"
[12:22:34.140][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.140380500-05:00" level=debug msg="hcsshim::NameToGuid Name 6f7c5ba7066e3999eadcb8c7ce0ce997cf65a748f15755557b2bc3dd79d2e8cc"
[12:22:34.140][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.140380500-05:00" level=debug msg="hcsshim::NameToGuid Name 4d9fc7ac017392ffdd91d3b2efe1bce1cadcab146692490e8c9300747be6ce40"
[12:22:34.141][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.140380500-05:00" level=debug msg="hcsshim::NameToGuid Name 3fc2c39416c9725cedc3e74e11d53a63338a00ec33c968657b2724cdd0da9b4a"
[12:22:34.141][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.141380400-05:00" level=debug msg="hcsshim::NameToGuid Name 70d596762a12ad5312e4594bd5d1670ee886d76d356a464a22b9fa648ab42bf9"
[12:22:34.147][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.147380700-05:00" level=debug msg="hcsshim::CreateSandboxLayer - succeeded layerId=6c84bcad548f6d4b74239e882e156d7a9dffa2b38842393b237b8c4470364f2c parentId=C:\\ProgramData\\Docker\\windowsfilter\\8aa6a1776a6803a692f68e8ac6da9c5edcb38cfcdf2edd75c5706442323e7f5b"
[12:22:34.211][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.211976300-05:00" level=debug msg="Assigning addresses for endpoint condescending_fermi's interface on network nat"
[12:22:34.211][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.211976300-05:00" level=debug msg="RequestAddress(172.25.112.0/20, <nil>, map[])"
[12:22:34.211][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.211976300-05:00" level=debug msg="attach: stdout: begin"
[12:22:34.211][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:34.211976300-05:00" level=debug msg="attach: stderr: begin"
[12:22:49.531][ApiProxy ][Info ] Cancel connection...
[12:22:49.531][WindowsDockerDaemon][Info ] time="2017-02-08T12:22:49.531681200-05:00" level=debug msg="Build cancelled, killing and removing container: 6c84bcad548f6d4b74239e882e156d7a9dffa2b38842393b237b8c4470364f2c"
Installing the latest Windows updates and a new version of Docker fixed the issue.

CloudFormation Template not able to install R related packages

I am trying to create an EC2 instance through CloudFormation template where I am trying to install Zeppelin,Spark & R as shown here...now I want to install R related packages..so in the "Install" section,my template looks as follows:
"AWS::CloudFormation::Init" : {
"configSets" : {
"InstallAndRun" : [ "Install", "Configure" ]
},
"Install" : {
"packages" : {
"yum" : {
"git" : [],
"java-1.7.0-openjdk-devel.x86_64": [],
"R R-devel": [],
"libpng" : [],
"libpng-devel" : [],
"curl curl-devel" : [],
"libxml2 libxml2-devel" : []
}
},
But it is only able to install git & java....i saw in the logs where the error message was "Unhandled exception during build: Yum does not have libxml2 libxml2-devel available for installation" ..so what needs to be done for that ?? What are the packages required for installing R via CloudFormation ??
You are using invalid syntax. Each yum package needs to be specified separately, so change:
"R R-devel": [],
"curl curl-devel" : [],
"libxml2 libxml2-devel" : []
to something like:
"R": [],
"R-devel": [],
"curl": [],
"curl-devel": [],
"libxml2": [],
"libxml2-devel": []
This is probably because these packages are not in the base yum repo. You can find them in the EPEL yum repo. Try passing --enablerepo=epel when you install these packages.

Ansible Not copying directory using cp command

I have the following role:
---
- name: "Copying {{source_directory}} to {{destination_directory}}"
shell: cp -r "{{source_directory}}" "{{destination_directory}}"
being used as follows:
- { role: copy_folder, source_directory: "{{working_directory}}/ipsc/dist", destination_directory: "/opt/apache-tomcat-base/webapps/ips" }
with the parameters: working_directory: /opt/demoServer
This is being executed after I remove the directory using this role (as I do not want the previous contents)
- name: "Removing Folder {{path_to_file}}"
command: rm -r "{{path_to_file}}"
with parameters: path_to_file: "/opt/apache-tomcat-base/webapps/ips"
I get the following output:
TASK: [copy_folder | Copying /opt/demoServer/ipsc/dist to /opt/apache-tomcat-base/webapps/ips] ***
<md1cat01-demo.lnx.ix.com> ESTABLISH CONNECTION FOR USER: my.user
<md1cat01-demo.lnx.ix.com> REMOTE_MODULE command cp -r "/opt/demoServer/ipsc/dist" "/opt/apache-tomcat-base/webapps/ips" #USE_SHELL
...
changed: [md1cat01-demo.lnx.ix.com] => {"changed": true, "cmd": "cp -r \"/opt/demoServer/ipsc/dist\" \"/opt/apache-tomcat-base/webapps/ips\"", "delta": "0:00:00.211759", "end": "2016-02-05 11:05:37.459890", "rc": 0, "start": "2016-02-05 11:05:37.248131", "stderr": "", "stdout": "", "warnings": []}
What is happening is that there is never being a folder in that directory.
Basically the cp command is not doing it's job, but i get no error or so. If i run the copy command manually on the machine it works however.
Use Copy module and set directory_mode to yes

Resources