[android-developers] Re: Exception in Ant console

2008-12-14 Thread Ralf
>From my previous post: - look at the tools path defined in default.properties => you can override it build.properties. R/ On Wed, Dec 10, 2008 at 11:43 PM, tharun wrote: > > Hi Ralf, > > I'm using SDK 1.0 > > The path where aapt.exe is > > D:\Tharun\DM_LJ\Android\AndroidSDK\android-sdk-windo

[android-developers] Re: Exception in Ant console

2008-12-10 Thread tharun
Hi Ralf, Its SDK 1.0 r1 Regards, Tharun On Dec 11, 12:43 pm, tharun <[EMAIL PROTECTED]> wrote: > Hi Ralf, > > I'm using SDK 1.0 > > The path where aapt.exe is > > D:\Tharun\DM_LJ\Android\AndroidSDK\android-sdk-windows-1.0_r1\tools > > As you said, I moved the build.xml into a newer place > > Do

[android-developers] Re: Exception in Ant console

2008-12-10 Thread tharun
Hi Ralf, I'm using SDK 1.0 The path where aapt.exe is D:\Tharun\DM_LJ\Android\AndroidSDK\android-sdk-windows-1.0_r1\tools As you said, I moved the build.xml into a newer place Do I need to set any sdk path on xml file? Regards, Tharun On Dec 11, 12:36 pm, Ralf <[EMAIL PROTECTED]> wrote: > F

[android-developers] Re: Exception in Ant console

2008-12-10 Thread Ralf
>From the paths you give, ant is trying to execute this: D:\Tharun\DM_LJ\Android\apache-ant-1.7.1-bin\apache-ant-1.7.1\android_sdk\tools\aapt.exe Is this the location where $SDK/tools/aapt.exe is really located? That seems unlikely. It sounds like you might have generated a build.xml using activi