tajchert/ExceptionWear

Warnings about tools:node="replace"

hannesstruss opened this issue · 2 comments

The services in the AndroidManifest.xml are annotated with tools:node="replace". During the build, Gradle prints warnings like:

Warning: /Users/hannes/some/project/AndroidManifest.xml:20:9 Warning:
    service#pl.tajchert.exceptionwear.ExceptionService was tagged at AndroidManifest.xml:20 to replace another declaration but no other declaration present

These services don't seem to actually replace anything, can we remove the tools:node="replace"?

Ping 💖

Let me check during the weekend if it doesn't change anything as you mentioned, as I'm not that sure.