I want to manually compile an Android project, but

2019-03-30 16:51发布

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?

标签: android ant
1条回答
登录 后发表回答