Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android example_test.dart does not run #2316

Open
Friesenjung opened this issue Aug 18, 2024 · 115 comments
Open

Android example_test.dart does not run #2316

Friesenjung opened this issue Aug 18, 2024 · 115 comments
Assignees

Comments

@Friesenjung
Copy link

Steps to reproduce

  1. Install Patrol like documented on patrol.leancode.co
  2. Run example_test.dart copied from website
  3. see results

Actual results

The process does not finish successful. See logs below.
It used to work, but it does not at the moment. I do not know where to look at.
Additional information:
openjdk 17.0.12 2024-07-16

Logs

Logs
patrol develop -t integration_test/example_test.dart -d "emulator-5554" --verbose
Verbose mode enabled. More logs will be printed.
Received test target: /Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/example_test.dart
Generated entrypoint /Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/test_bundle.dart for development
$ flutter --no-version-check --suppress-analytics devices --machine
$ flutter doctor --verbose
$ flutter --suppress-analytics --no-version-check pub deps --style=list
Received device: emulator-5554
Received 10 --dart-define(s) (0 custom, 10 internal)
Received internal --dart-define: PATROL_WAIT=0
Received internal --dart-define: PATROL_APP_PACKAGE_NAME=de.hexagonstudios.money_ops
Received internal --dart-define: PATROL_APP_BUNDLE_ID=de.hexagonstudios.moneyops
Received internal --dart-define: PATROL_ANDROID_APP_NAME=money_ops
Received internal --dart-define: PATROL_IOS_APP_NAME=money_ops
Received internal --dart-define: INTEGRATION_TEST_SHOULD_REPORT_RESULTS_TO_NATIVE=false
Received internal --dart-define: PATROL_TEST_LABEL_ENABLED=true
Received internal --dart-define: PATROL_HOT_RESTART=true
Received internal --dart-define: PATROL_TEST_SERVER_PORT=8081
Received internal --dart-define: PATROL_APP_SERVER_PORT=8082
$ flutter build apk --config-only -t integration_test/test_bundle.dart
$ flutter doctor --verbose
• Building apk with entrypoint test_bundle.dart...
$ ./gradlew :app:assembleDebug -Ptarget=/Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/test_bundle.dart -Pdart-defines=UEFUUk9MX1dBSVQ9MA==,UEFUUk9MX0FQUF9QQUNLQUdFX05BTUU9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlfb3Bz,UEFUUk9MX0FQUF9CVU5ETEVfSUQ9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlvcHM=,UEFUUk9MX0FORFJPSURfQVBQX05BTUU9bW9uZXlfb3Bz,UEFUUk9MX0lPU19BUFBfTkFNRT1tb25leV9vcHM=,SU5URUdSQVRJT05fVEVTVF9TSE9VTERfUkVQT1JUX1JFU1VMVFNfVE9fTkFUSVZFPWZhbHNl,UEFUUk9MX1RFU1RfTEFCRUxfRU5BQkxFRD10cnVl,UEFUUk9MX0hPVF9SRVNUQVJUPXRydWU=,UEFUUk9MX1RFU1RfU0VSVkVSX1BPUlQ9ODA4MQ==,UEFUUk9MX0FQUF9TRVJWRVJfUE9SVD04MDgy -Papp-server-port=8082 -Ptest-server-port=8081
        : > Task :gradle:compileJava NO-SOURCE
        : > Task :gradle:compileGroovy UP-TO-DATE
        : > Task :gradle:pluginDescriptors UP-TO-DATE
        : > Task :gradle:processResources UP-TO-DATE
        : > Task :gradle:classes UP-TO-DATE
        : > Task :gradle:jar UP-TO-DATE
        : WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
        : 
        : This Android Gradle plugin (7.4.2) was tested up to compileSdk = 33
        : 
        : This warning can be suppressed by adding
        :     android.suppressUnsupportedCompileSdk=34
        : to this project's gradle.properties
        : 
        : The build will continue, but you are strongly encouraged to update your project to
        : use a newer Android Gradle Plugin that has been tested with compileSdk = 34
        : > Task :app:preBuild UP-TO-DATE
        : > Task :app:preDebugBuild UP-TO-DATE
        : > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
        : > Task :app:compileFlutterBuildDebug UP-TO-DATE
        : > Task :app:packJniLibsflutterBuildDebug UP-TO-DATE
        : > Task :cronet_http:preBuild UP-TO-DATE
        : > Task :cronet_http:preDebugBuild UP-TO-DATE
        : > Task :jni:preBuild UP-TO-DATE
        : > Task :jni:preDebugBuild UP-TO-DATE
        : > Task :jni:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:compileDebugAidl NO-SOURCE
        : > Task :flutter_native_splash:preBuild UP-TO-DATE
        : > Task :flutter_native_splash:preDebugBuild UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugAidl NO-SOURCE
        : > Task :patrol:preBuild UP-TO-DATE
        : > Task :patrol:preDebugBuild UP-TO-DATE
        : > Task :patrol:compileDebugAidl NO-SOURCE
        : > Task :shared_preferences_android:preBuild UP-TO-DATE
        : > Task :shared_preferences_android:preDebugBuild UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugAidl NO-SOURCE
        : > Task :app:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:packageDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:packageDebugRenderscript NO-SOURCE
        : > Task :jni:packageDebugRenderscript NO-SOURCE
        : > Task :patrol:packageDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:packageDebugRenderscript NO-SOURCE
        : > Task :app:compileDebugRenderscript NO-SOURCE
        : > Task :app:generateDebugBuildConfig UP-TO-DATE
        : > Task :cronet_http:writeDebugAarMetadata UP-TO-DATE
        : > Task :flutter_native_splash:writeDebugAarMetadata UP-TO-DATE
        : > Task :jni:writeDebugAarMetadata UP-TO-DATE
        : > Task :patrol:writeDebugAarMetadata UP-TO-DATE
        : > Task :shared_preferences_android:writeDebugAarMetadata UP-TO-DATE
        : > Task :app:checkDebugAarMetadata UP-TO-DATE
        : > Task :app:cleanMergeDebugAssets
        : > Task :app:mergeDebugShaders UP-TO-DATE
        : > Task :app:compileDebugShaders NO-SOURCE
        : > Task :app:generateDebugAssets UP-TO-DATE
        : > Task :cronet_http:mergeDebugShaders UP-TO-DATE
        : > Task :cronet_http:compileDebugShaders NO-SOURCE
        : > Task :cronet_http:generateDebugAssets UP-TO-DATE
        : > Task :cronet_http:packageDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugShaders UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugShaders NO-SOURCE
        : > Task :flutter_native_splash:generateDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugAssets UP-TO-DATE
        : > Task :jni:mergeDebugShaders UP-TO-DATE
        : > Task :jni:compileDebugShaders NO-SOURCE
        : > Task :jni:generateDebugAssets UP-TO-DATE
        : > Task :jni:packageDebugAssets UP-TO-DATE
        : > Task :patrol:mergeDebugShaders UP-TO-DATE
        : > Task :patrol:compileDebugShaders NO-SOURCE
        : > Task :patrol:generateDebugAssets UP-TO-DATE
        : > Task :patrol:packageDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugShaders UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugShaders NO-SOURCE
        : > Task :shared_preferences_android:generateDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugAssets UP-TO-DATE
        : > Task :app:mergeDebugAssets
        : > Task :app:copyFlutterAssetsDebug
        : > Task :app:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:compileDebugRenderscript NO-SOURCE
        : > Task :cronet_http:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:generateDebugResources UP-TO-DATE
        : > Task :cronet_http:packageDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:generateDebugResValues UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugResources UP-TO-DATE
        : > Task :jni:compileDebugRenderscript NO-SOURCE
        : > Task :jni:generateDebugResValues UP-TO-DATE
        : > Task :jni:generateDebugResources UP-TO-DATE
        : > Task :jni:packageDebugResources UP-TO-DATE
        : > Task :patrol:compileDebugRenderscript NO-SOURCE
        : > Task :patrol:generateDebugResValues UP-TO-DATE
        : > Task :patrol:generateDebugResources UP-TO-DATE
        : > Task :patrol:packageDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:generateDebugResValues UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugResources UP-TO-DATE
        : > Task :app:mapDebugSourceSetPaths UP-TO-DATE
        : > Task :app:generateDebugResources UP-TO-DATE
        : > Task :app:mergeDebugResources UP-TO-DATE
        : > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
        : > Task :app:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:processDebugManifest UP-TO-DATE
        : > Task :flutter_native_splash:extractDeepLinksDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugManifest UP-TO-DATE
        : > Task :jni:extractDeepLinksDebug UP-TO-DATE
        : > Task :jni:processDebugManifest UP-TO-DATE
        : > Task :patrol:extractDeepLinksDebug UP-TO-DATE
        : > Task :patrol:processDebugManifest UP-TO-DATE
        : > Task :shared_preferences_android:extractDeepLinksDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugMainManifest UP-TO-DATE
        : > Task :app:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugManifestForPackage UP-TO-DATE
        : > Task :cronet_http:compileDebugLibraryResources UP-TO-DATE
        : > Task :cronet_http:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:generateDebugRFile UP-TO-DATE
        : > Task :cronet_http:generateDebugRFile UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugLibraryResources UP-TO-DATE
        : > Task :flutter_native_splash:parseDebugLocalResources UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugRFile UP-TO-DATE
        : > Task :jni:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:parseDebugLocalResources UP-TO-DATE
        : > Task :patrol:generateDebugRFile UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugLibraryResources UP-TO-DATE
        : > Task :shared_preferences_android:parseDebugLocalResources UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugRFile UP-TO-DATE
        : > Task :app:processDebugResources UP-TO-DATE
        : > Task :cronet_http:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:javaPreCompileDebug UP-TO-DATE
        : > Task :jni:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :jni:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugKotlin UP-TO-DATE
        : > Task :cronet_http:javaPreCompileDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :cronet_http:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugBuildConfig UP-TO-DATE
        : > Task :flutter_native_splash:javaPreCompileDebug UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :patrol:generateDebugBuildConfig UP-TO-DATE
        : > Task :patrol:compileDebugKotlin UP-TO-DATE
        : > Task :patrol:javaPreCompileDebug UP-TO-DATE
        : > Task :patrol:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :patrol:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugBuildConfig UP-TO-DATE
        : > Task :shared_preferences_android:javaPreCompileDebug UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :app:compileDebugKotlin UP-TO-DATE
        : > Task :app:javaPreCompileDebug UP-TO-DATE
        : > Task :app:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :app:compressDebugAssets UP-TO-DATE
        : > Task :app:processDebugJavaRes NO-SOURCE
        : > Task :cronet_http:processDebugJavaRes NO-SOURCE
        : > Task :cronet_http:bundleLibResDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugJavaRes NO-SOURCE
        : > Task :flutter_native_splash:bundleLibResDebug NO-SOURCE
        : > Task :jni:processDebugJavaRes NO-SOURCE
        : > Task :jni:bundleLibResDebug NO-SOURCE
        : > Task :patrol:processDebugJavaRes NO-SOURCE
        : > Task :patrol:bundleLibResDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugJavaRes NO-SOURCE
        : > Task :shared_preferences_android:bundleLibResDebug NO-SOURCE
        : > Task :app:mergeDebugJavaResource UP-TO-DATE
        : > Task :app:checkDebugDuplicateClasses UP-TO-DATE
        : > Task :app:desugarDebugFileDependencies UP-TO-DATE
        : > Task :app:mergeExtDexDebug UP-TO-DATE
        : > Task :cronet_http:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :jni:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :patrol:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :app:dexBuilderDebug UP-TO-DATE
        : > Task :app:mergeLibDexDebug UP-TO-DATE
        : > Task :app:mergeProjectDexDebug UP-TO-DATE
        : > Task :app:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :cronet_http:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :cronet_http:mergeDebugNativeLibs NO-SOURCE
        : > Task :cronet_http:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugNativeLibs NO-SOURCE
        : > Task :flutter_native_splash:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :jni:configureCMakeDebug[arm64-v8a]
        : > Task :jni:buildCMakeDebug[arm64-v8a]
        : > Task :jni:configureCMakeDebug[armeabi-v7a]
        : > Task :jni:buildCMakeDebug[armeabi-v7a]
        : > Task :jni:configureCMakeDebug[x86]
        : > Task :jni:buildCMakeDebug[x86]
        : > Task :jni:configureCMakeDebug[x86_64]
        : > Task :jni:buildCMakeDebug[x86_64]
        : > Task :jni:externalNativeBuildDebug
        : > Task :jni:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :jni:mergeDebugNativeLibs UP-TO-DATE
        : > Task :jni:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :patrol:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :patrol:mergeDebugNativeLibs NO-SOURCE
        : > Task :patrol:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugNativeLibs NO-SOURCE
        : > Task :shared_preferences_android:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :app:mergeDebugNativeLibs UP-TO-DATE
        : > Task :app:stripDebugDebugSymbols UP-TO-DATE
        : > Task :app:validateSigningDebug UP-TO-DATE
        : > Task :app:writeDebugAppMetadata UP-TO-DATE
        : > Task :app:writeDebugSigningConfigVersions UP-TO-DATE
        : > Task :app:packageDebug UP-TO-DATE
        : > Task :app:createDebugApkListingFileRedirect UP-TO-DATE
        : > Task :app:assembleDebug
        : 
        : Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
        : 
        : You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
        : 
        : For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
        : 
        : BUILD SUCCESSFUL in 1s
        : 140 actionable tasks: 13 executed, 127 up-to-date
$ ./gradlew :app:assembleDebugAndroidTest -Ptarget=/Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/test_bundle.dart -Pdart-defines=UEFUUk9MX1dBSVQ9MA==,UEFUUk9MX0FQUF9QQUNLQUdFX05BTUU9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlfb3Bz,UEFUUk9MX0FQUF9CVU5ETEVfSUQ9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlvcHM=,UEFUUk9MX0FORFJPSURfQVBQX05BTUU9bW9uZXlfb3Bz,UEFUUk9MX0lPU19BUFBfTkFNRT1tb25leV9vcHM=,SU5URUdSQVRJT05fVEVTVF9TSE9VTERfUkVQT1JUX1JFU1VMVFNfVE9fTkFUSVZFPWZhbHNl,UEFUUk9MX1RFU1RfTEFCRUxfRU5BQkxFRD10cnVl,UEFUUk9MX0hPVF9SRVNUQVJUPXRydWU=,UEFUUk9MX1RFU1RfU0VSVkVSX1BPUlQ9ODA4MQ==,UEFUUk9MX0FQUF9TRVJWRVJfUE9SVD04MDgy -Papp-server-port=8082 -Ptest-server-port=8081
        : > Task :gradle:compileJava NO-SOURCE
        : > Task :gradle:compileGroovy UP-TO-DATE
        : > Task :gradle:pluginDescriptors UP-TO-DATE
        : > Task :gradle:processResources UP-TO-DATE
        : > Task :gradle:classes UP-TO-DATE
        : > Task :gradle:jar UP-TO-DATE
        : WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
        : 
        : This Android Gradle plugin (7.4.2) was tested up to compileSdk = 33
        : 
        : This warning can be suppressed by adding
        :     android.suppressUnsupportedCompileSdk=34
        : to this project's gradle.properties
        : 
        : The build will continue, but you are strongly encouraged to update your project to
        : use a newer Android Gradle Plugin that has been tested with compileSdk = 34
        : > Task :app:preBuild UP-TO-DATE
        : > Task :app:preDebugBuild UP-TO-DATE
        : > Task :cronet_http:preBuild UP-TO-DATE
        : > Task :cronet_http:preDebugBuild UP-TO-DATE
        : > Task :jni:preBuild UP-TO-DATE
        : > Task :jni:preDebugBuild UP-TO-DATE
        : > Task :jni:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:compileDebugAidl NO-SOURCE
        : > Task :flutter_native_splash:preBuild UP-TO-DATE
        : > Task :flutter_native_splash:preDebugBuild UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugAidl NO-SOURCE
        : > Task :patrol:preBuild UP-TO-DATE
        : > Task :patrol:preDebugBuild UP-TO-DATE
        : > Task :patrol:compileDebugAidl NO-SOURCE
        : > Task :shared_preferences_android:preBuild UP-TO-DATE
        : > Task :shared_preferences_android:preDebugBuild UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugAidl NO-SOURCE
        : > Task :app:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:packageDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:packageDebugRenderscript NO-SOURCE
        : > Task :jni:packageDebugRenderscript NO-SOURCE
        : > Task :patrol:packageDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:packageDebugRenderscript NO-SOURCE
        : > Task :app:compileDebugRenderscript NO-SOURCE
        : > Task :app:generateDebugBuildConfig UP-TO-DATE
        : > Task :cronet_http:writeDebugAarMetadata UP-TO-DATE
        : > Task :flutter_native_splash:writeDebugAarMetadata UP-TO-DATE
        : > Task :jni:writeDebugAarMetadata UP-TO-DATE
        : > Task :patrol:writeDebugAarMetadata UP-TO-DATE
        : > Task :shared_preferences_android:writeDebugAarMetadata UP-TO-DATE
        : > Task :app:checkDebugAarMetadata UP-TO-DATE
        : > Task :app:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:compileDebugRenderscript NO-SOURCE
        : > Task :cronet_http:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:generateDebugResources UP-TO-DATE
        : > Task :cronet_http:packageDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:generateDebugResValues UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugResources UP-TO-DATE
        : > Task :jni:compileDebugRenderscript NO-SOURCE
        : > Task :jni:generateDebugResValues UP-TO-DATE
        : > Task :jni:generateDebugResources UP-TO-DATE
        : > Task :jni:packageDebugResources UP-TO-DATE
        : > Task :patrol:compileDebugRenderscript NO-SOURCE
        : > Task :patrol:generateDebugResValues UP-TO-DATE
        : > Task :patrol:generateDebugResources UP-TO-DATE
        : > Task :patrol:packageDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:generateDebugResValues UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugResources UP-TO-DATE
        : > Task :app:mapDebugSourceSetPaths UP-TO-DATE
        : > Task :app:generateDebugResources UP-TO-DATE
        : > Task :app:mergeDebugResources UP-TO-DATE
        : > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
        : > Task :app:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:processDebugManifest UP-TO-DATE
        : > Task :flutter_native_splash:extractDeepLinksDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugManifest UP-TO-DATE
        : > Task :jni:extractDeepLinksDebug UP-TO-DATE
        : > Task :jni:processDebugManifest UP-TO-DATE
        : > Task :patrol:extractDeepLinksDebug UP-TO-DATE
        : > Task :patrol:processDebugManifest UP-TO-DATE
        : > Task :shared_preferences_android:extractDeepLinksDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugMainManifest UP-TO-DATE
        : > Task :app:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugManifestForPackage UP-TO-DATE
        : > Task :cronet_http:compileDebugLibraryResources UP-TO-DATE
        : > Task :cronet_http:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:generateDebugRFile UP-TO-DATE
        : > Task :cronet_http:generateDebugRFile UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugLibraryResources UP-TO-DATE
        : > Task :flutter_native_splash:parseDebugLocalResources UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugRFile UP-TO-DATE
        : > Task :jni:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:parseDebugLocalResources UP-TO-DATE
        : > Task :patrol:generateDebugRFile UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugLibraryResources UP-TO-DATE
        : > Task :shared_preferences_android:parseDebugLocalResources UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugRFile UP-TO-DATE
        : > Task :app:processDebugResources UP-TO-DATE
        : > Task :cronet_http:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:javaPreCompileDebug UP-TO-DATE
        : > Task :jni:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :jni:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugKotlin UP-TO-DATE
        : > Task :cronet_http:javaPreCompileDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :cronet_http:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugBuildConfig UP-TO-DATE
        : > Task :flutter_native_splash:javaPreCompileDebug UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :patrol:generateDebugBuildConfig UP-TO-DATE
        : > Task :patrol:compileDebugKotlin UP-TO-DATE
        : > Task :patrol:javaPreCompileDebug UP-TO-DATE
        : > Task :patrol:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :patrol:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugBuildConfig UP-TO-DATE
        : > Task :shared_preferences_android:javaPreCompileDebug UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :app:javaPreCompileDebug UP-TO-DATE
        : > Task :app:preDebugAndroidTestBuild SKIPPED
        : > Task :app:compileDebugAndroidTestAidl NO-SOURCE
        : > Task :app:processDebugAndroidTestManifest UP-TO-DATE
        : > Task :app:compileDebugAndroidTestRenderscript NO-SOURCE
        : > Task :app:generateDebugAndroidTestBuildConfig UP-TO-DATE
        : > Task :app:checkDebugAndroidTestAarMetadata UP-TO-DATE
        : > Task :app:generateDebugAndroidTestResValues UP-TO-DATE
        : > Task :app:mapDebugAndroidTestSourceSetPaths UP-TO-DATE
        : > Task :app:generateDebugAndroidTestResources UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestResources UP-TO-DATE
        : > Task :app:processDebugAndroidTestResources UP-TO-DATE
        : > Task :app:javaPreCompileDebugAndroidTest UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestShaders UP-TO-DATE
        : > Task :app:compileDebugAndroidTestShaders NO-SOURCE
        : > Task :app:generateDebugAndroidTestAssets UP-TO-DATE
        : > Task :cronet_http:mergeDebugShaders UP-TO-DATE
        : > Task :cronet_http:compileDebugShaders NO-SOURCE
        : > Task :cronet_http:generateDebugAssets UP-TO-DATE
        : > Task :cronet_http:packageDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugShaders UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugShaders NO-SOURCE
        : > Task :flutter_native_splash:generateDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugAssets UP-TO-DATE
        : > Task :jni:mergeDebugShaders UP-TO-DATE
        : > Task :jni:compileDebugShaders NO-SOURCE
        : > Task :jni:generateDebugAssets UP-TO-DATE
        : > Task :jni:packageDebugAssets UP-TO-DATE
        : > Task :patrol:mergeDebugShaders UP-TO-DATE
        : > Task :patrol:compileDebugShaders NO-SOURCE
        : > Task :patrol:generateDebugAssets UP-TO-DATE
        : > Task :patrol:packageDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugShaders UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugShaders NO-SOURCE
        : > Task :shared_preferences_android:generateDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugAssets UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestAssets UP-TO-DATE
        : > Task :app:compressDebugAndroidTestAssets UP-TO-DATE
        : > Task :app:processDebugAndroidTestJavaRes NO-SOURCE
        : > Task :cronet_http:processDebugJavaRes NO-SOURCE
        : > Task :cronet_http:bundleLibResDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugJavaRes NO-SOURCE
        : > Task :flutter_native_splash:bundleLibResDebug NO-SOURCE
        : > Task :jni:processDebugJavaRes NO-SOURCE
        : > Task :jni:bundleLibResDebug NO-SOURCE
        : > Task :patrol:processDebugJavaRes NO-SOURCE
        : > Task :patrol:bundleLibResDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugJavaRes NO-SOURCE
        : > Task :shared_preferences_android:bundleLibResDebug NO-SOURCE
        : > Task :app:mergeDebugAndroidTestJniLibFolders UP-TO-DATE
        : > Task :cronet_http:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :cronet_http:mergeDebugNativeLibs NO-SOURCE
        : > Task :cronet_http:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugNativeLibs NO-SOURCE
        : > Task :flutter_native_splash:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :jni:configureCMakeDebug[arm64-v8a]
        : > Task :app:compileDebugKotlin
        : > Task :jni:buildCMakeDebug[arm64-v8a]
        : > Task :app:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :app:bundleDebugClassesToCompileJar UP-TO-DATE
        : > Task :app:compileDebugAndroidTestKotlin NO-SOURCE
        : > Task :app:compileDebugAndroidTestJavaWithJavac UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestJavaResource UP-TO-DATE
        : > Task :jni:configureCMakeDebug[armeabi-v7a]
        : > Task :jni:buildCMakeDebug[armeabi-v7a]
        : > Task :jni:configureCMakeDebug[x86]
        : > Task :jni:buildCMakeDebug[x86]
        : > Task :jni:configureCMakeDebug[x86_64]
        : > Task :jni:buildCMakeDebug[x86_64]
        : > Task :jni:externalNativeBuildDebug
        : > Task :jni:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :jni:mergeDebugNativeLibs UP-TO-DATE
        : > Task :jni:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :patrol:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :patrol:mergeDebugNativeLibs NO-SOURCE
        : > Task :patrol:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugNativeLibs NO-SOURCE
        : > Task :shared_preferences_android:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestNativeLibs NO-SOURCE
        : > Task :app:checkDebugAndroidTestDuplicateClasses UP-TO-DATE
        : > Task :app:desugarDebugAndroidTestFileDependencies UP-TO-DATE
        : > Task :app:mergeExtDexDebugAndroidTest UP-TO-DATE
        : > Task :cronet_http:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :jni:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :patrol:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :app:dexBuilderDebugAndroidTest
        : > Task :app:mergeLibDexDebugAndroidTest UP-TO-DATE
        : > Task :app:mergeProjectDexDebugAndroidTest UP-TO-DATE
        : > Task :app:validateSigningDebugAndroidTest UP-TO-DATE
        : > Task :app:writeDebugAndroidTestSigningConfigVersions UP-TO-DATE
        : > Task :app:packageDebugAndroidTest UP-TO-DATE
        : > Task :app:createDebugAndroidTestApkListingFileRedirect UP-TO-DATE
        : > Task :app:assembleDebugAndroidTest UP-TO-DATE
        : 
        : Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
        : 
        : You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
        : 
        : For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
        : 
        : BUILD SUCCESSFUL in 810ms
        : 142 actionable tasks: 11 executed, 131 up-to-date
✓ Completed building apk with entrypoint test_bundle.dart (2.9s)
Will uninstall apps before running tests
Uninstalling de.hexagonstudios.money_ops from sdk gphone64 arm64
Uninstalling de.hexagonstudios.money_ops.test from sdk gphone64 arm64
• Executing tests of apk with entrypoint test_bundle.dart on emulator-5554...
$ ./gradlew :app:connectedDebugAndroidTest -Ptarget=/Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/test_bundle.dart -Pdart-defines=UEFUUk9MX1dBSVQ9MA==,UEFUUk9MX0FQUF9QQUNLQUdFX05BTUU9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlfb3Bz,UEFUUk9MX0FQUF9CVU5ETEVfSUQ9ZGUuaGV4YWdvbnN0dWRpb3MubW9uZXlvcHM=,UEFUUk9MX0FORFJPSURfQVBQX05BTUU9bW9uZXlfb3Bz,UEFUUk9MX0lPU19BUFBfTkFNRT1tb25leV9vcHM=,SU5URUdSQVRJT05fVEVTVF9TSE9VTERfUkVQT1JUX1JFU1VMVFNfVE9fTkFUSVZFPWZhbHNl,UEFUUk9MX1RFU1RfTEFCRUxfRU5BQkxFRD10cnVl,UEFUUk9MX0hPVF9SRVNUQVJUPXRydWU=,UEFUUk9MX1RFU1RfU0VSVkVSX1BPUlQ9ODA4MQ==,UEFUUk9MX0FQUF9TRVJWRVJfUE9SVD04MDgy -Papp-server-port=8082 -Ptest-server-port=8081
Interactive shell mode enabled.
Logs: waiting for them...
$ flutter --no-version-check --suppress-analytics logs --device-id emulator-5554
$ flutter attach --no-version-check --suppress-analytics --debug --device-id emulator-5554 --app-id de.hexagonstudios.money_ops --target /Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/integration_test/test_bundle.dart --dart-define PATROL_WAIT=0 --dart-define PATROL_APP_PACKAGE_NAME=de.hexagonstudios.money_ops --dart-define PATROL_APP_BUNDLE_ID=de.hexagonstudios.moneyops --dart-define PATROL_ANDROID_APP_NAME=money_ops --dart-define PATROL_IOS_APP_NAME=money_ops --dart-define INTEGRATION_TEST_SHOULD_REPORT_RESULTS_TO_NATIVE=false --dart-define PATROL_TEST_LABEL_ENABLED=true --dart-define PATROL_HOT_RESTART=true --dart-define PATROL_TEST_SERVER_PORT=8081 --dart-define PATROL_APP_SERVER_PORT=8082
Hot Restart: waiting for attach to the app...
        : > Task :gradle:compileJava NO-SOURCE
        : > Task :gradle:compileGroovy UP-TO-DATE
        : > Task :gradle:pluginDescriptors UP-TO-DATE
        : > Task :gradle:processResources UP-TO-DATE
        : > Task :gradle:classes UP-TO-DATE
        : > Task :gradle:jar UP-TO-DATE
Hot Restart: logs connected
[WARN] Hot Restart: not attached to the app yet
        Showing sdk gphone64 arm64 logs:
        : Waiting for a connection from Flutter on sdk gphone64 arm64...
        : WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
        : 
        : This Android Gradle plugin (7.4.2) was tested up to compileSdk = 33
        : 
        : This warning can be suppressed by adding
        :     android.suppressUnsupportedCompileSdk=34
        : to this project's gradle.properties
        : 
        : The build will continue, but you are strongly encouraged to update your project to
        : use a newer Android Gradle Plugin that has been tested with compileSdk = 34
        : > Task :app:compileFlutterBuildDebug UP-TO-DATE
        : > Task :app:packJniLibsflutterBuildDebug UP-TO-DATE
        : > Task :app:preBuild UP-TO-DATE
        : > Task :app:preDebugBuild UP-TO-DATE
        : > Task :cronet_http:preBuild UP-TO-DATE
        : > Task :cronet_http:preDebugBuild UP-TO-DATE
        : > Task :jni:preBuild UP-TO-DATE
        : > Task :jni:preDebugBuild UP-TO-DATE
        : > Task :jni:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:compileDebugAidl NO-SOURCE
        : > Task :flutter_native_splash:preBuild UP-TO-DATE
        : > Task :flutter_native_splash:preDebugBuild UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugAidl NO-SOURCE
        : > Task :patrol:preBuild UP-TO-DATE
        : > Task :patrol:preDebugBuild UP-TO-DATE
        : > Task :patrol:compileDebugAidl NO-SOURCE
        : > Task :shared_preferences_android:preBuild UP-TO-DATE
        : > Task :shared_preferences_android:preDebugBuild UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugAidl NO-SOURCE
        : > Task :app:compileDebugAidl NO-SOURCE
        : > Task :cronet_http:packageDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:packageDebugRenderscript NO-SOURCE
        : > Task :jni:packageDebugRenderscript NO-SOURCE
        : > Task :patrol:packageDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:packageDebugRenderscript NO-SOURCE
        : > Task :app:compileDebugRenderscript NO-SOURCE
        : > Task :app:generateDebugBuildConfig UP-TO-DATE
        : > Task :cronet_http:writeDebugAarMetadata UP-TO-DATE
        : > Task :flutter_native_splash:writeDebugAarMetadata UP-TO-DATE
        : > Task :jni:writeDebugAarMetadata UP-TO-DATE
        : > Task :patrol:writeDebugAarMetadata UP-TO-DATE
        : > Task :shared_preferences_android:writeDebugAarMetadata UP-TO-DATE
        : > Task :app:checkDebugAarMetadata UP-TO-DATE
        : > Task :app:cleanMergeDebugAssets
        : > Task :app:mergeDebugShaders UP-TO-DATE
        : > Task :app:compileDebugShaders NO-SOURCE
        : > Task :app:generateDebugAssets UP-TO-DATE
        : > Task :cronet_http:mergeDebugShaders UP-TO-DATE
        : > Task :cronet_http:compileDebugShaders NO-SOURCE
        : > Task :cronet_http:generateDebugAssets UP-TO-DATE
        : > Task :cronet_http:packageDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugShaders UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugShaders NO-SOURCE
        : > Task :flutter_native_splash:generateDebugAssets UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugAssets UP-TO-DATE
        : > Task :jni:mergeDebugShaders UP-TO-DATE
        : > Task :jni:compileDebugShaders NO-SOURCE
        : > Task :jni:generateDebugAssets UP-TO-DATE
        : > Task :jni:packageDebugAssets UP-TO-DATE
        : > Task :patrol:mergeDebugShaders UP-TO-DATE
        : > Task :patrol:compileDebugShaders NO-SOURCE
        : > Task :patrol:generateDebugAssets UP-TO-DATE
        : > Task :patrol:packageDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugShaders UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugShaders NO-SOURCE
        : > Task :shared_preferences_android:generateDebugAssets UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugAssets UP-TO-DATE
        : > Task :app:mergeDebugAssets
        : > Task :app:copyFlutterAssetsDebug
        : > Task :app:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:compileDebugRenderscript NO-SOURCE
        : > Task :cronet_http:generateDebugResValues UP-TO-DATE
        : > Task :cronet_http:generateDebugResources UP-TO-DATE
        : > Task :cronet_http:packageDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugRenderscript NO-SOURCE
        : > Task :flutter_native_splash:generateDebugResValues UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugResources UP-TO-DATE
        : > Task :flutter_native_splash:packageDebugResources UP-TO-DATE
        : > Task :jni:compileDebugRenderscript NO-SOURCE
        : > Task :jni:generateDebugResValues UP-TO-DATE
        : > Task :jni:generateDebugResources UP-TO-DATE
        : > Task :jni:packageDebugResources UP-TO-DATE
        : > Task :patrol:compileDebugRenderscript NO-SOURCE
        : > Task :patrol:generateDebugResValues UP-TO-DATE
        : > Task :patrol:generateDebugResources UP-TO-DATE
        : > Task :patrol:packageDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugRenderscript NO-SOURCE
        : > Task :shared_preferences_android:generateDebugResValues UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugResources UP-TO-DATE
        : > Task :shared_preferences_android:packageDebugResources UP-TO-DATE
        : > Task :app:mapDebugSourceSetPaths UP-TO-DATE
        : > Task :app:generateDebugResources UP-TO-DATE
        : > Task :app:mergeDebugResources UP-TO-DATE
        : > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
        : > Task :app:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:extractDeepLinksDebug UP-TO-DATE
        : > Task :cronet_http:processDebugManifest UP-TO-DATE
        : > Task :flutter_native_splash:extractDeepLinksDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugManifest UP-TO-DATE
        : > Task :jni:extractDeepLinksDebug UP-TO-DATE
        : > Task :jni:processDebugManifest UP-TO-DATE
        : > Task :patrol:extractDeepLinksDebug UP-TO-DATE
        : > Task :patrol:processDebugManifest UP-TO-DATE
        : > Task :shared_preferences_android:extractDeepLinksDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugMainManifest UP-TO-DATE
        : > Task :app:processDebugManifest UP-TO-DATE
        : > Task :app:processDebugManifestForPackage UP-TO-DATE
        : > Task :cronet_http:compileDebugLibraryResources UP-TO-DATE
        : > Task :cronet_http:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:parseDebugLocalResources UP-TO-DATE
        : > Task :jni:generateDebugRFile UP-TO-DATE
        : > Task :cronet_http:generateDebugRFile UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugLibraryResources UP-TO-DATE
        : > Task :flutter_native_splash:parseDebugLocalResources UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugRFile UP-TO-DATE
        : > Task :jni:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:compileDebugLibraryResources UP-TO-DATE
        : > Task :patrol:parseDebugLocalResources UP-TO-DATE
        : > Task :patrol:generateDebugRFile UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugLibraryResources UP-TO-DATE
        : > Task :shared_preferences_android:parseDebugLocalResources UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugRFile UP-TO-DATE
        : > Task :app:processDebugResources UP-TO-DATE
        : > Task :cronet_http:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:generateDebugBuildConfig UP-TO-DATE
        : > Task :jni:javaPreCompileDebug UP-TO-DATE
        : > Task :jni:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :jni:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugKotlin UP-TO-DATE
        : > Task :cronet_http:javaPreCompileDebug UP-TO-DATE
        : > Task :cronet_http:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :cronet_http:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:generateDebugBuildConfig UP-TO-DATE
        : > Task :flutter_native_splash:javaPreCompileDebug UP-TO-DATE
        : > Task :flutter_native_splash:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :patrol:generateDebugBuildConfig UP-TO-DATE
        : > Task :patrol:compileDebugKotlin UP-TO-DATE
        : > Task :patrol:javaPreCompileDebug UP-TO-DATE
        : > Task :patrol:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :patrol:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:generateDebugBuildConfig UP-TO-DATE
        : > Task :shared_preferences_android:javaPreCompileDebug UP-TO-DATE
        : > Task :shared_preferences_android:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibCompileToJarDebug UP-TO-DATE
        : > Task :app:javaPreCompileDebug UP-TO-DATE
        : > Task :app:preDebugAndroidTestBuild SKIPPED
        : > Task :app:compileDebugAndroidTestAidl NO-SOURCE
        : > Task :app:processDebugAndroidTestManifest UP-TO-DATE
        : > Task :app:compileDebugAndroidTestRenderscript NO-SOURCE
        : > Task :app:generateDebugAndroidTestBuildConfig UP-TO-DATE
        : > Task :app:checkDebugAndroidTestAarMetadata UP-TO-DATE
        : > Task :app:generateDebugAndroidTestResValues UP-TO-DATE
        : > Task :app:mapDebugAndroidTestSourceSetPaths UP-TO-DATE
        : > Task :app:generateDebugAndroidTestResources UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestResources UP-TO-DATE
        : > Task :app:processDebugAndroidTestResources UP-TO-DATE
        : > Task :app:javaPreCompileDebugAndroidTest UP-TO-DATE
        : > Task :app:compressDebugAssets UP-TO-DATE
        : > Task :app:processDebugJavaRes NO-SOURCE
        : > Task :cronet_http:processDebugJavaRes NO-SOURCE
        : > Task :cronet_http:bundleLibResDebug UP-TO-DATE
        : > Task :flutter_native_splash:processDebugJavaRes NO-SOURCE
        : > Task :flutter_native_splash:bundleLibResDebug NO-SOURCE
        : > Task :jni:processDebugJavaRes NO-SOURCE
        : > Task :jni:bundleLibResDebug NO-SOURCE
        : > Task :patrol:processDebugJavaRes NO-SOURCE
        : > Task :patrol:bundleLibResDebug UP-TO-DATE
        : > Task :shared_preferences_android:processDebugJavaRes NO-SOURCE
        : > Task :shared_preferences_android:bundleLibResDebug NO-SOURCE
        : > Task :app:checkDebugDuplicateClasses UP-TO-DATE
        : > Task :app:desugarDebugFileDependencies UP-TO-DATE
        : > Task :app:mergeExtDexDebug UP-TO-DATE
        : > Task :cronet_http:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :jni:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :flutter_native_splash:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :patrol:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :shared_preferences_android:bundleLibRuntimeToJarDebug UP-TO-DATE
        : > Task :app:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :cronet_http:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :app:mergeLibDexDebug UP-TO-DATE
        : > Task :cronet_http:mergeDebugNativeLibs NO-SOURCE
        : > Task :cronet_http:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :flutter_native_splash:mergeDebugNativeLibs NO-SOURCE
        : > Task :flutter_native_splash:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :jni:configureCMakeDebug[arm64-v8a]
        : > Task :jni:buildCMakeDebug[arm64-v8a]
        : > Task :jni:configureCMakeDebug[armeabi-v7a]
        : > Task :jni:buildCMakeDebug[armeabi-v7a]
        : > Task :jni:configureCMakeDebug[x86]
        : > Task :jni:buildCMakeDebug[x86]
        : > Task :jni:configureCMakeDebug[x86_64]
        : > Task :jni:buildCMakeDebug[x86_64]
        : > Task :jni:externalNativeBuildDebug
        : > Task :jni:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :jni:mergeDebugNativeLibs UP-TO-DATE
        : > Task :jni:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :patrol:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :patrol:mergeDebugNativeLibs NO-SOURCE
        : > Task :patrol:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugJniLibFolders UP-TO-DATE
        : > Task :shared_preferences_android:mergeDebugNativeLibs NO-SOURCE
        : > Task :shared_preferences_android:copyDebugJniLibsProjectOnly UP-TO-DATE
        : > Task :app:mergeDebugNativeLibs UP-TO-DATE
        : > Task :app:stripDebugDebugSymbols UP-TO-DATE
        : > Task :app:validateSigningDebug UP-TO-DATE
        : > Task :app:writeDebugAppMetadata UP-TO-DATE
        : > Task :app:writeDebugSigningConfigVersions UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestShaders UP-TO-DATE
        : > Task :app:compileDebugAndroidTestShaders NO-SOURCE
        : > Task :app:generateDebugAndroidTestAssets UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestAssets UP-TO-DATE
        : > Task :app:compressDebugAndroidTestAssets UP-TO-DATE
        : > Task :app:processDebugAndroidTestJavaRes NO-SOURCE
        : > Task :app:mergeDebugAndroidTestJniLibFolders UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestNativeLibs NO-SOURCE
        : > Task :app:checkDebugAndroidTestDuplicateClasses UP-TO-DATE
        : > Task :app:desugarDebugAndroidTestFileDependencies UP-TO-DATE
        : > Task :app:mergeExtDexDebugAndroidTest UP-TO-DATE
        : > Task :app:mergeLibDexDebugAndroidTest UP-TO-DATE
        : > Task :app:validateSigningDebugAndroidTest UP-TO-DATE
        : > Task :app:writeDebugAndroidTestSigningConfigVersions UP-TO-DATE
        : > Task :app:compileDebugKotlin
        : > Task :app:compileDebugJavaWithJavac UP-TO-DATE
        : > Task :app:bundleDebugClassesToCompileJar UP-TO-DATE
        : > Task :app:compileDebugAndroidTestKotlin NO-SOURCE
        : > Task :app:compileDebugAndroidTestJavaWithJavac UP-TO-DATE
        : > Task :app:mergeDebugJavaResource UP-TO-DATE
        : > Task :app:dexBuilderDebug UP-TO-DATE
        : > Task :app:mergeProjectDexDebug UP-TO-DATE
        : > Task :app:packageDebug UP-TO-DATE
        : > Task :app:createDebugApkListingFileRedirect UP-TO-DATE
        : > Task :app:mergeDebugAndroidTestJavaResource UP-TO-DATE
        : > Task :app:dexBuilderDebugAndroidTest
        : > Task :app:mergeProjectDexDebugAndroidTest UP-TO-DATE
        : > Task :app:packageDebugAndroidTest UP-TO-DATE
        : > Task :app:createDebugAndroidTestApkListingFileRedirect UP-TO-DATE
        : > Task :app:connectedDebugAndroidTest FAILED
        : 
        : Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
        : 
        : You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
        : 
        : For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
        
        FAILURE: Build failed with an exception.
        
        * What went wrong:
        Execution failed for task ':app:connectedDebugAndroidTest'.
        See the report at: file:///Users/jonasrosskamp/IdeaProjects/MoneyOps/money_ops/build/app/reports/androidTests/connected/index.html
        
        * Try:
        > Run with --stacktrace option to get the stack trace.
        > Run with --info or --debug option to get more log output.
        > Run with --scan to get full insights.
        > Get more help at https://help.gradle.org.
        
        BUILD FAILED in 4s
        : 165 actionable tasks: 15 executed, 150 up-to-date
✓ App shut down on request (4.6s)
Caught SIGINT, exiting...
Killed before attached to the app
Uninstalling de.hexagonstudios.money_ops from sdk gphone64 arm64
Uninstalling de.hexagonstudios.money_ops.test from sdk gphone64 arm64

Patrol version

patrol: ^3.10.0

Patrol Doctor output

Patrol Doctor output
patrol doctor
Patrol doctor:
Patrol CLI version: 3.1.0
Flutter command: flutter 
  Flutter 3.22.2 • channel stable
Android: 
• Program adb found in /Users/jonasrosskamp/Library/Android/sdk/platform-tools/adb
• Env var $ANDROID_HOME set to /Users/jonasrosskamp/Library/Android/sdk
iOS / macOS: 
• Program xcodebuild found in /usr/bin/xcodebuild
• Program ideviceinstaller found in /opt/homebrew/bin/ideviceinstaller

Flutter Doctor output

Flutter Doctor output
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.2, on macOS 14.5 23F79 darwin-arm64, locale en-DE)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.1)
[✓] IntelliJ IDEA Community Edition (version 2024.2.0.1)
[✓] IntelliJ IDEA Community Edition (version 2024.1.6)
[✓] Connected device (6 available)
[✓] Network resources

• No issues found!

@fylyppo
Copy link
Collaborator

fylyppo commented Aug 26, 2024

Hi, is this test successful using patrol test command?

@fylyppo fylyppo self-assigned this Aug 26, 2024
@fylyppo fylyppo added the waiting for response Waiting for user's response label Aug 26, 2024
Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

26 similar comments
Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 2, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 3, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 6, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

13 similar comments
Copy link

github-actions bot commented Sep 6, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 6, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 6, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 7, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 7, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 7, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 7, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 7, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 7, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 7, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 7, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 7, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

Copy link

github-actions bot commented Sep 7, 2024

Without additional information, we can't resolve this issue. We're therefore reluctantly going to close it.
Feel free to open a new issue with all the required information provided, including a [minimal, reproducible sample]. Make sure to diligently fill out the issue template.
Thanks for your contribution.
[minimal, reproducible sample]: https://stackoverflow.com/help/minimal-reproducible-example

@github-actions github-actions bot closed this as completed Sep 7, 2024
@Friesenjung
Copy link
Author

No it is not successful using that command.

@github-actions github-actions bot removed the waiting for response Waiting for user's response label Sep 11, 2024
@github-actions github-actions bot reopened this Sep 11, 2024
@andriiShutov
Copy link

I had such behavior twice:

  1. When I've made MainActivity.java in wrong directory
  2. Emulator issue, wipe data and cold reboot fixed

@marselekq
Copy link

Currently, we have the same problem when we try to run patrol test on an Android simulator with API 35, but it works fine with simulators with API 30 and API 34.
So maybe you can try with that solution.

Also, we would like to know if it should be working on devices running the newest Android or are there some issues?

@mvarendorff2
Copy link
Contributor

I could fix this by upgrading the AGP to 8.6 and Gradle to 8.7

@acacioveit
Copy link

We are having the same problem here

@acacioveit
Copy link

I could fix this by upgrading the AGP to 8.6 and Gradle to 8.7

Unfortunatelly, this is not an option in many projects that are already running in production :(

@Ferreira-Jonathan
Copy link

We are having the same issue using Flutter 3.24.3, latest version of patrol CLI and gradle 8.3.

@zhukeev
Copy link

zhukeev commented Nov 18, 2024

we are having the same issue too

@Ferreira-Jonathan
Copy link

@zhukeev If you are using an emulator, check if you have more than one emulator created and delete them. Also make sure that you don't have any other devices connected. I don't know exactly why, but I can only run it when I have only one emulator created and no other device (physical/emulator) connected.

@n0krashy
Copy link

using Emulator with Android API 34 instead of 35 solved the issue

@zhukeev
Copy link

zhukeev commented Nov 19, 2024

@Ferreira-Jonathan I'm trying to run on physical device. but even when disconnected my real device nad i'm running on emulator i have two devices flutter devices although I have no mac folder and I run flutter config --no-enable-macos-desktop previously
Found 2 connected devices:
sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 14 (API 34) (emulator)
Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 14.6.1 23G93 darwin-arm64

@Ferreira-Jonathan
Copy link

@zhukeev try to run it using the emulator, but for that, delete one of them and leave only one connected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants