tikxml
tikxml copied to clipboard
Proguard keep mentioning keeps the entry point, but not the descriptor class
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?
-dontnote okio.**
@iNoles Take a look at the explanation of this note in the ProGuard docs. And also this answer on stackoverflow.