Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近收到了来自制造商的定制 SDK。我在我的项目中使用了它,但我注意到我需要的类不包含在给定的 jar 中。
基本上在我的平台文件夹中,我有一个 android 2.3.5 存储库,包括一个 jar、4 个文件(build.prop、framework.aidl、sdk.properties、source.properties 和包含我需要的自定义类的存储库。
我应该用这些构建一个jar文件吗?我的项目中有一个现有的 manifest.xml 文件,这是导致问题的原因吗?
将你的库作为android项目导入eclipse,然后你可以在项目属性中标记“isLibrary”。这允许您将项目作为库包含在主项目中。