I’m seeing this how can I add javadoc
“This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.*”
Hi @Jass,
I’m experiencing a similar issue when trying out the MultiTouch Tester Tutorial. All of the imports are showing red. When I mouse over, I see
. I see that you have provided a link. What steps do I need to take to, I guess, download the Javadoc you are referring to? Also, once done, will it persist across my KS projects or only for the one I’m on now?Thanks,
Will
#java #javadoc #tutorial #multitouchtester #touchaction.class
To attach javadoc for a library, please follow this instruction.
- Download Appium Java Client source code from this link: (https://repo1.maven.org/maven2/io/appium/java-client/7.0.0/java-client-7.0.0-sources.jar)
- Hover on the class, press F3
- Press Attach source on the Class Editor
- Select External location/External file then browse to the downloaded file above then press OK
- If the above actions are correct, The MultiTouchAction.class file now will show the original source code of the library
2 Likes
That worked. Thank you duyluong! I’m still having trouble with the Multitouch tester tutorial working but that should be not part of this chain.
Thanks!
Will