I want to manually compile an Android project, but I have no idea how to use Ant

I'm having trouble getting one of my Android projects under Eclipse to work correctly in the emulator, so I see if manual compilation will work. I followed these steps: android update project , but now I donโ€™t understand using Ant, especially since half of what Ant does is done with some build scripts located in the Android SDK directory. How to exclude files / directories and enable libraries using Ant?

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

+4
android ant
source share
1 answer
+4
source share

All Articles