[android-developers] Re: Error creating dex file while building using ANT

2009-12-17 Thread RickGillaspy
I'm seeing this exact problem. I've tried several different java versions, and downloaded the latest ant build. I even wrote a sample java program an verified that MessageDigest.getInstance("SHA-1"); does not throw this exception for me.. does anyone have an idea what could be causing it? On Oc

[android-developers] Re: Error creating dex file while building using ANT

2009-10-23 Thread RichardC
What does: java -vesion return? -- RichardC On Oct 23, 1:59 pm, phoenix wrote: > I created a sample project using the below command: > android create project --target 1 --name HelloAndroid --path ./ > HelloAndroid --activity HelloAndroid --package com.helloandroid > > then attempted to build