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
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"?
The text was updated successfully, but these errors were encountered:
The services in the
AndroidManifest.xml
are annotated withtools:node="replace"
. During the build, Gradle prints warnings like:These services don't seem to actually replace anything, can we remove the
tools:node="replace"
?The text was updated successfully, but these errors were encountered: