Store Javadoc when running proguard

I am working on a (Android) library that I want to distribute. When creating an archive ( aar

file), I run Proguard to obfuscate the source code.

It works great, except that the Javadoc is removed from the resulting files (if for example I open a file from my library from the IDE). Can Proguard be configured to save Javadoc? My current configuration is this: http://proguard.sourceforge.net/manual/examples.html#library (no first 4 lines).

I found this similar question: How to keep the javadoc visible after code obfuscation with ProGuard? but he doesn't say if it's possible or not.

+3
java android proguard


source to share


No one has answered this question yet

See similar questions:

3
How to keep javadoc visible after code obfuscation with ProGuard?
1
How to keep javadoc visible after obfuscation

or similar:

2936
When to use LinkedList over ArrayList in Java?
2097
Is there a way to run Python on Android?
1002
Grid motion detection
703
How can I avoid reverse engineering my APK file?
377
How can I remove all debug log calls before building a release version of an Android application?
369
How to manually enable external aar package with new Android Build Gradle system
291
Maven fails on Java 8 when Javadoc tags are incomplete
4
Use Proguard to remove unused lib support classes
2
Android Proguard cannot confuse package name libaary aar
1
Android library tests fail against obfuscated (proguard) code



All Articles
Loading...
X
Show
Funny
Dev
Pics