-2

First of all i know What is a NullPointerException, and how do I fix it? . But the error is occuring when i tried to open project , i worked on project just this morning only there was a power cut in middle and when i tried to reopen project i am getting this error

Here is a screenshot

Project

whats the reason for this error?

EDIT

even clean option doesnot appear

Clean

Community
  • 1
  • 1
Manohar
  • 22,116
  • 9
  • 108
  • 144
  • Why downvote may i know reason? – Manohar Apr 05 '17 at 09:56
  • 1
    this is a valid question. at least give a reason if you are downvoting. – user1506104 Apr 05 '17 at 09:57
  • Clean your project and use `Invalid cache and Restart` from `File` menu. – Piyush Apr 05 '17 at 09:58
  • If you are opening project from recent menu or it's automatically loading, try to manually re-open project from File -> Open. – Vipul Purohit Apr 05 '17 at 10:00
  • Clean option is not appearing as project is not loaded , i am doing invalidate cache and Restart , lets wait for result – Manohar Apr 05 '17 at 10:02
  • You can clean your project from _Build_ option – Piyush Apr 05 '17 at 10:04
  • @Piyush see the updated question, clean option doesnot appear. I tried to do Invalid cache and restart but nothing happened studio didnot restart, even close button was not working , i force closed the studio from task manager and reopened the studio now its working and even project is loaded. I just wanted to know reason why this happened – Manohar Apr 05 '17 at 10:17
  • Did you check by changing the directory means change the project location & open it from there? – Kuldeep Kulkarni Apr 05 '17 at 10:18
  • i just force closed the android studio and opened it again ,now its working – Manohar Apr 05 '17 at 10:19

1 Answers1

2

Based on another question "Cannot load project: Android Studio.

You need to

  1. Close Android Studio
  2. Go to the directory home_dir/.AndroidStudio/system/cache
  3. Remove all the files in the cache directory.
  4. Then restart IntelliJ
Community
  • 1
  • 1
Denny Kurniawan
  • 1,581
  • 2
  • 15
  • 28