tikxml icon indicating copy to clipboard operation
tikxml copied to clipboard

Proguard keep mentioning keeps the entry point, but not the descriptor class

Open iNoles opened this issue 7 years ago • 2 comments

Note: the configuration keeps the entry point '<any model class>$$TypeAdapter { }', but not the descriptor class 'model class'
Note: the configuration keeps the entry point 'com.tickaroo.tikxml.TikXml { java.lang.Object read(okio.BufferedSource,java.lang.Class); }', but not the descriptor class 'okio.BufferedSource'
Note: the configuration keeps the entry point 'com.tickaroo.tikxml.TikXml { void write(okio.BufferedSink,java.lang.Object); }', but not the descriptor class 'okio.BufferedSink'
Note: the configuration keeps the entry point 'com.tickaroo.tikxml.XmlReader { XmlReader(okio.BufferedSource); }', but not the descriptor class 'okio.BufferedSource'
Note: the configuration keeps the entry point 'com.tickaroo.tikxml.XmlReader { com.tickaroo.tikxml.XmlReader of(okio.BufferedSource); }', but not the descriptor class 'okio.BufferedSource'
Note: the configuration keeps the entry point 'com.tickaroo.tikxml.XmlWriter { XmlWriter(okio.BufferedSink); }', but not the descriptor class 'okio.BufferedSink'
Note: the configuration keeps the entry point 'com.tickaroo.tikxml.XmlWriter { com.tickaroo.tikxml.XmlWriter of(okio.BufferedSink); }', but not the descriptor class 'okio.BufferedSink'

Is anything else like to add to proguard?

iNoles avatar Jun 28 '17 00:06 iNoles

-dontnote okio.**

tobiasschuerg avatar Oct 20 '17 13:10 tobiasschuerg

@iNoles Take a look at the explanation of this note in the ProGuard docs. And also this answer on stackoverflow.

qwertyfinger avatar Nov 08 '18 22:11 qwertyfinger