I want to manually compile an Android project, but

2019-03-30 16:54发布

问题:

I am having trouble getting one of my Android projects under Eclipse to run correctly in the emulator, so I am seeing if manually compiling it will work. I have gone through the steps of performing android update project, but I am now at a loss with using Ant, especially since it seems that half of what Ant does is done with certain build scripts located in the Android SDK directory. How do I exclude files/directories and include libraries using Ant?

Also, what's a good resource that I could use as a tutorial for Ant?

回答1:

  • Official Documentation
  • Ant Android
  • This blogs post on ant builds on android
  • Linux magazine article
  • moar blogs


标签: android ant