Forum-
After an importing a previously working package into my Eclipse IDE All of my packages started producing errors specifically about not being able to find the native library directory that contained the "ANDROID_FRAMEWORK". After some tinkering I decided that the best thing would be to start again and do a clean install of the IDE. I followed Google's instructions for installation
http://developer.android.com/sdk/index.html
Using the latest Helios version of Eclipse. I created a new directory and workspace, linking to none of the resources from my old IDE in fact I trashed all of it before reinstalling.
I created a new "hello world" project to test the install. Upon creation the new package threw the following error.
"Unable to read /Developer_Android/Android-sdk/AndroidManifest.xml: java.io.FileNotFoundException: /Developer_Android/Android-sdk/AndroidManifest.xml (No such file or directory)"
Now this is what I was encountering before as well. This being a new install though I do not know what could be causing this. Unless there is some resource OUTSIDE the eclipse folder that is setting a preference that I inadvertently changed and remains intact after my deletion of the previous IDE.
Any Clarity anyone can lend to this situation would be helpful since all dev work is FULL STOP.
Cheers,
Brian