Skip to content Skip to sidebar Skip to footer

Duplicate Files Copied In Apk Reference.conf

I want to use my Android App as a “Producing client” for Kafka. After adding following dependecies: // https://mvnrepository.com/artifact/org.apache.flink/flink-java compile gr

Solution 1:

First if all, look at this question: Kafka Producer on Android. It seems it's not yet possible to use kafka on mobile devices yet out of the box.

Regarding you question, did you already try to exclude the full name of the file?

exclude 'akka-actor_2.10-2.3.7.jar'

Solution 2:

I changed it to exclude 'reference.conf' and the build worked.

You will need to concatenate all the reference.conf into application.conf but that should not be too hard.

Post a Comment for "Duplicate Files Copied In Apk Reference.conf"