[android-beginners] Re: Problems with DX

2009-10-12 Thread jotobjects
"android create project" creates a project directory tree that includes an ant build.xml file with a "dex" target. On Oct 12, 6:47 am, fatima wrote: > Thank you very much that the response.Excuse me if  I get your time.I > run this command but gives this error message : > F:\chat>ant dex > Build

[android-beginners] Re: Problems with DX

2009-10-12 Thread fatima
Thank you very much that the response.Excuse me if I get your time.I run this command but gives this error message : F:\chat>ant dex Buildfile: build.xml BUILD FAILED Target "dex" does not exist in the project "chat" How I can create Target "dex"? in my android sdk، Both aapt.exe and dexdump.e

[android-beginners] Re: Problems with DX

2009-10-11 Thread jotobjects
It does seem like the dx command "help" may be out of date and it is impossible to decipher anyway. I had more luck with using dexdump directly (see the platforms/.../ tools directory). The "ant dex" target creates the classes.dex file (the functionality is hidden inside ant tasks so no luck jus