Reputation: 170
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
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
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
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