When I try to run my app (my first test) for the first time, the green button shows up but the emulator does not run my app, it only works (the emulator) , and when I try again the green button( RUN) does not work. Anyone can help ?
Asked
Active
Viewed 1.4k times
3
-
1You need to run the Gradle `installDebug` step. It's not clear what `app` in the dropdown is trying to run – OneCricketeer Feb 23 '17 at 16:06
4 Answers
0
In my case I tapped on the "Make Project" button (the hammer icon) and then the run button worked

Hudi Ilfeld
- 1,905
- 2
- 16
- 25
-1
I know this is an old question but some other people can still have the same issue.
I was getting the same error, and a log message somewhere said me adb wasn't found. After reinstalling platform-tools it got solved.
So try opening SDK Manager from Tools -> SDK Manager, go to SDK Tools tab and uncheck Android SDK Platform-Tools. After applying changes install it again.

Rubén Viguera
- 3,277
- 1
- 17
- 31
-2
Have you made sure you unlocked the emulator? By unlock I mean like how a phone screen is locked, the emulator does the same thing.

drawinfinity
- 315
- 4
- 21
-
1This should be a comment, not an answer. Even then, you should be able to run the app with your phone or emulator locked. – Zun Jun 24 '19 at 09:03