Mac Error Create Android Project - “Errors running builder 'Android Resource Manager' on project”

來源:互聯網
上載者:User

標籤:

http://stackoverflow.com/questions/18096315/mac-error-create-android-project-errors-running-builder-android-resource-man

在mac筆記本上運行android eclipse報標題的錯誤,然後在stackoverflow上找到了答案


18down votefavorite5

I spent the whole day just trying to create a simple Android Application Project on my Mac (10.7.5). When pressing "Finish" in the project wizard, I got the following error message:

    Errors occurred during the build.    Errors running builder ‘Android Resource Manager‘ on project ‘MyFirstApp‘.    java.lang.NullPointerException

A project with empty directories was created, but no files were generated except for a file called "proguard-project.txt", which just contained comments.

I literally just downloaded the ADT Bundle onto my Mac.

I‘ve already had a look at here and tried all the suggestions there, like removing the ".metadata" folder and trying to change the Android "Project Build Target".

I‘ve also tried using Eclipse Juno and Kepler - same problem. I‘ve reinstalled Eclipse and recreated workspaces many many times.

So I‘m pretty stuck...it‘s not working out of the box. Any help would be most appreciated.


Sounds like Eclipse doesn‘t see SDK Android folder. Did you configured your Eclipse? –  Maxim ShoustinAug 7 ‘13 at 6:42
 
I didn‘t think I need to? ADT Bundle comes with the SDK installed. I had a look at the "Eclipse/Preferences/Android", and it seems to be pointing to the "SDK" directory that came with the bundle "adt-bundle-mac-x86_64-20130729" –  iht Aug 7 ‘13 at 6:49
 
Lots of people solved this issue as described at this link: stackoverflow.com/questions/14455018/… – superpuccio Oct 2 ‘13 at 8:55
 
Were you able to solve this problem? I have same issue and I can‘t find any reason why this is happening. –  Sourabh86 May 13 ‘14 at 14:02

18down vote

I got same error on my windows machine.

When I compared project file system with other working project I found that

  project.properties 

was missing, So I Created a txt file and renamed it to "project.properties" then got this message on my console.

 "Project has no project.properties file! Edit the project properties to set one"

Then I went through project menu

project->properties->android->choose & set the "project build target".

then build it.now everything was smooth.

We just setup a valid project.properites file for that project.


3down vote

This is the the solution I‘ve used to solve that problem which gave me enough troubles.

  1. Make sure that you‘ve installed already the following libraries Android Support Library, Android Support Repository and Google Repository by checking in the Extra folder by openning the Android SDK Manager in eclipse.
  2. Create an Android Sample Project then choose the appcompact_v7 library.
  3. Close the project you‘ve just created, restart Eclipse and create now a new Android Application project.

Hope that it will help you !

I followed following article and it solved the problem by adding a line to the Eclipse.ini

To resolve the issue, do the following:

1. Go to your eclipse directory and find "Eclipse.app" file. Just to    be on safe side, back up this file somewhere (Just the Eclipse.app file).2. Right-Click on "Eclipse.app" file, and select "Show Package    Contents"3. Once inside package, go to Contents-->MacOS, and open           "eclipse.ini"4. Just before the "-vmargs", add the following:-vm/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java5. Run eclipse again, and you should be able to create the project      without any problems.

ps:在查看Android項目,layout的預覽介面時

eclipse報這個:Parsing Data for android-21 failed Unsupported major.minor version 51.0

我本地還是用的jdk1.6, 這個api-21,需要1.7Later


最後我是使用上面這種修改Eclipse.app裡面的包內容的配置資訊解決的,問題就出在jdk7.0版本上面……

此刻兩個字形容心情:(ni)呵(ma)呵(B)!

Mac Error Create Android Project - “Errors running builder 'Android Resource Manager' on project”

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.