For some reason I cannot generate a javadoc with Android Studio, after like 96 warnings it gives me this:
95 warnings java.lang.NullPointerException at com.sun.t
I know this may be late, but it's worth the effort. you may add this to the gradle.build file
tasks.withType(Javadoc) { options.addStringOption('Xdoclint:none', '-quiet') options.addStringOption('encoding', 'UTF-8') options.addStringOption('charSet', 'UTF-8') }