Hi typo
Quote:
Originally Posted by Typo
Thanx for all help!
I've changed the Android manifest to <uses-sdk android:minSdkVersion="10" /> in the XML file *before* I import it. And it works!!! Now I can choose the Project Build Target.
|
Great!
Quote:
Originally Posted by Typo
Can't do it with the Notifications project, though. Eclipse has turned that folder to a ghost now, which cannot be deleted or replaced. It doesn't let me import the same project under another name either. This has happened before, and I solved by creating a new Workspace.
|
I usually quit Eclipse and open a window and do the dirty work ( delete, rename, ...). Then start Eclipse. I don't think I've seen a ghost folder.
Quote:
Originally Posted by Typo
Now, this problem has been solved, but is it only me who fights a constant battle with Eclipse about paths and folders? Sometimes it creates an empty folder under my project named res, next to the "real" folder with the same name. And then it stops finding R. And by then there's no saving the situation, it is by then too late to import my.project.name.R so that import statement is always the first thing I type in every new java file. And if one ever deletes a project without selecting "files on disk (cannot undo)" the project becomes a ghost which can neither be deleted nor re-imported. And so on with a patchwork of workarounds I've found out by chance. Is this normal?
|
Yea, Eclipse is nice but somebody really, really needs to write a "How to use Eclipse" book. I think it would be a best seller.
I have not had it create folders, but I have had it move a file from layout to string. A quick CTRL-Z will usually fix it or just move it back. I keep finding that Eclipse will do things that I had no idea it would do. There is no place to learn about Eclipse, just trial and error. Mostly error.
Cliff