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
Android 11 introduces package-visibility restrictions which makes orchestrator service apk to not see test apk package running in different process. Running tests with orchestrator and composer doesn't work on android 11.
Composer plugin needs to install orchestrator apk with --force-queryable flag. Probably this part of codebase needs to be updated:
Full description of the issue in upstream issue. On example of firebase test runner google engineer confirms that there is no other fix possible from android test library android/android-test#743 (comment)
The text was updated successfully, but these errors were encountered:
Android 11 introduces package-visibility restrictions which makes orchestrator service apk to not see test apk package running in different process. Running tests with orchestrator and composer doesn't work on android 11.
Composer plugin needs to install orchestrator apk with
--force-queryable
flag. Probably this part of codebase needs to be updated:composer-gradle-plugin/commander/android/src/main/kotlin/com/gojuno/commander/android/InstallApks.kt
Line 67 in e834710
Full description of the issue in upstream issue. On example of firebase test runner google engineer confirms that there is no other fix possible from android test library android/android-test#743 (comment)
The text was updated successfully, but these errors were encountered: