0

I hadnt noticed that my laptop was going to shut down due to low battery. While I was writing code in Android Studio laptop shut down. When I restarted it and opened Android Studio it cannot resolve almost anything - Activity, Intent, Calendar etc.

When I mark the unresolvable symbol and click Alt+Enter, the only suggestion I get is "Setup JDK":

enter image description here

I tried this: Android Studio suddenly cannot resolve symbols but to no result.

What do I do?

Community
  • 1
  • 1
Kaloyan Roussev
  • 14,515
  • 21
  • 98
  • 180

1 Answers1

1

It probably lost its mappings, or at worst case something was corrupted.

Try re-mapping, or use the same EXE you used to install android studio to do a repair install.

King Dedede
  • 970
  • 1
  • 12
  • 28
  • 1
    I went for the dumbest approach and uninstalled AndroidStudio, deleted its folders from My Documents and now Im installing it anew – Kaloyan Roussev May 05 '15 at 07:31