eclipse plugin - Failed to instantiate com.android.menubar.internal.MenuBarEnhancerCocoa -


i new android development , when create new project using eclipse juno on mac osx got error @ runtime failed instantiate com.android.menubar.internal.menubarenhancercocoa

and yes on layout file says- the project target(android 4.1) not loaded.

anyone please me how out of this. in advance..

and yes setup sdk , all, because whole setup running on 1 of other system.

i had same problem managed resolve it. com.android.menubar.internal.menubarenhancercocoa - not in sdk linked eclipse install (i have multiple various reasons - e.g. appengine not supported in latest eclipse). there number of steps had resolve (so 1 of them may actual fix or combination may resolve problem). here's checklist :

  1. if have installed eclipse - click android sdk manager icon. ensure pointing latest android sdk (r20 of writing)
  2. as it's new eclipse+sdk - add build targets selecting list of targets appear in sdk manager. add android support tools
  3. restart eclipse. when asked workspace - create new one. thought of problems linked old projects.
  4. the problems should have gone away. 1 final thing is, once create project - check certificates have not expired. there's thread on updating debug certificate (delete keystore located in ~/.android/debug.keystore restart eclipse.)
  5. create new avd target.

hope things help.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -