Skip to content Skip to sidebar Skip to footer

Android Studio 2.2 Not Displaying View Properties

After upgrading my android studio to version 2.2 i'm getting following error when i click on a view in layout designer to see it properties: Exception in plugin Android Support Mo

Solution 1:

Finally i solved the issue by changing the compileSdkVersion and targetSdkVersion from 24 to 23. Actually it is not a proper way to resolve the exception, but i couldn't find any solution at this moment.

Solution 2:

It might be problem with OpenJDK. Please remove it and install Oracle JDK instead using this post: http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html

Then go to File -> Project Structure and change Java sdk path.

Hope it will help

Post a Comment for "Android Studio 2.2 Not Displaying View Properties"