Matt
Matt

Reputation: 1422

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

Upvotes: 9

Views: 15507

Answers (5)

Gamebuster19901
Gamebuster19901

Reputation: 173

If the entire toolbar is missing then you can use

Window -> Appearance -> Show Toolbar

Upvotes: 1

Joy elalam
Joy elalam

Reputation: 11

Window -- > Open Perspective --> Java

Upvotes: 1

nobalG
nobalG

Reputation: 4630

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

Upvotes: 3

Morrsion Macleo
Morrsion Macleo

Reputation: 14

Don't modified BuildConfig.java file,that file is generate by android sdk.

You can download android Tutorial video help youself improve.

Upvotes: -1

Demplo
Demplo

Reputation: 551

Window -> Customize Perspective -> Toolbar Visibility -> tick Launch -> Press ok

Upvotes: 3

Related Questions