Issue
OS : MAC MacBook Pro
Chip: Apple M1 Pro
CLI : 3.1.0
When trying to use this command ./gradlew app:executeDebugTestsOnBrowserstack always facing this error
> Task :app:executeAlphaDebugTestsOnBrowserstack FAILED
Most recent DebugApp apk: null
Most recent TestApp apk: null
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:executeAlphaDebugTestsOnBrowserstack'.
> java.lang.Exception: unable to find DebugApp apk
but when checking build/outputs/apk/debug and build/outputs/apk/androidTest/debug i can see the apks
also in the pipeline (linux) command working fine
Issue
OS : MAC MacBook Pro
Chip: Apple M1 Pro
CLI : 3.1.0
When trying to use this command
./gradlew app:executeDebugTestsOnBrowserstackalways facing this errorbut when checking
build/outputs/apk/debugandbuild/outputs/apk/androidTest/debugi can see the apksalso in the pipeline (linux) command working fine