Andres Y.
Andres Y.

Reputation: 170

Android Studio 1.1 won't run project

Suddenly my Android Studio project can't run anymore. Either from the "play" button or Run/Run 'app'. When I click them nothing happens. No errors, nothing.

This started happening after I installed the 1.2 Android Studio update, but then downgraded to 1.1 again and the problem still exists.

I can't remember doing any other changes other than installing the AS 1.2 update.

How can I fix this? Is there any other way to run a project?

Upvotes: 2

Views: 1518

Answers (5)

Virthuss
Virthuss

Reputation: 3213

In my case restarting the device worked.

Upvotes: 0

huynhdq
huynhdq

Reputation: 1

No answer worked for me. So I tried to Invalidate and Restart and it worked well. Just go to File -> Invalidate caches/Restart... Click Invalidate and Restart button.

Upvotes: 0

Riot Goes Woof
Riot Goes Woof

Reputation: 3514

Just restarting Android Studio worked for me.

Upvotes: 2

user5071155
user5071155

Reputation: 121

Even i was facing the same issue, after digging into AndroidStuido i tried going to SDK Manager and installed the suggested the install packages (shows in install button with 'Install(1) Package') ..after installing that now i am able to run my app...

i think some SDK was not uptodate or might not installed properly..so try this!

Upvotes: 0

Andres Y.
Andres Y.

Reputation: 170

Resolved by deleting the existing run configuration and created a new one with the same settings. I can only guess the run configuration was somewhow corrupted by the Android Studio update.

Upvotes: 1

Related Questions