简体   繁体   中英

Create jar from an android project

I want to make some changes to existing project and then generate jar for the project: https://github.com/loopj/android-smart-image-view

Is it possible to generate jar from this kind of project? I tried adding this project as an android project in eclipse but it cannot recognize it as an android project.

Convert Android Project to Android Library Project . Build Project. You will get JAR of Android Library Project in bin folder of same app.

Eclipse converts Android Library Project to JAR using ANT .

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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