Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Project Structure open failed

Here is logout:

module editors was not disposed
java.lang.Throwable
    at com.intellij.openapi.diagnostic.Logger.error(Logger.java:113)

If I reopen my project, this error will disappear, and I can open the File Structure again.I want to know whether it's a bug of AS or my gradle installed error?

And here is an issue that will cause above problem:

'ComAndroidSupportAppcompatV71901.aar' already disposed:'ComAndroidSupportAppcompatV71901.aar' already disposed:
com.intellij.openapi.util.TraceableDisposable$DisposalException: 'ComAndroidSupportAppcompatV71901.aar' already disposed:
    at com.intellij.openapi.util.TraceableDisposable.throwDisposalError(TraceableDisposable.java:44)

Android Studio Version:0.4.3 build 133.988757

like image 435
gonjay Avatar asked Jan 27 '14 04:01

gonjay


People also ask

What is project structure in Android Studio?

A project in Android Studio contains everything that defines your workspace for an app, from source code and assets, to test code and build configurations.

What is IDE max heap size Android Studio?

By default, Android Studio has a maximum heap size of 1280MB.

How to Set HTTP proxy in Android Studio?

To set the HTTP proxy settings in Android Studio: From the main menu choose File > Settings > Appearance & Behavior -- System Settings -- HTTP Proxy. In Android Studio, open the IDE Settings dialog. On Windows and Linux, choose File > Settings > IDE Setting -- HTTP Proxy.


1 Answers

I managed to fix this by deleting "gradle" folder in every module inside of the project and then clicking on File -> Invalidate Caches / Restart.

So 2 steps:

1) Delete every "gradle" folder in every module inside of the project

2) Click on "File -> Invalidate Caches / Restart"

like image 61
Drag0 Avatar answered Oct 20 '22 22:10

Drag0