我是android和java的新手。我下载了 GSON 库以在 Eclipse 中存在的我的 android 项目中使用。我查找有关如何在我的项目中使用 jar 文件的说明,它说... 引用... 您可以通过将第三方 JAR 添加到您的 Eclipse 项目中来在您的应用程序中使用它,如下所示:
In the Package Explorer panel, right-click on your project and select Properties.
Select Java Build Path, then the tab Libraries.
Press the Add External JARs... button and select the JAR file.
或者,如果您想在您的包中包含第三方 JAR,请在您的项目中为它们创建一个新目录,然后选择 Add Library...。
无需将外部 JAR 放在 assets 文件夹中 ...UnQuote
恐怕我不知道“在我的项目中使用第三方 jar”和“在我的包中包含第三方 jar”之间的区别。我希望能够在我的 Android 手机应用程序中使用 GSON 方法,当然,我希望在我的 .apk 中部署该功能。
那么,我想做什么?谢谢,加里