Failed to instantiate com.android.menubar.internal.MenuBarEnhancerCocoa

前端 未结 3 1284
余生分开走
余生分开走 2021-02-06 04:25

I am new to the android development and when i create a new project using eclipse juno on mac OSx i got an error at runtime Failed to instantiate com.android.menubar.int

3条回答
  •  再見小時候
    2021-02-06 05:08

    It appears to me the com.android.menubar.internal.MenuBarEnhancerCocoa is only there to make the android app feel nicer if it's run directly. Then preferences and about will be in the application menu. If you run the android sdk manager from eclipse, then eclipse will take over that part of the application menu.

提交回复
热议问题