Subin Thankachan
Subin Thankachan

Reputation: 111

Android Studio Error: Unable to create project

I downloaded and installed Android Studio 2.3.1 but I am unable to create Project.
I get a plugin exception.

com.intellij.diagnostic.PluginException: com/android/tools/idea/project/messages/AbstractSyncMessages [Plugin: com.android.tools.apk]

Error image

Please find a solution to this problem.

Upvotes: 1

Views: 94

Answers (2)

Faysal Ahmed
Faysal Ahmed

Reputation: 7669

You need to update your Android Studio to the latest version (3.1.4).

  1. On the top menu, select Help -> Check for Update...
  2. Upon the updates dialog below, select Updates link to configure your IDE settings.

enter image description here

  1. Then press Update and Restart.

After updating Android Studio then create project again. It will be solved your problem.

Or

You can download the latest version of Android studio from the developer portal.

Upvotes: 1

Yasiru Nayanajith
Yasiru Nayanajith

Reputation: 1737

Android Studio 2.3.1 is outdated... Please use the latest Android Studio 3.1.4 and check if the problem persists

Download Android Studio Latest

Upvotes: 2

Related Questions