You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this build.yaml on Github Action.
And got this error.
> Task :app:connectedDebugAndroidTest
Exception thrown during onBeforeAll invocation of plugin AndroidTestApkInstallerPlugin: ErrorName: INSTALL_FAILED_DUPLICATE_PERMISSION
NameSpace: DdmlibAndroidDeviceController
ErrorCode: 1
ErrorType: TEST
Message: Failed to install split APK(s): [/home/runner/work/Appname/Appname/app/build/outputs/apk/debug/app-debug.apk]
Failed to install split APK(s): [/home/runner/work/Appname/Appname/app/build/outputs/apk/debug/app-debug.apk]
Failed to commit install session 298363952 with command pm install-commit 298363952. Error: INSTALL_FAILED_DUPLICATE_PERMISSION: Package com.example.debug attempting to redeclare permission com.example.debug .DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION already owned by com.example.debug
com.android.ddmlib.InstallException: Failed to commit install session 298363952 with command pm install-commit 298363952. Error: INSTALL_FAILED_DUPLICATE_PERMISSION: Package com.example.debug attempting to redeclare permission com.example.debug .DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION already owned by com.example.debug
at com.android.ddmlib.SplitApkInstallerBase.installCommit(SplitApkInstallerBase.java:171)
at com.android.ddmlib.SplitApkInstaller.install(SplitApkInstaller.java:85)
at com.android.ddmlib.IDeviceSharedImpl.installPackages(IDeviceSharedImpl.java:395)
at com.android.ddmlib.internal.DeviceImpl.lambda$installPackages$34(DeviceImpl.java:1491)
at com.android.ddmlib.internal.DeviceImpl.logRun3(DeviceImpl.java:1833)
at com.android.ddmlib.internal.DeviceImpl.installPackages(DeviceImpl.java:1488)
at com.android.ddmlib.internal.DeviceImpl.lambda$installPackages$35(DeviceImpl.java:1503)
at com.android.ddmlib.internal.DeviceImpl.logRun3(DeviceImpl.java:1833)
at com.android.ddmlib.internal.DeviceImpl.installPackages(DeviceImpl.java:1499)
at com.android.tools.utp.plugins.deviceprovider.ddmlib.DdmlibAndroidDevice.installPackages(DdmlibAndroidDevice.kt:74)
at com.android.tools.utp.plugins.deviceprovider.ddmlib.DdmlibAndroidDeviceController$executeAsync$deferred$1.invokeSuspend(DdmlibAndroidDeviceController.kt:259)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:749)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
What should I do?
The text was updated successfully, but these errors were encountered:
When I'm using android-emulator-runner with an AVD cachegot an error.
It had fined without an AVD cache.
I'm using this build.yaml on Github Action.
And got this error.
What should I do?
The text was updated successfully, but these errors were encountered: