Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I had just installed Android Studio 2.3.3 and created a new project. Then the error occurred. Here is the Event Log

2017/7/30

21:50 FileNotFoundException: Entry fileTemplates//code/Google Test Fixture SetUp Method.cc.ft not found in C:/Program Files/Android/Android Studio/lib/idea.jar

21:50 Gradle sync started

21:50 InvalidVirtualFileAccessException: Accessing invalid virtual file: file://C:/Android/SDK/platforms/android-26/data/res; original:182; found:-

And here are some pics.

FileNotFoundException

InvalidVirtualFileAccessException

I'm new to Android Studio.It'll be great if someone helps.

a small search showed that the issue could be solved with just going to (File>Invalidate caches/Restart...) will do the trick MohammedAlSafwan Jul 30, 2017 at 22:38 @MohammedAlSafwan I was facing same issue and File>Invalidate caches/Restart fixed it in my case. Aycan Yaşıt Nov 20, 2017 at 12:06

This looks like the same problem I had. It was a new install of Android Studio. I'm just trying to learn to build an app but couldn't even create a new class.

It turned out that I had installed the 64 bit version on a 32 bit machine. In my defense, there's a big green download button that says its for windows, it says nothing about 64/32 bit until you scroll waaaaay down the page.

I found the answer here

Steps to fix: 1. uninstall android studio (but not the SDK) 2. download the 32 bit version from the same page where I found the 64 bit one.
3. Scroll down the page to find it. 4. unzip the downloaded file and move it into the programs directory. 5. launch android studion by opening the file \Program Files\Android\android-studio\bin\studio.exe

I got a similar error when trying to add C++ functionality, I think the fix will be similar too...

basicly I had to got to SDK Tools, tick the Show Packages, and then untick the Makec plugin

I've solved the issue by Sheree's answer and I think the problem occured because i try to install the 64-bit AS on my 32-bit system(And Google doesn't give a statement that you should download the correct version which depends on your system). Anyway,thanks for your answer. wh201906 Aug 25, 2017 at 15:44

I've solved this issye by adjusting BIOS Setup, when I adjusted the virtualization option.

I'm using Android Studio 2.1.3.

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .