Status Update
Comments
vi...@google.com <vi...@google.com>
ar...@google.com <ar...@google.com>
hu...@google.com <hu...@google.com>
hu...@google.com <hu...@google.com> #2
This upgrade assistant change will add android.defaults.buildfeatures.resvalues=true
to the gradle.properties
file in AGP 9.0.0, and there will be a separate refactoring option to move the flag (when necessary) to the build files (DSL).
ni...@gmail.com <ni...@gmail.com> #3
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 Canary 6
- Android Gradle Plugin 8.8.0-alpha06
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
ni...@gmail.com <ni...@gmail.com> #4
Just to start fresh, I cleaned the emulator/snapshot folder, here's the configuration :
testOptions {
devices {
testApi(com.android.build.api.dsl.ManagedVirtualDevice) {
// Use device profiles you typically see in Android Studio
device = "Pixel"
// ATD currently support only API level 30.
apiLevel = 30
// You can also specify "google-atd" if you require Google Play Services.
systemImageSource = "google"
abi = "x86"
}
}
}
(I also tried x86_64 and x86-64)
.\gradlew.bat testApiDebugAndroidTest "-Pandroid.sdk.channel=3" --info
> Task :app:testApiSetup
Caching disabled for task ':app:testApiSetup' because:
Build cache is disabled
Task ':app:testApiSetup' is not up-to-date because:
Task has not declared any outputs despite executing actions.
Checking default_boot on device dev30_google_x86_Pixel is loadable.
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
snapshot name default_boot
Not loadable
Reason: snapshot doesn't exist
INFO | Android emulator version 31.3.1.0 (build_id 8129060) (CL:N/A)
> Task :app:testApiSetup
Creating snapshot for dev30_google_x86_Pixel
Creating snapshot for dev30_google_x86_Pixel
WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
ERROR | Failed to open /qemu.conf, err: 2
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
GVM is operational
host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
INFO | Started GRPC server at 127.0.0.1:8554, security: Local
INFO | Advertising in: C:\Users\nitro\AppData\Local\Temp\avd\running\pid_2024.ini
INFO | boot completed
INFO | Increasing screen off timeout, logcat buffer size to 2M.
INFO | Revoking microphone permissions for Google App.
INFO | Shutting down gRPC endpoint
INFO | Android emulator version 31.3.1.0 (build_id 8129060) (CL:N/A)
> Task :app:testApiSetup
Successfully created snapshot for: dev30_google_x86_Pixel
Checking default_boot on device dev30_google_x86_Pixel is loadable.
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
snapshot name default_boot
Loadable
INFO | Android emulator version 31.3.1.0 (build_id 8129060) (CL:N/A)
> Task :app:testApiSetup
Verified snapshot created for: dev30_google_x86_Pixel.
:app:testApiSetup (Thread[Execution worker for ':' Thread 10,5,main]) completed. Took 54.529 secs.
:app:testApiDebugAndroidTest (Thread[Execution worker for ':' Thread 10,5,main]) started.
> Task :app:testApiDebugAndroidTest
Caching disabled for task ':app:testApiDebugAndroidTest' because:
Build cache is disabled
Task ':app:testApiDebugAndroidTest' is not up-to-date because:
Task has failed previously.
Executing java process:
Starting process 'command 'C:\Program Files\Java\jdk-11.0.10\bin\java.exe''. Working directory: C:\Users\nitro\Documents\Workspace\TestChimpmunk\app Command: C:\Program Files\Java\jdk-11.0.10\bin\java.
exe -Djava.awt.headless=true -Djava.util.logging.config.file=C:\Users\nitro\.android\utp\logging4374682788082251318properties -Dfile.encoding=UTF-8 -Duser.country=FR -Duser.language=fr -Duser.variant -
cp C:\Users\nitro\.gradle\caches\modules-2\files-2.1\com.google.testing.platform\launcher\0.0.8-alpha07\47d15094202612b26f5a07fbfbe17ff8900a58c4\launcher-0.0.8-alpha07.jar com.google.testing.platform.l
auncher.Launcher C:\Users\nitro\.gradle\caches\modules-2\files-2.1\com.google.testing.platform\core\0.0.8-alpha07\185ff5f0c2380a7a283320bc5ec9130dbcbbb030\core-0.0.8-alpha07.jar --proto_config=C:\Users
\nitro\.android\utp\runnerConfig7697848101724772492.pb --proto_server_config=C:\Users\nitro\.android\utp\serverConfig15781149195578238201.pb
Successfully started process 'command 'C:\Program Files\Java\jdk-11.0.10\bin\java.exe''
fÚvr. 15, 2022 1:32:19 AM com.google.testing.platform.server.strategy.NonInteractiveServerStrategy run
INFO: Constructing runner from config.
fÚvr. 15, 2022 1:32:20 AM com.google.testing.platform.runtime.android.driver.AndroidInstrumentationDriver configure
INFO: Configuring Android Instrumentation driver: android_instrumentation_runtime {
instrumentation_info {
app_package: "com.nitro.testchimpmunk"
test_package: "com.nitro.testchimpmunk.test"
test_runner_class: "androidx.test.runner.AndroidJUnitRunner"
}
instrumentation_args {
args_map {
key: "additionalTestOutputDir"
value: "/sdcard/Android/media/com.nitro.testchimpmunk/additional_test_output"
}
}
}
am_instrument_timeout: 31536000
fÚvr. 15, 2022 1:32:20 AM com.google.testing.platform.plugin.android.AndroidDevicePlugin configure
INFO: No installables found in test fixture. Nothing to install.
fÚvr. 15, 2022 1:33:24 AM com.google.testing.platform.RunnerImpl run
SEVERE: Test execution failed with fatal error!
com.google.testing.platform.core.device.DeviceProviderException: ErrorName: DEVICE_PROVISION_FAILED
NameSpace: com.google.testing.platform
ErrorCode: 3002
Message: Device provider <com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider> failed trying to provide device controller.
at com.google.testing.platform.executor.DeviceProviderProxy.provideDevice(DeviceProviderProxy.kt:123)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor.runUnlessCancelled(SingleDeviceExecutor.kt:105)
at com.google.testing.platform.executor.SingleDeviceExecutor.execute(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.RunnerImpl.run(RunnerImpl.kt:108)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:80)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy.run(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.main.MainKt$main$4.invokeSuspend(Main.kt:67)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at com.google.testing.platform.main.MainKt.main(Main.kt:66)
at com.google.testing.platform.main.MainKt.main$default(Main.kt:34)
at com.google.testing.platform.main.MainKt.main(Main.kt)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.google.testing.platform.launcher.Launcher.main(Launcher.java:149)
Caused by: com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$EmulatorTimeoutException: Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.makeDevice(GradleManagedAndroidDeviceLauncher.kt:136)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.provideDevice(GradleManagedAndroidDeviceLauncher.kt:256)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider.provideDevice(GradleManagedAndroidDeviceProvider.kt:55)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:118)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:117)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.executor.DeviceProviderProxy.provideDevice(DeviceProviderProxy.kt:114)
... 27 more
fÚvr. 15, 2022 1:33:24 AM com.google.testing.platform.server.strategy.NonInteractiveServerStrategy run
INFO: Shutting down runner.
Could not finish tests for device: testApi.
Last Error: PLATFORM ERROR: Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
hu...@google.com <hu...@google.com> #5
Hi, we have fixed multiple stability issues recently. Could you try the 7.3.0-alpha07
? You might need to set -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
flag if hardware rendering is not supported on your machine. I'll close this bug as fixed but let me know if you still see the issue, I will reopen it.
ni...@gmail.com <ni...@gmail.com> #6
Well good news ! It still doesn't work with an api30 image (see below), but it works with api 31 !
If it's an issue ony with API 30 (and Windows ?), just use 31 in the Android Testing documentation as people will probably just follow the samples like me.
By the way, could you rename the issue to "Unable to make the new Android Testing feature of AS Chipmunk work" (you change it more if needed!). I can't change the title and I feel shameful each time I see it :D
Working with API 31
test31(com.android.build.api.dsl.ManagedVirtualDevice) {
// Use device profiles you typically see in Android Studio
device = "Pixel"
// ATD currently support only API level 30.
apiLevel = 31
// You can also specify "google-atd" if you require Google Play Services.
systemImageSource = "aosp-atd"
require64Bit = true
}
.\gradlew.bat test31DebugAndroidTest --info "-Pandroid.sdk.channel=3" "-Pandroid.testoptions.manageddevices.emulator.gpu=\`"swiftshader_indirect\`""
> Task :app:test31Setup
Caching disabled for task ':app:test31Setup' because:
Build cache is disabled
Task ':app:test31Setup' is not up-to-date because:
Task has not declared any outputs despite executing actions.
Checking the license for package AOSP ATD Intel x86 Atom_64 System Image in C:\Users\nitro\Logiciel\Dev\android-sdk\licenses
License for package AOSP ATD Intel x86 Atom_64 System Image accepted.
Preparing "Install AOSP ATD Intel x86 Atom_64 System Image (revision: 1)".
"Install AOSP ATD Intel x86 Atom_64 System Image (revision: 1)" ready.
Installing AOSP ATD Intel x86 Atom_64 System Image in C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-31\aosp_atd\x86_64
"Install AOSP ATD Intel x86 Atom_64 System Image (revision: 1)" complete.
"Install AOSP ATD Intel x86 Atom_64 System Image (revision: 1)" finished.
Checking default_boot on device dev31_aosp-atd_x86_64_Pixel is loadable.
INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-31\aosp_atd\x86_64\
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
INFO | Sending adb public key [QAAAAAMoPQVVPWO9mz9CRU+LklAJtHtbKaHMCKKnhiNmhol9Lu+XoX2NMAGugsgSFAxWTw2UaZi9WQUJQApsqGQZZGy7xnMOctCbH/KoJ/C+ifDTZmdyMbsNtFset2IQuYR2DSlCQNIcH14IupUa/TOn2mzDescNUE5Qb9i
9C4/fdpdrq/9f9he+NhTtHPT84B9ZU1ISO+SurQIWRiP5dl7Do8BWhRk9kMwfqY/BYZzdZ1fYfdkUyUY+ftkNI3cVcKHlR0qUvPyDHmu8kkhl0l8tUvjtGqE1YGjK0COsf/gxQXrpCvbbM14yrlP5vdMnYmV5fwEhCS0qAu1wyhr+sc4GdsfGtzCswyVRIBEpUOTPKwEq
cObQ61sv10Y7I62SQ714QtZ8AqH3P4rrtKSFiADIl3LOhXerdCCOk2QCIbkh9ZUqvBYC/YRpx4NIKUmyz6Lc7y2x++Ff4z501U4xXn2denrPVID7fjVmH8mmx0AtP42VTkGRkBypSFvWkNyGAAOPXV3U66GdxHyI3e+4IfYwKtzMFCbKyVTVfUPh76iWLYA99Fv2zopmbhsV3G6gJr1jrRZUXEAsqzDl/Q1Nn0LqiGQmnjKc5M4v2Dto0YYpl8euX6TYicn4MJDaF1D9ajxL6/KVzxmHs4/hIbX7u42ZHj7npPbSagm9jMqz/tRoYpYa0XGpmgEAAQA= @unknown]
snapshot name default_boot
Not loadable
Reason: snapshot doesn't exist
INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-31\aosp_atd\x86_64\
Waiting for dev31_aosp-atd_x86_64_Pixel to be attached to adb.
> Task :app:test31Setup
Creating snapshot for dev31_aosp-atd_x86_64_Pixel
Creating snapshot for dev31_aosp-atd_x86_64_Pixel
Waiting for a process to complete (timeout 600 seconds)
WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
WARNING | Failed to process .ini file C:\Users\nitro\.android\gradle\avd\dev31_aosp-atd_x86_64_Pixel.avd\quickbootChoice.ini for reading.
ERROR | Failed to create Vulkan instance.
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
INFO | Sending adb public key [QAAAAAMoPQVVPWO9mz9CRU+LklAJtHtbKaHMCKKnhiNmhol9Lu+XoX2NMAGugsgSFAxWTw2UaZi9WQUJQApsqGQZZGy7xnMOctCbH/KoJ/C+ifDTZmdyMbsNtFset2IQuYR2DSlCQNIcH14IupUa/TOn2mzDescNUE5Qb9i
9C4/fdpdrq/9f9he+NhTtHPT84B9ZU1ISO+SurQIWRiP5dl7Do8BWhRk9kMwfqY/BYZzdZ1fYfdkUyUY+ftkNI3cVcKHlR0qUvPyDHmu8kkhl0l8tUvjtGqE1YGjK0COsf/gxQXrpCvbbM14yrlP5vdMnYmV5fwEhCS0qAu1wyhr+sc4GdsfGtzCswyVRIBEpUOTPKwEq
cObQ61sv10Y7I62SQ714QtZ8AqH3P4rrtKSFiADIl3LOhXerdCCOk2QCIbkh9ZUqvBYC/YRpx4NIKUmyz6Lc7y2x++Ff4z501U4xXn2denrPVID7fjVmH8mmx0AtP42VTkGRkBypSFvWkNyGAAOPXV3U66GdxHyI3e+4IfYwKtzMFCbKyVTVfUPh76iWLYA99Fv2zopmbhsV3G6gJr1jrRZUXEAsqzDl/Q1Nn0LqiGQmnjKc5M4v2Dto0YYpl8euX6TYicn4MJDaF1D9ajxL6/KVzxmHs4/hIbX7u42ZHj7npPbSagm9jMqz/tRoYpYa0XGpmgEAAQA= @unknown]
INFO | Rootcanal has been activated.
GVM is operational
host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***
INFO | Started GRPC server at 127.0.0.1:8554, security: Local:none
INFO | Advertising in: C:\Users\nitro\AppData\Local\Temp\avd\running\pid_21804.ini
Waiting for dev31_aosp-atd_x86_64_Pixel to be attached to adb.
Waiting for dev31_aosp-atd_x86_64_Pixel to be attached to adb.
Waiting for dev31_aosp-atd_x86_64_Pixel to be attached to adb.
dev31_aosp-atd_x86_64_Pixel is attached to adb (emulator-5554).
Waiting for dev31_aosp-atd_x86_64_Pixel to boot up.
Waiting for dev31_aosp-atd_x86_64_Pixel to boot up.
Waiting for dev31_aosp-atd_x86_64_Pixel to boot up.
Waiting for dev31_aosp-atd_x86_64_Pixel to boot up.
Waiting for dev31_aosp-atd_x86_64_Pixel to boot up.
Waiting for dev31_aosp-atd_x86_64_Pixel to boot up.
Waiting for dev31_aosp-atd_x86_64_Pixel to boot up.
Waiting for dev31_aosp-atd_x86_64_Pixel to boot up.
sys.boot_completed=1
Booting dev31_aosp-atd_x86_64_Pixel is completed.
PackageManager is ready on dev31_aosp-atd_x86_64_Pixel.
INFO | boot completed
INFO | Increasing screen off timeout, logcat buffer size to 2M.
INFO | Revoking microphone permissions for Google App.
INFO | Closing down rootcanal.
INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-31\aosp_atd\x86_64\
> Task :app:test31Setup
Successfully created snapshot for: dev31_aosp-atd_x86_64_Pixel
Checking default_boot on device dev31_aosp-atd_x86_64_Pixel is loadable.
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
INFO | Sending adb public key [QAAAAAMoPQVVPWO9mz9CRU+LklAJtHtbKaHMCKKnhiNmhol9Lu+XoX2NMAGugsgSFAxWTw2UaZi9WQUJQApsqGQZZGy7xnMOctCbH/KoJ/C+ifDTZmdyMbsNtFset2IQuYR2DSlCQNIcH14IupUa/TOn2mzDescNUE5Qb9i
9C4/fdpdrq/9f9he+NhTtHPT84B9ZU1ISO+SurQIWRiP5dl7Do8BWhRk9kMwfqY/BYZzdZ1fYfdkUyUY+ftkNI3cVcKHlR0qUvPyDHmu8kkhl0l8tUvjtGqE1YGjK0COsf/gxQXrpCvbbM14yrlP5vdMnYmV5fwEhCS0qAu1wyhr+sc4GdsfGtzCswyVRIBEpUOTPKwEq
cObQ61sv10Y7I62SQ714QtZ8AqH3P4rrtKSFiADIl3LOhXerdCCOk2QCIbkh9ZUqvBYC/YRpx4NIKUmyz6Lc7y2x++Ff4z501U4xXn2denrPVID7fjVmH8mmx0AtP42VTkGRkBypSFvWkNyGAAOPXV3U66GdxHyI3e+4IfYwKtzMFCbKyVTVfUPh76iWLYA99Fv2zopmbhsV3G6gJr1jrRZUXEAsqzDl/Q1Nn0LqiGQmnjKc5M4v2Dto0YYpl8euX6TYicn4MJDaF1D9ajxL6/KVzxmHs4/hIbX7u42ZHj7npPbSagm9jMqz/tRoYpYa0XGpmgEAAQA= @unknown]
snapshot name default_boot
Loadable
> Task :app:test31Setup
Verified snapshot created for: dev31_aosp-atd_x86_64_Pixel.
:app:test31Setup (Thread[Execution worker for ':' Thread 22,5,main]) completed. Took 1 mins 39.394 secs.
:app:test31DebugAndroidTest (Thread[Execution worker for ':' Thread 22,5,main]) started.
> Task :app:test31DebugAndroidTest
Caching disabled for task ':app:test31DebugAndroidTest' because:
Build cache is disabled
Task ':app:test31DebugAndroidTest' is not up-to-date because:
No history is available.
Executing java process:
Starting process 'command 'C:\Program Files\Java\jdk-11.0.10\bin\java.exe''. Working directory: C:\Users\nitro\Documents\Workspace\TestChimpmunk\app Command: C:\Program Files\Java\jdk-11.0.10\bin\java.
exe -Djava.awt.headless=true -Djava.util.logging.config.file=C:\Users\nitro\.android\utp\logging12585092228583759395properties -Dfile.encoding=UTF-8 -Duser.country=FR -Duser.language=fr -Duser.variant
-cp C:\Users\nitro\.gradle\caches\modules-2\files-2.1\com.google.testing.platform\launcher\0.0.8-alpha07\47d15094202612b26f5a07fbfbe17ff8900a58c4\launcher-0.0.8-alpha07.jar com.google.testing.platform.
launcher.Launcher C:\Users\nitro\.gradle\caches\modules-2\files-2.1\com.google.testing.platform\core\0.0.8-alpha07\185ff5f0c2380a7a283320bc5ec9130dbcbbb030\core-0.0.8-alpha07.jar --proto_config=C:\Users\nitro\.android\utp\runnerConfig11848593819155151720.pb --proto_server_config=C:\Users\nitro\.android\utp\serverConfig10183355493630831550.pb
Successfully started process 'command 'C:\Program Files\Java\jdk-11.0.10\bin\java.exe''
Starting 1 tests on test31
com.nitro.testchimpmunk.ExampleInstrumentedTest > useAppContext[test31] SUCCESS
mars 18, 2022 10:36:03 AM com.google.testing.platform.server.strategy.NonInteractiveServerStrategy run
INFO: Constructing runner from config.
mars 18, 2022 10:36:03 AM com.google.testing.platform.runtime.android.driver.AndroidInstrumentationDriver configure
INFO: Configuring Android Instrumentation driver: android_instrumentation_runtime {
instrumentation_info {
app_package: "com.nitro.testchimpmunk"
test_package: "com.nitro.testchimpmunk.test"
test_runner_class: "androidx.test.runner.AndroidJUnitRunner"
}
instrumentation_args {
args_map {
key: "additionalTestOutputDir"
value: "/sdcard/Android/media/com.nitro.testchimpmunk/additional_test_output"
}
}
}
am_instrument_timeout: 31536000
mars 18, 2022 10:36:03 AM com.google.testing.platform.plugin.android.AndroidDevicePlugin configure
INFO: No installables found in test fixture. Nothing to install.
mars 18, 2022 10:36:03 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
mars 18, 2022 10:36:03 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-31\aosp_atd\x86_64\
mars 18, 2022 10:36:03 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test31DebugAndroidTest (attempt 1 of 10).
Found 0 devices:
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$2 invoke
INFO: WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$2 invoke
INFO: ERROR | Failed to create Vulkan instance.
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | added library vulkan-1.dll
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | configAndStartRenderer: setting vsync to 60 hz
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Sending adb public key [QAAAAAMoPQVVPWO9mz9CRU+LklAJtHtbKaHMCKKnhiNmhol9Lu+XoX2NMAGugsgSFAxWTw2UaZi9WQUJQApsqGQZZGy7xnMOctCbH/KoJ/C+ifDTZmdyMbsNtFset2IQuYR2DSlCQNIcH14IupUa/TOn2mzDescNU
E5Qb9i9C4/fdpdrq/9f9he+NhTtHPT84B9ZU1ISO+SurQIWRiP5dl7Do8BWhRk9kMwfqY/BYZzdZ1fYfdkUyUY+ftkNI3cVcKHlR0qUvPyDHmu8kkhl0l8tUvjtGqE1YGjK0COsf/gxQXrpCvbbM14yrlP5vdMnYmV5fwEhCS0qAu1wyhr+sc4GdsfGtzCswyVRIBEpUO
TPKwEqcObQ61sv10Y7I62SQ714QtZ8AqH3P4rrtKSFiADIl3LOhXerdCCOk2QCIbkh9ZUqvBYC/YRpx4NIKUmyz6Lc7y2x++Ff4z501U4xXn2denrPVID7fjVmH8mmx0AtP42VTkGRkBypSFvWkNyGAAOPXV3U66GdxHyI3e+4IfYwKtzMFCbKyVTVfUPh76iWLYA99Fv2zopmbhsV3G6gJr1jrRZUXEAsqzDl/Q1Nn0LqiGQmnjKc5M4v2Dto0YYpl8euX6TYicn4MJDaF1D9ajxL6/KVzxmHs4/hIbX7u42ZHj7npPbSagm9jMqz/tRoYpYa0XGpmgEAAQA= @unknown]
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Rootcanal has been activated.
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: GVM is operational
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$2 invoke
INFO: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Started GRPC server at 127.0.0.1:8554, security: Local:none
mars 18, 2022 10:36:04 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Advertising in: C:\Users\nitro\AppData\Local\Temp\avd\running\pid_25840.ini
mars 18, 2022 10:36:05 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test31DebugAndroidTest (attempt 2 of 10).
Found 0 devices:
mars 18, 2022 10:36:10 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test31DebugAndroidTest (attempt 3 of 10).
Found 1 devices:
:app:test31DebugAndroidTest(emulator-5554)
mars 18, 2022 10:36:10 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleAdbManagerImpl$isBootCompleted$1 invoke
INFO: sys.boot_completed=1 (emulator-5554)
mars 18, 2022 10:36:10 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleAdbManagerImpl$isPackageManagerStarted$1 invoke
INFO: Package Manager is ready (emulator-5554)
mars 18, 2022 10:36:10 AM com.google.android.apps.common.testing.broker.AndroidPropertyProcessor processLine
WARNING: Line '[persist.sys.boot.reason.history]: [reboot,factory_reset,1647596150' doesnt match regexp '^\[([\w.\-]+)\]:\s\[(.*)\]$'. Discarding.
mars 18, 2022 10:36:10 AM com.google.android.apps.common.testing.broker.AndroidPropertyProcessor processLine
WARNING: Line 'reboot,1647596108]' doesnt match regexp '^\[([\w.\-]+)\]:\s\[(.*)\]$'. Discarding.
mars 18, 2022 10:36:10 AM com.google.testing.platform.plugin.android.AndroidDevicePlugin beforeAll
INFO: Installing APK: C:\Users\nitro\Documents\Workspace\TestChimpmunk\app\build\outputs\apk\androidTest\debug\app-debug-androidTest.apk
mars 18, 2022 10:36:10 AM com.google.testing.platform.plugin.android.AndroidDevicePlugin beforeAll
INFO: Installing APK: C:\Users\nitro\Documents\Workspace\TestChimpmunk\app\build\outputs\apk\debug\app-debug.apk
mars 18, 2022 10:36:10 AM com.google.testing.platform.runtime.android.driver.AndroidInstrumentationDriver run
INFO: Running Android Instrumentation driver.
mars 18, 2022 10:36:12 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test31DebugAndroidTest (attempt 1 of 1).
Found 1 devices:
:app:test31DebugAndroidTest(emulator-5554)
mars 18, 2022 10:36:12 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$2 invoke
INFO: WARNING | Not saving state: RAM not mapped as shared
mars 18, 2022 10:36:12 AM com.google.testing.platform.RunnerImpl$Companion summarizeAndLogTestResult
INFO: Execute com.nitro.testchimpmunk.ExampleInstrumentedTest.useAppContext: PASSED
mars 18, 2022 10:36:12 AM com.google.testing.platform.server.strategy.NonInteractiveServerStrategy run
INFO: Shutting down runner.
#API 30 issue
I tried, aosp;aosp-atd, 64 bits, 32 bits.
pixel2api30ATD(com.android.build.api.dsl.ManagedVirtualDevice) {
// Use device profiles you typically see in Android Studio
device = "Pixel"
// ATD currently support only API level 30.
apiLevel = 32
// You can also specify "google-atd" if you require Google Play Services.
systemImageSource = "aosp-atd"
require64Bit = false
}
.\gradlew.bat pixel2api30ATDDebugAndroidTest --info "-Pandroid.sdk.channel=3" "-Pandroid.testoptions.manageddevices.emulator.gpu=\`"swiftshader_indirect\`""
> Task :app:createDebugAndroidTestApkListingFileRedirect UP-TO-DATE
Caching disabled for task ':app:createDebugAndroidTestApkListingFileRedirect' because:
Build cache is disabled
Skipping task ':app:createDebugAndroidTestApkListingFileRedirect' as it is up-to-date.
:app:createDebugAndroidTestApkListingFileRedirect (Thread[Execution worker for ':' Thread 16,5,main]) completed. Took 0.0 secs.
:app:pixel2api30ATDSetup (Thread[Execution worker for ':' Thread 16,5,main]) started.
INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
snapshot name default_boot
Not loadable
Reason: snapshot doesn't exist
INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
Waiting for dev30_aosp-atd_x86_Pixel to be attached to adb.
> Task :app:pixel2api30ATDSetup
Caching disabled for task ':app:pixel2api30ATDSetup' because:
Build cache is disabled
Task ':app:pixel2api30ATDSetup' is not up-to-date because:
Task has not declared any outputs despite executing actions.
Checking default_boot on device dev30_aosp-atd_x86_Pixel is loadable.
Creating snapshot for dev30_aosp-atd_x86_Pixel
Creating snapshot for dev30_aosp-atd_x86_Pixel
Waiting for a process to complete (timeout 600 seconds)
WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
WARNING | Failed to process .ini file C:\Users\nitro\.android\gradle\avd\dev30_aosp-atd_x86_Pixel.avd\quickbootChoice.ini for reading.
ERROR | Failed to create Vulkan instance.
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
GVM is operational
host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***
INFO | Started GRPC server at 127.0.0.1:8554, security: Local:none
INFO | Advertising in: C:\Users\nitro\AppData\Local\Temp\avd\running\pid_10164.ini
Waiting for dev30_aosp-atd_x86_Pixel to be attached to adb.
Waiting for dev30_aosp-atd_x86_Pixel to be attached to adb.
Waiting for dev30_aosp-atd_x86_Pixel to be attached to adb.
Waiting for dev30_aosp-atd_x86_Pixel to be attached to adb.
dev30_aosp-atd_x86_Pixel is attached to adb (emulator-5554).
Waiting for dev30_aosp-atd_x86_Pixel to boot up.
Waiting for dev30_aosp-atd_x86_Pixel to boot up.
Waiting for dev30_aosp-atd_x86_Pixel to boot up.
Waiting for dev30_aosp-atd_x86_Pixel to boot up.
Waiting for dev30_aosp-atd_x86_Pixel to boot up.
Waiting for dev30_aosp-atd_x86_Pixel to boot up.
Waiting for dev30_aosp-atd_x86_Pixel to boot up.
INFO | boot completed
INFO | Increasing screen off timeout, logcat buffer size to 2M.
INFO | Revoking microphone permissions for Google App.
sys.boot_completed=1
Booting dev30_aosp-atd_x86_Pixel is completed.
PackageManager is ready on dev30_aosp-atd_x86_Pixel.
INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
> Task :app:pixel2api30ATDSetup
Successfully created snapshot for: dev30_aosp-atd_x86_Pixel
Checking default_boot on device dev30_aosp-atd_x86_Pixel is loadable.
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
snapshot name default_boot
Loadable
> Task :app:pixel2api30ATDSetup
Verified snapshot created for: dev30_aosp-atd_x86_Pixel.
:app:pixel2api30ATDSetup (Thread[Execution worker for ':' Thread 16,5,main]) completed. Took 1 mins 11.033 secs.
:app:pixel2api30ATDDebugAndroidTest (Thread[Execution worker for ':' Thread 16,5,main]) started.
> Task :app:pixel2api30ATDDebugAndroidTest
Caching disabled for task ':app:pixel2api30ATDDebugAndroidTest' because:
Build cache is disabled
Task ':app:pixel2api30ATDDebugAndroidTest' is not up-to-date because:
Task has failed previously.
Executing java process:
Starting process 'command 'C:\Program Files\Java\jdk-11.0.10\bin\java.exe''. Working directory: C:\Users\nitro\Documents\Workspace\TestChimpmunk\app Command: C:\Program Files\Java\jdk-11.0.10\bin\java.
exe -Djava.awt.headless=true -Djava.util.logging.config.file=C:\Users\nitro\.android\utp\logging1837925405375649772properties -Dfile.encoding=UTF-8 -Duser.country=FR -Duser.language=fr -Duser.variant -
cp C:\Users\nitro\.gradle\caches\modules-2\files-2.1\com.google.testing.platform\launcher\0.0.8-alpha07\47d15094202612b26f5a07fbfbe17ff8900a58c4\launcher-0.0.8-alpha07.jar com.google.testing.platform.l
auncher.Launcher C:\Users\nitro\.gradle\caches\modules-2\files-2.1\com.google.testing.platform\core\0.0.8-alpha07\185ff5f0c2380a7a283320bc5ec9130dbcbbb030\core-0.0.8-alpha07.jar --proto_config=C:\Users\nitro\.android\utp\runnerConfig14570270481277476726.pb --proto_server_config=C:\Users\nitro\.android\utp\serverConfig7296302388328770722.pb
Successfully started process 'command 'C:\Program Files\Java\jdk-11.0.10\bin\java.exe''
mars 18, 2022 10:27:24 AM com.google.testing.platform.server.strategy.NonInteractiveServerStrategy run
INFO: Constructing runner from config.
mars 18, 2022 10:27:24 AM com.google.testing.platform.runtime.android.driver.AndroidInstrumentationDriver configure
INFO: Configuring Android Instrumentation driver: android_instrumentation_runtime {
instrumentation_info {
app_package: "com.nitro.testchimpmunk"
test_package: "com.nitro.testchimpmunk.test"
test_runner_class: "androidx.test.runner.AndroidJUnitRunner"
}
instrumentation_args {
args_map {
key: "additionalTestOutputDir"
value: "/sdcard/Android/media/com.nitro.testchimpmunk/additional_test_output"
}
}
}
am_instrument_timeout: 31536000
mars 18, 2022 10:27:24 AM com.google.testing.platform.plugin.android.AndroidDevicePlugin configure
INFO: No installables found in test fixture. Nothing to install.
mars 18, 2022 10:27:24 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
mars 18, 2022 10:27:24 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
mars 18, 2022 10:27:24 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
mars 18, 2022 10:27:24 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 1 of 10).
Found 0 devices:
mars 18, 2022 10:27:25 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$2 invoke
INFO: WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
mars 18, 2022 10:27:25 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$2 invoke
INFO: ERROR | Failed to create Vulkan instance.
mars 18, 2022 10:27:25 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
mars 18, 2022 10:27:25 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | added library vulkan-1.dll
mars 18, 2022 10:27:25 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | configAndStartRenderer: setting vsync to 60 hz
mars 18, 2022 10:27:25 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: GVM is operational
mars 18, 2022 10:27:26 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
mars 18, 2022 10:27:26 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
mars 18, 2022 10:27:26 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
mars 18, 2022 10:27:26 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
mars 18, 2022 10:27:26 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
mars 18, 2022 10:27:26 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
mars 18, 2022 10:27:26 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$2 invoke
INFO: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***
mars 18, 2022 10:27:26 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Started GRPC server at 127.0.0.1:8554, security: Local:none
mars 18, 2022 10:27:26 AM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Advertising in: C:\Users\nitro\AppData\Local\Temp\avd\running\pid_3900.ini
mars 18, 2022 10:27:26 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 2 of 10).
Found 0 devices:
mars 18, 2022 10:27:30 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 3 of 10).
Found 0 devices:
mars 18, 2022 10:27:38 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 4 of 10).
Found 0 devices:
mars 18, 2022 10:27:54 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 5 of 10).
Found 0 devices:
mars 18, 2022 10:28:24 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 6 of 10).
Found 0 devices:
mars 18, 2022 10:28:55 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 7 of 10).
Found 0 devices:
mars 18, 2022 10:29:25 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 8 of 10).
Found 0 devices:
mars 18, 2022 10:29:55 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 9 of 10).
Found 0 devices:
mars 18, 2022 10:30:25 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 10 of 10).
Found 0 devices:
mars 18, 2022 10:30:55 AM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:pixel2api30ATDDebugAndroidTest (attempt 1 of 1).
Found 0 devices:
mars 18, 2022 10:30:57 AM com.google.testing.platform.RunnerImpl run
SEVERE: Test execution failed with fatal error!
com.google.testing.platform.core.device.DeviceProviderException: ErrorName: DEVICE_PROVISION_FAILED
NameSpace: com.google.testing.platform
ErrorCode: 3002
Message: Device provider <com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider> failed trying to provide device controller.
at com.google.testing.platform.executor.DeviceProviderProxy.provideDevice(DeviceProviderProxy.kt:123)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor.runUnlessCancelled(SingleDeviceExecutor.kt:105)
at com.google.testing.platform.executor.SingleDeviceExecutor.execute(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.RunnerImpl.run(RunnerImpl.kt:108)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:80)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy.run(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.main.MainKt$main$4.invokeSuspend(Main.kt:67)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at com.google.testing.platform.main.MainKt.main(Main.kt:66)
at com.google.testing.platform.main.MainKt.main$default(Main.kt:34)
at com.google.testing.platform.main.MainKt.main(Main.kt)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.google.testing.platform.launcher.Launcher.main(Launcher.java:149)
Caused by: com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$EmulatorTimeoutException: Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.makeDevice(GradleManagedAndroidDeviceLauncher.kt:133)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.provideDevice(GradleManagedAndroidDeviceLauncher.kt:265)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider.provideDevice(GradleManagedAndroidDeviceProvider.kt:55)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:118)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:117)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.executor.DeviceProviderProxy.provideDevice(DeviceProviderProxy.kt:114)
... 27 more
mars 18, 2022 10:30:57 AM com.google.testing.platform.server.strategy.NonInteractiveServerStrategy run
INFO: Shutting down runner.
Could not finish tests for device: pixel2api30ATD.
Device provider <com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider> failed trying to provide device controller.
Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$EmulatorTimeoutException: Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.makeDevice(GradleManagedAndroidDeviceLauncher.kt:133)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.provideDevice(GradleManagedAndroidDeviceLauncher.kt:265)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider.provideDevice(GradleManagedAndroidDeviceProvider.kt:55)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:118)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:117)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.executor.DeviceProviderProxy.provideDevice(DeviceProviderProxy.kt:114)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor.runUnlessCancelled(SingleDeviceExecutor.kt:105)
at com.google.testing.platform.executor.SingleDeviceExecutor.execute(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.RunnerImpl.run(RunnerImpl.kt:108)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:80)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy.run(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.main.MainKt$main$4.invokeSuspend(Main.kt:67)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at com.google.testing.platform.main.MainKt.main(Main.kt:66)
at com.google.testing.platform.main.MainKt.main$default(Main.kt:34)
at com.google.testing.platform.main.MainKt.main(Main.kt)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.google.testing.platform.launcher.Launcher.main(Launcher.java:149)
Device provider <com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider> failed trying to provide device controller.
Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$EmulatorTimeoutException: Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.makeDevice(GradleManagedAndroidDeviceLauncher.kt:133)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.provideDevice(GradleManagedAndroidDeviceLauncher.kt:265)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider.provideDevice(GradleManagedAndroidDeviceProvider.kt:55)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:118)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:117)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.executor.DeviceProviderProxy.provideDevice(DeviceProviderProxy.kt:114)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor.runUnlessCancelled(SingleDeviceExecutor.kt:105)
at com.google.testing.platform.executor.SingleDeviceExecutor.execute(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.RunnerImpl.run(RunnerImpl.kt:108)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:80)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy.run(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.main.MainKt$main$4.invokeSuspend(Main.kt:67)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at com.google.testing.platform.main.MainKt.main(Main.kt:66)
at com.google.testing.platform.main.MainKt.main$default(Main.kt:34)
at com.google.testing.platform.main.MainKt.main(Main.kt)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.google.testing.platform.launcher.Launcher.main(Launcher.java:149)
The qemu process is stuck after this, I have to kill it manually.
hu...@google.com <hu...@google.com> #7
Thanks for testing! I'm glad to hear that it worked with API 31. I tested API 30 aosp-atd image on Windows and it worked for me so I guess it might fail due to too many emulators running at a time. Could you try running the task with -Dorg.gradle.workers.max=1
option? Also, cleanManagedDevices
task might help if there is an emulator snapshot that was taken in a bad state by the previous AGP version.
ni...@gmail.com <ni...@gmail.com> #8
I tried today, for some info :
I have a CPU Ryzen 3900x , with a Nvidia 2080 Ti as GPU
No other emulator were running (on my previous tests, there might have been at most one running but I don't think so).
test30Pixel2(com.android.build.api.dsl.ManagedVirtualDevice) {
// Use device profiles you typically see in Android Studio
device = "Pixel 2"
// ATD currently support only API level 30.
apiLevel = 30
// You can also specify "google-atd" if you require Google Play Services.
systemImageSource = "aosp-atd"
require64Bit = false
}
.\gradlew.bat cleanManagedDevices
then
.\gradlew.bat test30Pixel2DebugAndroidTest --info "-Pandroid.sdk.channel=3" "-Dorg.gradle.workers.max=1"
still exactly the same issue :
> Task :app:test30Pixel2Setup
Caching disabled for task ':app:test30Pixel2Setup' because:
Build cache is disabled
Task ':app:test30Pixel2Setup' is not up-to-date because:
Task has not declared any outputs despite executing actions.
Checking default_boot on device dev30_aosp-atd_x86_Pixel_2 is loadable.
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
snapshot name default_boot
Not loadable
Reason: snapshot doesn't exist
INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
Waiting for dev30_aosp-atd_x86_Pixel_2 to be attached to adb.
> Task :app:test30Pixel2Setup
Creating snapshot for dev30_aosp-atd_x86_Pixel_2
Creating snapshot for dev30_aosp-atd_x86_Pixel_2
Waiting for a process to complete (timeout 600 seconds)
WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
WARNING | Failed to process .ini file C:\Users\nitro\.android\gradle\avd\dev30_aosp-atd_x86_Pixel_2.avd\quickbootChoice.ini for reading.
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
GVM is operational
host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***
INFO | Started GRPC server at 127.0.0.1:8554, security: Local:none
INFO | Advertising in: C:\Users\nitro\AppData\Local\Temp\avd\running\pid_16228.ini
Waiting for dev30_aosp-atd_x86_Pixel_2 to be attached to adb.
Waiting for dev30_aosp-atd_x86_Pixel_2 to be attached to adb.
Waiting for dev30_aosp-atd_x86_Pixel_2 to be attached to adb.
Waiting for dev30_aosp-atd_x86_Pixel_2 to be attached to adb.
dev30_aosp-atd_x86_Pixel_2 is attached to adb (emulator-5554).
Waiting for dev30_aosp-atd_x86_Pixel_2 to boot up.
Waiting for dev30_aosp-atd_x86_Pixel_2 to boot up.
Waiting for dev30_aosp-atd_x86_Pixel_2 to boot up.
Waiting for dev30_aosp-atd_x86_Pixel_2 to boot up.
Waiting for dev30_aosp-atd_x86_Pixel_2 to boot up.
Waiting for dev30_aosp-atd_x86_Pixel_2 to boot up.
Waiting for dev30_aosp-atd_x86_Pixel_2 to boot up.
sys.boot_completed=1
Booting dev30_aosp-atd_x86_Pixel_2 is completed.
PackageManager is ready on dev30_aosp-atd_x86_Pixel_2.
INFO | boot completed
INFO | Increasing screen off timeout, logcat buffer size to 2M.
INFO | Revoking microphone permissions for Google App.
INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
> Task :app:test30Pixel2Setup
Successfully created snapshot for: dev30_aosp-atd_x86_Pixel_2
Checking default_boot on device dev30_aosp-atd_x86_Pixel_2 is loadable.
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
INFO | added library vulkan-1.dll
INFO | configAndStartRenderer: setting vsync to 60 hz
snapshot name default_boot
Loadable
> Task :app:test30Pixel2Setup
Verified snapshot created for: dev30_aosp-atd_x86_Pixel_2.
:app:test30Pixel2Setup (Thread[included builds,5,main]) completed. Took 1 mins 20.593 secs.
:app:test30Pixel2DebugAndroidTest (Thread[included builds,5,main]) started.
> Task :app:test30Pixel2DebugAndroidTest
Caching disabled for task ':app:test30Pixel2DebugAndroidTest' because:
Build cache is disabled
Task ':app:test30Pixel2DebugAndroidTest' is not up-to-date because:
No history is available.
Executing java process:
Starting process 'command 'C:\Program Files\Java\jdk-11.0.10\bin\java.exe''. Working directory: C:\Users\nitro\Documents\Workspace\TestChimpmunk\app Command: C:\Program Files\Java\jdk-11.0.10\bin\java.
exe -Djava.awt.headless=true -Djava.util.logging.config.file=C:\Users\nitro\.android\utp\logging408091893963881157properties -Dfile.encoding=UTF-8 -Duser.country=FR -Duser.language=fr -Duser.variant -c
p C:\Users\nitro\.gradle\caches\modules-2\files-2.1\com.google.testing.platform\launcher\0.0.8-alpha07\47d15094202612b26f5a07fbfbe17ff8900a58c4\launcher-0.0.8-alpha07.jar com.google.testing.platform.la
uncher.Launcher C:\Users\nitro\.gradle\caches\modules-2\files-2.1\com.google.testing.platform\core\0.0.8-alpha07\185ff5f0c2380a7a283320bc5ec9130dbcbbb030\core-0.0.8-alpha07.jar --proto_config=C:\Users\nitro\.android\utp\runnerConfig12984590667415796915.pb --proto_server_config=C:\Users\nitro\.android\utp\serverConfig12135292591537490045.pb
Successfully started process 'command 'C:\Program Files\Java\jdk-11.0.10\bin\java.exe''
mars 21, 2022 12:29:55 PM com.google.testing.platform.server.strategy.NonInteractiveServerStrategy run
INFO: Constructing runner from config.
mars 21, 2022 12:29:56 PM com.google.testing.platform.runtime.android.driver.AndroidInstrumentationDriver configure
INFO: Configuring Android Instrumentation driver: android_instrumentation_runtime {
instrumentation_info {
app_package: "com.nitro.testchimpmunk"
test_package: "com.nitro.testchimpmunk.test"
test_runner_class: "androidx.test.runner.AndroidJUnitRunner"
}
instrumentation_args {
args_map {
key: "additionalTestOutputDir"
value: "/sdcard/Android/media/com.nitro.testchimpmunk/additional_test_output"
}
}
}
am_instrument_timeout: 31536000
mars 21, 2022 12:29:56 PM com.google.testing.platform.plugin.android.AndroidDevicePlugin configure
INFO: No installables found in test fixture. Nothing to install.
mars 21, 2022 12:29:56 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Android emulator version 31.3.5.0 (build_id 8275449) (CL:N/A)
mars 21, 2022 12:29:56 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
mars 21, 2022 12:29:56 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: emulator: INFO: Found systemPath C:\Users\nitro\Logiciel\Dev\android-sdk\system-images\android-30\aosp_atd\x86\
mars 21, 2022 12:29:56 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 1 of 10).
Found 0 devices:
mars 21, 2022 12:29:56 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$2 invoke
INFO: WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | added library vulkan-1.dll
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | configAndStartRenderer: setting vsync to 60 hz
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: GVM is operational
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.xsave [bit 26]
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.01H:ECX.avx [bit 28]
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$2 invoke
INFO: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Started GRPC server at 127.0.0.1:8554, security: Local:none
mars 21, 2022 12:29:57 PM com.android.tools.utp.plugins.deviceprovider.gradle.EmulatorHandleImpl$launchInstance$1 invoke
INFO: INFO | Advertising in: C:\Users\nitro\AppData\Local\Temp\avd\running\pid_23468.ini
mars 21, 2022 12:29:58 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 2 of 10).
Found 0 devices:
mars 21, 2022 12:30:02 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 3 of 10).
Found 0 devices:
mars 21, 2022 12:30:10 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 4 of 10).
Found 0 devices:
mars 21, 2022 12:30:26 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 5 of 10).
Found 0 devices:
mars 21, 2022 12:30:56 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 6 of 10).
Found 0 devices:
mars 21, 2022 12:31:26 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 7 of 10).
Found 0 devices:
mars 21, 2022 12:31:56 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 8 of 10).
Found 0 devices:
mars 21, 2022 12:32:26 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 9 of 10).
Found 0 devices:
mars 21, 2022 12:32:56 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 10 of 10).
Found 0 devices:
mars 21, 2022 12:33:26 PM com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$findSerial$1 invoke
INFO: Finding a test device :app:test30Pixel2DebugAndroidTest (attempt 1 of 1).
Found 0 devices:
mars 21, 2022 12:33:28 PM com.google.testing.platform.RunnerImpl run
SEVERE: Test execution failed with fatal error!
com.google.testing.platform.core.device.DeviceProviderException: ErrorName: DEVICE_PROVISION_FAILED
NameSpace: com.google.testing.platform
ErrorCode: 3002
Message: Device provider <com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider> failed trying to provide device controller.
at com.google.testing.platform.executor.DeviceProviderProxy.provideDevice(DeviceProviderProxy.kt:123)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor.runUnlessCancelled(SingleDeviceExecutor.kt:105)
at com.google.testing.platform.executor.SingleDeviceExecutor.execute(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.RunnerImpl.run(RunnerImpl.kt:108)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:80)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy.run(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.main.MainKt$main$4.invokeSuspend(Main.kt:67)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at com.google.testing.platform.main.MainKt.main(Main.kt:66)
at com.google.testing.platform.main.MainKt.main$default(Main.kt:34)
at com.google.testing.platform.main.MainKt.main(Main.kt)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.google.testing.platform.launcher.Launcher.main(Launcher.java:149)
Caused by: com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$EmulatorTimeoutException: Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.makeDevice(GradleManagedAndroidDeviceLauncher.kt:133)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.provideDevice(GradleManagedAndroidDeviceLauncher.kt:265)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider.provideDevice(GradleManagedAndroidDeviceProvider.kt:55)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:118)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:117)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.executor.DeviceProviderProxy.provideDevice(DeviceProviderProxy.kt:114)
... 27 more
mars 21, 2022 12:33:29 PM com.google.testing.platform.server.strategy.NonInteractiveServerStrategy run
INFO: Shutting down runner.
Could not finish tests for device: test30Pixel2.
Device provider <com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider> failed trying to provide device controller.
Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$EmulatorTimeoutException: Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.makeDevice(GradleManagedAndroidDeviceLauncher.kt:133)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.provideDevice(GradleManagedAndroidDeviceLauncher.kt:265)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider.provideDevice(GradleManagedAndroidDeviceProvider.kt:55)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:118)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:117)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.executor.DeviceProviderProxy.provideDevice(DeviceProviderProxy.kt:114)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor.runUnlessCancelled(SingleDeviceExecutor.kt:105)
at com.google.testing.platform.executor.SingleDeviceExecutor.execute(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.RunnerImpl.run(RunnerImpl.kt:108)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:80)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy.run(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.main.MainKt$main$4.invokeSuspend(Main.kt:67)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at com.google.testing.platform.main.MainKt.main(Main.kt:66)
at com.google.testing.platform.main.MainKt.main$default(Main.kt:34)
at com.google.testing.platform.main.MainKt.main(Main.kt)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.google.testing.platform.launcher.Launcher.main(Launcher.java:149)
Device provider <com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider> failed trying to provide device controller.
Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher$EmulatorTimeoutException: Gradle was unable to attach one or more devices to the adb server.
Please ensure that you have sufficient resources to run the requested
number of devices or request fewer devices.
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.makeDevice(GradleManagedAndroidDeviceLauncher.kt:133)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceLauncher.provideDevice(GradleManagedAndroidDeviceLauncher.kt:265)
at com.android.tools.utp.plugins.deviceprovider.gradle.GradleManagedAndroidDeviceProvider.provideDevice(GradleManagedAndroidDeviceProvider.kt:55)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:118)
at com.google.testing.platform.executor.DeviceProviderProxy$provideDevice$2.invoke(DeviceProviderProxy.kt:117)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.executor.DeviceProviderProxy.provideDevice(DeviceProviderProxy.kt:114)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor$execute$deviceController$1.invoke(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.executor.SingleDeviceExecutor.runUnlessCancelled(SingleDeviceExecutor.kt:105)
at com.google.testing.platform.executor.SingleDeviceExecutor.execute(SingleDeviceExecutor.kt:68)
at com.google.testing.platform.RunnerImpl.run(RunnerImpl.kt:108)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:80)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy$run$4.invoke(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.core.telemetry.common.noop.NoopDiagnosticsScope.recordEvent(NoopDiagnosticsScope.kt:35)
at com.google.testing.platform.core.telemetry.TelemetryKt.recordEvent(Telemetry.kt:66)
at com.google.testing.platform.server.strategy.NonInteractiveServerStrategy.run(NonInteractiveServerStrategy.kt:79)
at com.google.testing.platform.main.MainKt$main$4.invokeSuspend(Main.kt:67)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:274)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at com.google.testing.platform.main.MainKt.main(Main.kt:66)
at com.google.testing.platform.main.MainKt.main$default(Main.kt:34)
at com.google.testing.platform.main.MainKt.main(Main.kt)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.google.testing.platform.launcher.Launcher.main(Launcher.java:149)
...
> Task :app:test30Pixel2DebugAndroidTest FAILED
:app:test30Pixel2DebugAndroidTest (Thread[included builds,5,main]) completed. Took 3 mins 36.596 secs.
da...@google.com <da...@google.com> #9
can you supply the build/outputs/androidTest-results/managedDevice/test30Pixel2
folder and the
build/reports/androidTests/managedDevice/test30Pixel2
folder? This will help figure out what's going on with the Provisioning error.
ni...@gmail.com <ni...@gmail.com> #10
I tried again, updating AGP to 7.3.0 (it was on 7.3.0-alpha07 at the time), and now everything is running perfectly. You can probably close the issue. Thanks !
to...@googlemail.com <to...@googlemail.com> #12
What is the effect of android.sdk.channel=3
? Can you please point me to the documentation?
Description
Since Chipmunk is out I made a test project (really simple, just new project, added emulator config in build.gradle, and tried to run instrumentation tests on this cool new feature).
I have never been able to make it work on any AS version released.
On the new Beta1, following the guide (https://developer.android.com/studio/preview/features#chipmunk-testing ), using either :
nor
The first try :
running the command again :
Suspecting maybe a cache issue or something else, I made a new device :
result :
I'm on Windows 11, wih an AMD processor (so AMD Hypervisor installed if it can help)
As I said the project has nothing in it, I just basically did "New Project, Android App" and added the emulator lines. If you need any other info, I'll be glad to help.
Studio Build: AS 2021.2.1 Beta 1 Version of Gradle Plugin: 7.2.0-beta01 Version of Gradle: 7.3.3 Version of Java: 11.0.12 OS: Windows 11