-
Notifications
You must be signed in to change notification settings - Fork 86
filter_zip_exclude strips test APK classes needed at runtime for instrumentation tests #474
Open
Description
When building an instrumentation test with android_binary + instruments, _process_deploy_jar removes all .class files from the test APK that overlap with the app's deploy jar. This causes ClassNotFoundException at runtime because the test APK's classloader can't find classes that were filtered out.
Repro: https://github.com/snazhmudinov/rules_android-process-crash-repro
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.