Open New Project Error: Errors Executed by Android Resource Manager Developer on Project
I have big problems with Eclipse
I download the latest ADT package and then a new Android project but an error occured:
then i google and found some suggestions like new workspace but still not working
and i found a strange phenomenon, java compiler always changed to 1.4 and jre was always missing, it came up every time the workspace changed
the new project is strange too.
I am selecting a project property, another error occurred when selecting Android
Then I google the error, found a solution to create a file called default.properties, put it in the root of the project and it worked, but I still cannot create the layout file or change the string.xml file
What's wrong with my Eclipse?
Adding the following line to eclipse.ini worked for me
-vm
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java
ADT does not work with Oracle J7K J7K, but does not work with NPE in the Android Application Project Wizard.
Here's a workaround to keep Java 7 as the default, but run ADT with Java 6 when you both have installed. Bring up $ ADT_DIR / eclipse / Eclipse.app / Contents / macOS / eclipse.ini in an editor. Insert these two lines before the -vmargs line:
After wrestling with this issue for a while, this was a combination of answers that solved it for me:
-
You need to update eclipse.ini as above: fooobar.com/questions/2155338 / ...
-vm / Library / Java / JavaVirtualMachines / jdk 1.7.0_80.jdk / Contents / Home -vmargs
-
In AndroidManifest.xml set minSdk = '14 'As mentioned: fooobar.com/questions/238846 / ... When creating a new project "appcompat_v7 folder is not created" with minSdk = 14