简体   繁体   中英

Android Studio not allowing to open any source file

I'm using following configuration which was working fine until I downloaded NDK 1.17 for one of project requuirement and it showing following error. Please check snap.

Any suggestion what is possible issue?

High number of internal exceptions has been detected. This indicates a serious problem with the IDE. Please consider clean reinstall of Android Studio. If the problem persists, please report a bug by following the link below.

在此处输入图像描述

I had a similar problem yesterday. I would suggest you to look at you idea.log file (Help > Show Log in Finder / Explorer). This will give you an idea of where it is crashing. In my case, I had an older plugin. After updating that particular plugin, my IDE was working normally. So the idea.log file will tell you where it is failing and will give you a better clue. Hope this helps and please give an up vote. Thanks!

If you have any Plugin installed and it is not working with any new update of Studio. then you have to uninstall the previous plugin and then try to rebuild it

Steps to be follow

  1. Close the Android Studio.
  2. On Welcome Screen of Project Selection click on Configuration option
  3. Now Select Plugin
  4. Uninstall the previous plugin 5.
  5. Now try to relaunch the Studio (It's working fine.) **

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM