Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

There is no Run menu or toolbar button in Eclipse Juno

I'm trying to follow the Android Development Tutorial - this page: http://developer.android.com/training/basics/firstapp/running-app.html

I am stuck - I cannot run the application. The instructions say "Open one of your project's files and click Run from the toolbar." However, there is no "Run" button on the toolbar, and there is no obvious option to choose from the "Run" dropdown on the menubar (see screenshot below).

Further down on that page, the instructions say "In Eclipse, click Android Virtual Device Manager from the toolbar." That button is also not there!

Am I missing something really obvious? I am on the Java perspective, and I have tried "Window -> Reset Perspective", but I am unable to run the application.

Any help would be appreciated.

Screenshot of my Eclipse

EDIT: Under Window -> Customize Perspective -> Menu Visibility, I only have this - ticking Run unfortunately doesn't add anything - nor does ticking Launch under "Toolbar Visibility", when I try that I get the error Launch cannot be made visible because it is in the unavailable null command group. Would you like to switch to the Command Group Availability tab?.

Window -> Customize Perspective

like image 855
Matt Avatar asked Sep 29 '14 07:09

Matt


People also ask

How do I get the toolbar back in eclipse?

To show the Eclipse Toolbar, you should activate “Show Toolbar” in the Menu. If this does not work, maybe something went wrong. You can reset the Perspective in Eclipse or delete folder “.

What is the menu bar in eclipse?

The typical menus available on the menu bar of an Eclipse window are − File menu. Edit menu. Navigate menu. Search menu.

How do I show navigation in Eclipse?

GO to Window option of elicpse , click on ShowView Go to other >> General >> Navigation and press OK. Save this answer. Show activity on this post. Select the Navigator option.

How do I customize my toolbar in Eclipse?

Having dedicated perspectives for editing and debugging enables me to have dedicated toolbar and menus too. Each perspective can be customized using the menu Window > Perspective > Customize Perspective…


1 Answers

You can add it like Window -> CustomizePerspective -> Menu Visibility -> Run -> Ok


or still can run your project by Right clicking on your project which you want to run from the project explorer and select Run as and then Android application....T daaa...

enter image description here

If still the problem is there check

  • The "Run As -> Android Application" is no longer an option in my Eclipse Run Configuration
  • "Run as" android application is missing
like image 157
nobalG Avatar answered Oct 19 '22 20:10

nobalG