[android-developers] Re: Conversion to Davik failed with error 1

2009-06-14 Thread jimshowalter
That's what I had to do as well. The sequence of steps to reproduce the error is File - New - Project - Android Project, check 1.5 or 1.5 with google apps - fill in the rest of the fields - build. For whatever reason, it doesn't like the R.java file. Deleting the R.java file and rebuilding

[android-developers] Re: Conversion to Davik failed with error 1

2009-06-01 Thread Luis Alberto Pérez García
I know nothing about 1.1, I've started on 1.5 but I've had that problem every time I make a clean on my project (generated on 1.5 from eclipse) to solve it I just delete (from eclipse itself) the R.java file (on gen/blabla/blabla...) and then build the project. After doing that everything works

[android-developers] Re: Conversion to Davik failed with error 1

2009-05-31 Thread Francois
Hello all, I am answering to myself here. If I create a new 1.5 project it works. No more errors. If I create a new 1.1 project it does not work, I get the error. So I think there is definitively a bug in the 1.1 platform kit. Hope this can help anyone facing the same problem! Francois