Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio AssertionError: Don't invoke waitForSmartMode from inside read action in dumb mode

I have been facing this problem since i updated to Android Studio 2.1 RC . A quick google search shows that the problem is being faced by developers using Android Studio 2.1. The issue appeared in April and a solution have not been found yet. Logs Reported afew days ago

like image 471
Simon Wanjau. Avatar asked Apr 26 '16 17:04

Simon Wanjau.


1 Answers

I had the same issue. I fixed it with:
1. Build, Clean project.
2. Build, Build APK.
3. Build, Generate Signed APK

like image 110
Zeke Avatar answered Oct 12 '22 21:10

Zeke