Android Studio shows no Javadoc for Realm classes -


i experimenting realm android project, unfortunately android studio not show javadoc realm classes.

i did searching on topic, , found discussions indicating problem fixed in android studio 1.4 (i using 1.5.1). these discussions imply issue android-studio/gradle/maven. novice respect gradle , maven.

things i've tried (based on advice in discussions found):

  1. added app's build.gradle

    apply plugin: 'idea' idea {     module {         downloadjavadoc = true         downloadsources = true     } } 
  2. file->other settings->default settings->maven->importing

    check boxes 'sources' , 'documentation' 

after making above changes, did "invalidate caches/restart...", there no change in behavior.

thanks help/advice.

it bug in our recent releases has meant sources/javadoc wasn't released part of library. working on fixing it. can follow progress here: https://github.com/realm/realm-java/issues/1971


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -