geometer / FBReaderJ

Official FBReaderJ project repository
http://www.fbreader.org/FBReaderJ/
1.83k stars 802 forks source link

Make ant build the first-time smoother - Fix #365 #366

Open goldyliang opened 8 years ago

goldyliang commented 8 years ago

Some minor changes to enable the ant build smoother when building for the first time. If you have other ideas, I would adapt to your view.

Some more detail behind my change can be found at: http://www.goldyliang.net/blog/how-to-build-fbreaderj-android/

Summary:

geometer commented 8 years ago

Thanks. The correct solution for the issues is to switch to gradle; and move org.fbreader.util to a separate module. This is already done for fbreader premium, and will be backported to this repo after 2.6 release.

goldyliang commented 8 years ago

Support for moving to gradle. It will be much more convenient for continurous development in gradle and android studio.