build process is opaque - can I just use ant?
When I try to build and get errors like this it is frustrating:
[INFO] Compiling Android Resources… This could take some time
[ERROR] C:\Progra~1\Java\jdk1.6.0_21\bin\java.exe
[ERROR] System Error while compiling Android classes.dex
Javac gives errors accurate to the line number and column - but where are they? There is no log and little output.
Can't I just build with ant and eclipse like every other project in the universe?