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.
如何从 Android Studio 项目构建 JAR 文件?我遵循了很多指南,但没有取得多大成功。我尝试编译为常规和库项目,但没有自动生成 JAR 文件。我必须手动完成还是求助于 Ant 来获取 Jar 文件?
Android Studio 会将您的库编译为 AAR 而不是 JAR。AAR 有点不同,因为我们依靠 SDK 而不是 JAR 来使用 Android API。
您将在 下找到 AAR LibraryName/build/libs/LibraryName.aar。
LibraryName/build/libs/LibraryName.aar