I have written ant script with Android 2.2 and 2.1 OS and it was working fine.
I have updated SDK to 3.2 and when I tried to run it giving error as “pre_setup.xml” not found. I have searched in that path and that file is not available.
Can anyone have knowledge in using ant script with 3.0 or later OS?
Please help me on this.
You can try regenerating a new copy of build.xml using android.bat found in the android sdk -> tools directory. Makes sure to create a backup copy of your old file first.
under \android-sdk\tools\
Then port any changes from your old build.xml into this new one.
(You may find you don’t need to port anything if you hadn’t made any changes to the old one)