I am working on an Android project that uses the following dependency:
org.glassfish.jersey.core
I am using gradle and had the same issue and solved it according to this answer
compile ('org.glassfish.jersey.containers:jersey-container-servlet:2.14'){ exclude module: 'javax.inject' } compile 'org.glassfish.hk2.external:javax.inject:2.4.0-b06'