[android-beginners] Re: m5 not working

2008-04-11 Thread Neha
I'm facing the same problem on win xp machine. - Neha. On Apr 10, 11:59 am, wamoc <[EMAIL PROTECTED]> wrote: > 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 i

[android-beginners] Re: m5 not working

2008-04-09 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 this

[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 PROTECTE

[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 wa

[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 d

[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 restarted

[android-beginners] Re: m5 not working

2008-04-06 Thread Dan U.
Wow. That sucks. My first inclination is that CVS is related. When you tried this on Windows, were you opening the project from a copy you got out of CVS? If it's not CVS, could you explain the exact steps you took to install everything on the Windows machine? On Apr 6, 10:08 am, wamoc <[EMAIL

[android-beginners] Re: m5 not working

2008-04-06 Thread wamoc
Ok, I installed eclipse, the plugins and the sdk on my windows machine, and the same problem is happening. Everything with this computer is a completely clean install for android and eclipse things. Any idea why this is happening? The first machine tried on was a laptop running Ubuntu Gutsy, eclip

[android-beginners] Re: m5 not working

2008-04-05 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, t

[android-beginners] Re: m5 not working

2008-04-05 Thread Dan U.
I think your development environment must be messed up. If I do a clean, R.java goes away, then regenerates immediately. Your eclipse version is ok according to the docs, but maybe you should try getting 3.3. It seems Ubuntu has been giving people problems, so it might be related. On Apr 5, 8:31

[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 o

[android-beginners] Re: m5 not working

2008-04-05 Thread Dan U.
I recall some other people having this problem and importing to a new project was a solution. Like you said, having it in cvs makes copying to a new project painful. Probably some config file somewhere doesn't get updated. I haven't seen a list of all the changes to various files between m3 and m

[android-beginners] Re: m5 not working

2008-04-05 Thread wamoc
Ok, I have figured out one thing, It wont generate the R.java for existing projects, but it will for new ones. The project I am working on is in a cvs repository, so I can't just try copying the source over to a new project. On Apr 5, 3:14 pm, wamoc <[EMAIL PROTECTED]> wrote: > I just tried that

[android-beginners] Re: m5 not working

2008-04-05 Thread wamoc
I just tried that and it still wont generate R.java. I double checked the paths in Eclipse to make sure they were looking to the right areas, and they are. Later today I will try this on a different computer and hope that that works. If any body else has any ideas, I would greatly appreciate heari

[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 di

[android-beginners] Re: m5 not working

2008-04-04 Thread wamoc
I am running Ubuntu Gutsy and eclipse 3.2 It isn't a problem with my xml files (I did update the files for new syntax with no effect). Do you have any idea why m5 wont build the R.java file? I have tried cleaning the project to get it to build, but nothing works to get R.java except for going back

[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 di

[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-03 Thread Megha Joshi
Hi, Did you uninstall the previous version of the eclipse ADT plugin and install the latest one? -Megha On Thu, Apr 3, 2008 at 2:38 PM, wamoc <[EMAIL PROTECTED]> wrote: > > I tried to upgrade the sdk from m3 to m5 and am having some problems. > I followed all the instructions to update and w