简体   繁体   English

将android框架源代码导出到jar文件

[英]Export android framework source code to jar file

In grepcode , I can download the android framework source code as a source jar file. grepcode中 ,我可以下载android框架源代码作为源jar文件。 Now, I want to customize the android framework source code and export my own source jar file. 现在,我想自定义android框架源代码并导出我自己的源jar文件。

I am wondering what tool should I use to export such jar file and how can I export the jar file? 我想知道应该使用什么工具来导出此类jar文件,以及如何导出jar文件?

If you are using eclipse or Android studio, you can import the jar file as external library. 如果您使用的是eclipse或Android Studio,则可以将jar文件导入为外部库。 in Android Studio, even you can add as a dependency in the build.gradle file. 在Android Studio中,甚至可以将其作为依赖项添加到build.gradle文件中。

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

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