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'
Post a Comment for "Duplicate Files Copied In Apk Reference.conf"