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 :
- if have installed eclipse - click android sdk manager icon. ensure pointing latest android sdk (r20 of writing)
- as it's new eclipse+sdk - add build targets selecting list of targets appear in sdk manager. add android support tools
- restart eclipse. when asked workspace - create new one. thought of problems linked old projects.
- 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.)
- create new avd target.
hope things help.
Comments
Post a Comment