[android-beginners] Re: m5 not working

2008-04-10 Thread wamoc
In the problems view I get an error on every line that a resource in R.java is, but only that. As far as the console view goes, I got nothing there and I just performed a clean on it. I tried running my program (even though it had errors just to see the console output) and the console gave me

[android-beginners] Re: m5 not working

2008-04-07 Thread Raul Bocter
I am using m5 with no problems. The only problme related to R.java was that it did not update. That is, it did not dissapear, but it remained the same although I added some new IDs. That was because I had some syntax problems in some xml file. I don't think it is related to your problem, all I

[android-beginners] Re: m5 not working

2008-04-07 Thread Xavier Ducrohet
Hi, I've never seen this behavior. If there was any errors in your project, the R.java file would not be updated but it certainly would not disappear during the build. Is there anything the android console view or in the Problems view? Xav On Sun, Apr 6, 2008 at 12:35 PM, wamoc [EMAIL

[android-beginners] Re: m5 not working

2008-04-06 Thread wamoc
Ok, I tried installing Eclipse Europa, and that didn't fix it. Tomorrow I will try to do this on my windows machine (shudder) and hope it works. On Apr 5, 10:19 pm, Dan U. [EMAIL PROTECTED] wrote: I think your development environment must be messed up. If I do a clean, R.java goes away, then

[android-beginners] Re: m5 not working

2008-04-06 Thread wamoc
Ok, on the windows machine I didn't try anything with CVS, just to get m5 to work. I downloaded eclipse and put the program files in C:/ program files/eclipse. I downloaded m5 and put the folder in C:/. In eclipse I installed the plugins with the directions on the android site. I then

[android-beginners] Re: m5 not working

2008-04-06 Thread Dan U.
There's quite a few people using m5 successfully, myself included. I don't know what else to tell you. If you want to email me your test app, I'll run it in my environment, but I don't think that will help much. On Apr 6, 12:35 pm, wamoc [EMAIL PROTECTED] wrote: Ok, on the windows machine I

[android-beginners] Re: m5 not working

2008-04-05 Thread wamoc
Ok, I tried copying everything over to a new project and it made an initial R.java. When I did a clean of the project, the R.java disappeared again. Why can't m5 seem to do anything with R.java except create an initial one? On Apr 5, 5:17 pm, Dan U. [EMAIL PROTECTED] wrote: I recall some other

[android-beginners] Re: m5 not working

2008-04-04 Thread wamoc
Yes I did try that. I actually completely uninstalled eclipse and installed only the new ADT plugin and tried that way. I was still unsuccessful with that. On Apr 3, 5:45 pm, Megha Joshi [EMAIL PROTECTED] wrote: Hi, Did you uninstall the previous version of the eclipse ADT plugin and

[android-beginners] Re: m5 not working

2008-04-04 Thread Megha Joshi
Do your xml files follow the new syntax rules for m5. You might want to paste your resource files and your resource folder names here. I would also need your operating system version and eclipse version. Thanks, Megha On Fri, Apr 4, 2008 at 10:30 AM, wamoc [EMAIL PROTECTED] wrote: Yes I did

[android-beginners] Re: m5 not working

2008-04-04 Thread Xavier Ducrohet
Hi, Look at http://code.google.com/android/intro/upgrading.html See item 5 Update your project properties. Make sure you did that. Xav On Fri, Apr 4, 2008 at 12:07 PM, wamoc [EMAIL PROTECTED] wrote: I am running Ubuntu Gutsy and eclipse 3.2 It isn't a problem with my xml files (I did