I had to re-install Android Studio 2.1.3 and now i have some errors. Some of my imports are missing e.g.
android.os.Handler;
google.gson.Gson;
android.util.Log;
How do install these libraries? I tried File=>project Structure=>app=>depenencies and did a search for google.gson.Gson was there but studio is not loading it. The other libraries were not listed in dependencies. Where can I load those.