Scarlet icon indicating copy to clipboard operation
Scarlet copied to clipboard

com.tinder.scarlet.Lifecycle not found version 0.1.10

Open fadibouteraa opened this issue 5 years ago • 2 comments

e: error: cannot access Lifecycle class file for com.tinder.scarlet.Lifecycle not found Consult the following stack trace for details. com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.tinder.scarlet.Lifecycle not found

fadibouteraa avatar Mar 28 '20 13:03 fadibouteraa

That was happening to me as well. No matter how many times I cleaned, or rebuilt, or invalidated my cache & restarted, the error kept popping up.

As a nuclear approach, I commented out Scarlet from the app entirely and I was able to get past the error. It turns out there was a separate compilation error with my code (I had extended an internal test class, but had not declared the child test class as internal). Once I fixed the underlying issue and re-added Scarlet it worked on the first attempt.

Hopefully that helps shed some light on something.

adamacdo avatar Apr 09 '20 14:04 adamacdo

may i see your build scripts?

aaronweihe avatar Apr 22 '20 18:04 aaronweihe