简体   繁体   English

如何在Eclipse中为Android驱动程序设置google驱动器api的Java Doc

[英]How do I set the Java Doc for google drive api for android in Eclipse

我在eclipse中使用google驱动器api for android,如何链接文档,以便当我将鼠标悬停在某些东西上时,我可以查看它的java文档。

Assuming you are using the Android Development Tools (ADT), see https://stackoverflow.com/a/11579339/1369991 on how to do it. 假设您使用的是Android开发工具(ADT),请参阅https://stackoverflow.com/a/11579339/1369991了解如何操作。

Note that the contents of the libs folder will be bundled with your application. 请注意,libs文件夹的内容将与您的应用程序捆绑在一起。 So you really should put the source and Javadoc JARs in another folder or even keep them outside of your workspace. 所以你真的应该将源和Javadoc JAR放在另一个文件夹中,甚至将它们放在工作区之外。 Everything described in that answer also works with external JARs -- on Windows you just have to use \\\\ or / instead of the usual \\ as path separator. 该答案中描述的所有内容也适用于外部JAR - 在Windows上,您只需使用\\\\/而不是通常的\\作为路径分隔符。

我刚刚发现了Google Plugin for Eclipse ,第3点说明了导入最新的Google API

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM