1) I get this too in WIndows Vista. I think its from Oracles JDK updates, so lowering the build in preferences for a project seems to work (sometimes!)
2) You can always take the res src and manifest files only to a folder of its own - on your c drive and then create a new project using them as source. It works but is time consuming and then Eclipse keeps that odd folder you just made as source (wot an idiot!) - so I copy the project and it ends up in workspace once again. Phew. Let me know if there is an easier way too. 9, 2:27 pm, Bejonesnyc <[email protected]> wrote: > Forum- > > I have been using my Eclipse Dev enviornment for about 18 months no > issues. Then I tried importing a working package into my > environment. After this ALL of my packages reported errors about not > being able to find resources, specifically the native library > containing ANDROID_FRAMEWORKS > > Couldn't figure it out. So I did a clean install. > -New Eclipse (helios for mac) > -new SDK > -new ADT > -new "virgin" workspace > > Followed Google's documentaton regarding order of installation. > > Then I restarted my machine. > > Created a new android "hello world" package. > > Upon creation of package I get the following message. > > eclipse.buildId=M20110210-1200 > java.version=1.6.0_22 > java.vendor=Apple Inc. > BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US > Framework arguments: -product org.eclipse.epp.package.java.product - > keyring /Users/bejones/.eclipse_keyring -showlocation > Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product > org.eclipse.epp.package.java.product -keyring /Users/ > xxxx/.eclipse_keyring -showlocation > > Error > Tue Mar 08 13:20:33 EST 2011 > Unable to read /Developer_Android/Android-sdk/AndroidManifest.xml: > java.io.FileNotFoundException: /Developer_Android/Android-sdk/ > AndroidManifest.xml (No such file or directory) > > Which sets of a cascade of various error messages due to this missing > resource. > > I have tried Stackoverflow and a bunch of different forums regarding > this error, This being a clean install and a new project ( as opposed > to an import) I am at a loss. > > Cheers, > > Brian -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

