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
When running skip android build --plain --verbose we see warning: removing stale output file... messages
Subsequently running ANDROID_SERIAL=DEVICEREF skip test --plain fails with a bunch of Unresolved reference that correlate with the output files that were removed by skip android build
I created a repro package that explain the situation in more details using a minimal package to reproduce.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The 2 important things we are seeing:
skip android build --plain --verbosewe see warning: removing stale output file... messagesANDROID_SERIAL=DEVICEREF skip test --plainfails with a bunch ofUnresolved referencethat correlate with the output files that were removed byskip android buildI created a repro package that explain the situation in more details using a minimal package to reproduce.
Background
I am the same person consistently experiencing "JUnit test output folder did not exist". Seems like a separate and independent issue, but ...
System:
Beta Was this translation helpful? Give feedback.
All reactions