i made an app in buzztouch, and i am trying to compile it with eclipse. I have installed everything correctly, but when i try to launch the android simulator to test my app it says " Your project contains errors, please fix them before running your application. I have deleted the R.java folder, but it still says it, i have tried to go to project%26gt;clean but still doesn't work. i have tried to go through every problem and get a "quick fix" but 30 of them wont fix, they say that the package (my buzztouch source code for android) collides with a type. Can someone please help me?|||I think that "collides with a type" may mean that your variables or methods are overlapping with something already defined in the space.
One responder to a similar question at
http://stackoverflow.com/questions/26743鈥?/a> is that
"In Java you can not have a class name that is the same as a package name [and] the name of the class includes the package it is in. So a.b.SomeClass (class name) is different from x.y.SomeClass (package name). There would be no name collision here. " (more full answer of responder this responder was quoting at
http://stackoverflow.com/questions/26743鈥?/a>
Basically, it sounds like there are two copies of a class with the same name and you need to delete or rename one of them.
Another option might be if you can revert back from Eclipse 3.4, since that's when this problem started appearing.|||Did you code everything wright?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment