Android Studio can't open projectAndroid studio 2.3.0 startup exceptionAndroid Studio: Add jar as library?What should be in my .gitignore for an Android Studio project?What is Gradle in Android Studio?Rename package in Android StudioHow to completely uninstall Android Studio on Mac?How to update gradle in android studio?Changing API level Android StudioError retrieving parent for item: No resource found that matches the given name after upgrading to AppCompat v23How do I “select Android SDK” in Android Studio?All com.android.support libraries must use the exact same version specification

Where can I get an anonymous Rav Kav card issued?

Converting multiple assignment statements to single comma separated assignment

Why did they ever make smaller than full-frame sensors?

How to split a string by the third .(dot) delimiter

Seized engine due to being run without oil

Do Milankovitch Cycles fully explain climate change?

Are scroll bars dead in 2019?

Georgian capital letter “Ⴒ” (“tar”) in pdfLaTeX

Have there been any countries that voted themselves out of existence?

Should I leave the first authourship of our paper to the student who did the project whereas I solved it?

Are the definite and indefinite integrals actually two different things? Where is the flaw in my understanding?

Are there any instances of members of different Hogwarts houses coupling up and marrying each other?

Why is the T-1000 humanoid?

Is there a star over my head?

Defining a function which returns a function pointer which also returns a function pointer without typedefs

Which ping implementation is Cygwin using?

Renewed US passport, did not receive expired US passport

How does Vivi differ from other Black Mages?

Will replacing a fake visa with a different fake visa cause me problems when applying for a legal study permit?

Action queue manager to perform action in a FIFO fashion

How can a resurrection system prevent the cheapening of death?

What's the biggest organic molecule that could have a smell?

Does the amount of +1/+1 from *prowess* remain on a creature, even when a creature gets flipped face-down by Ixidron?

How can I protect myself in case of a human attack like the murders of the hikers Jespersen and Ueland in Morocco?



Android Studio can't open project


Android studio 2.3.0 startup exceptionAndroid Studio: Add jar as library?What should be in my .gitignore for an Android Studio project?What is Gradle in Android Studio?Rename package in Android StudioHow to completely uninstall Android Studio on Mac?How to update gradle in android studio?Changing API level Android StudioError retrieving parent for item: No resource found that matches the given name after upgrading to AppCompat v23How do I “select Android SDK” in Android Studio?All com.android.support libraries must use the exact same version specification






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I've recently get update notification of android studio 2.3, after the update it's not opening any project and throwing error:enter image description here




[plugin: com.darkklord.gradle.metric.core]




after downgrading and reinstalling i still have this issue, can anyone please help me on this topic ?










share|improve this question
































    1















    I've recently get update notification of android studio 2.3, after the update it's not opening any project and throwing error:enter image description here




    [plugin: com.darkklord.gradle.metric.core]




    after downgrading and reinstalling i still have this issue, can anyone please help me on this topic ?










    share|improve this question




























      1












      1








      1








      I've recently get update notification of android studio 2.3, after the update it's not opening any project and throwing error:enter image description here




      [plugin: com.darkklord.gradle.metric.core]




      after downgrading and reinstalling i still have this issue, can anyone please help me on this topic ?










      share|improve this question
















      I've recently get update notification of android studio 2.3, after the update it's not opening any project and throwing error:enter image description here




      [plugin: com.darkklord.gradle.metric.core]




      after downgrading and reinstalling i still have this issue, can anyone please help me on this topic ?







      android-studio android-gradle gradle-plugin android-studio-2.3






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 6 '17 at 8:28







      user3921943

















      asked Mar 3 '17 at 7:44









      user3921943user3921943

      311 silver badge8 bronze badges




      311 silver badge8 bronze badges

























          3 Answers
          3






          active

          oldest

          votes


















          4
















          Download latest plugin from here: https://plugins.jetbrains.com/plugin/9197-android-gradle-metrics--checkstyle



          • Install Plugin manually from disk.

          • Restart Android Studio (The error will still occur)

          • Remove plugin in IDE.

          • Restart

          You might also uninstall the refrenzed plugins Checkstyle and PMD






          share|improve this answer



























          • did all above steps but still having the same error

            – user3921943
            Mar 6 '17 at 11:48






          • 1





            I am not sure if its the missing part. I deleted caches before. For Windows User--> Android Studio --> system --> caches. Do not forget to make a backup before!

            – Harald
            Mar 6 '17 at 15:50












          • Sadly google updated a lot of internals in 2.3 android studio which makes it incompatible with the plugin, so it wont work with 2.3 until I update the plugin.

            – DrakkLord
            Mar 6 '17 at 17:22


















          0
















          change build:gradle plugin to:



           classpath 'com.android.tools.build:gradle:3.3.2'


          (in app gradle file)






          share|improve this answer
































            0
















            You need to change your dependency



            classpath 'com.android.tools.build:gradle:3.1.0'





            share|improve this answer





























              Your Answer






              StackExchange.ifUsing("editor", function ()
              StackExchange.using("externalEditor", function ()
              StackExchange.using("snippets", function ()
              StackExchange.snippets.init();
              );
              );
              , "code-snippets");

              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "1"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );














              draft saved

              draft discarded
















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f42573313%2fandroid-studio-cant-open-project%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              4
















              Download latest plugin from here: https://plugins.jetbrains.com/plugin/9197-android-gradle-metrics--checkstyle



              • Install Plugin manually from disk.

              • Restart Android Studio (The error will still occur)

              • Remove plugin in IDE.

              • Restart

              You might also uninstall the refrenzed plugins Checkstyle and PMD






              share|improve this answer



























              • did all above steps but still having the same error

                – user3921943
                Mar 6 '17 at 11:48






              • 1





                I am not sure if its the missing part. I deleted caches before. For Windows User--> Android Studio --> system --> caches. Do not forget to make a backup before!

                – Harald
                Mar 6 '17 at 15:50












              • Sadly google updated a lot of internals in 2.3 android studio which makes it incompatible with the plugin, so it wont work with 2.3 until I update the plugin.

                – DrakkLord
                Mar 6 '17 at 17:22















              4
















              Download latest plugin from here: https://plugins.jetbrains.com/plugin/9197-android-gradle-metrics--checkstyle



              • Install Plugin manually from disk.

              • Restart Android Studio (The error will still occur)

              • Remove plugin in IDE.

              • Restart

              You might also uninstall the refrenzed plugins Checkstyle and PMD






              share|improve this answer



























              • did all above steps but still having the same error

                – user3921943
                Mar 6 '17 at 11:48






              • 1





                I am not sure if its the missing part. I deleted caches before. For Windows User--> Android Studio --> system --> caches. Do not forget to make a backup before!

                – Harald
                Mar 6 '17 at 15:50












              • Sadly google updated a lot of internals in 2.3 android studio which makes it incompatible with the plugin, so it wont work with 2.3 until I update the plugin.

                – DrakkLord
                Mar 6 '17 at 17:22













              4














              4










              4









              Download latest plugin from here: https://plugins.jetbrains.com/plugin/9197-android-gradle-metrics--checkstyle



              • Install Plugin manually from disk.

              • Restart Android Studio (The error will still occur)

              • Remove plugin in IDE.

              • Restart

              You might also uninstall the refrenzed plugins Checkstyle and PMD






              share|improve this answer















              Download latest plugin from here: https://plugins.jetbrains.com/plugin/9197-android-gradle-metrics--checkstyle



              • Install Plugin manually from disk.

              • Restart Android Studio (The error will still occur)

              • Remove plugin in IDE.

              • Restart

              You might also uninstall the refrenzed plugins Checkstyle and PMD







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Mar 6 '17 at 11:06

























              answered Mar 6 '17 at 10:56









              HaraldHarald

              564 bronze badges




              564 bronze badges















              • did all above steps but still having the same error

                – user3921943
                Mar 6 '17 at 11:48






              • 1





                I am not sure if its the missing part. I deleted caches before. For Windows User--> Android Studio --> system --> caches. Do not forget to make a backup before!

                – Harald
                Mar 6 '17 at 15:50












              • Sadly google updated a lot of internals in 2.3 android studio which makes it incompatible with the plugin, so it wont work with 2.3 until I update the plugin.

                – DrakkLord
                Mar 6 '17 at 17:22

















              • did all above steps but still having the same error

                – user3921943
                Mar 6 '17 at 11:48






              • 1





                I am not sure if its the missing part. I deleted caches before. For Windows User--> Android Studio --> system --> caches. Do not forget to make a backup before!

                – Harald
                Mar 6 '17 at 15:50












              • Sadly google updated a lot of internals in 2.3 android studio which makes it incompatible with the plugin, so it wont work with 2.3 until I update the plugin.

                – DrakkLord
                Mar 6 '17 at 17:22
















              did all above steps but still having the same error

              – user3921943
              Mar 6 '17 at 11:48





              did all above steps but still having the same error

              – user3921943
              Mar 6 '17 at 11:48




              1




              1





              I am not sure if its the missing part. I deleted caches before. For Windows User--> Android Studio --> system --> caches. Do not forget to make a backup before!

              – Harald
              Mar 6 '17 at 15:50






              I am not sure if its the missing part. I deleted caches before. For Windows User--> Android Studio --> system --> caches. Do not forget to make a backup before!

              – Harald
              Mar 6 '17 at 15:50














              Sadly google updated a lot of internals in 2.3 android studio which makes it incompatible with the plugin, so it wont work with 2.3 until I update the plugin.

              – DrakkLord
              Mar 6 '17 at 17:22





              Sadly google updated a lot of internals in 2.3 android studio which makes it incompatible with the plugin, so it wont work with 2.3 until I update the plugin.

              – DrakkLord
              Mar 6 '17 at 17:22













              0
















              change build:gradle plugin to:



               classpath 'com.android.tools.build:gradle:3.3.2'


              (in app gradle file)






              share|improve this answer





























                0
















                change build:gradle plugin to:



                 classpath 'com.android.tools.build:gradle:3.3.2'


                (in app gradle file)






                share|improve this answer



























                  0














                  0










                  0









                  change build:gradle plugin to:



                   classpath 'com.android.tools.build:gradle:3.3.2'


                  (in app gradle file)






                  share|improve this answer













                  change build:gradle plugin to:



                   classpath 'com.android.tools.build:gradle:3.3.2'


                  (in app gradle file)







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 28 at 9:00









                  Guy4444Guy4444

                  1,0477 silver badges11 bronze badges




                  1,0477 silver badges11 bronze badges
























                      0
















                      You need to change your dependency



                      classpath 'com.android.tools.build:gradle:3.1.0'





                      share|improve this answer































                        0
















                        You need to change your dependency



                        classpath 'com.android.tools.build:gradle:3.1.0'





                        share|improve this answer





























                          0














                          0










                          0









                          You need to change your dependency



                          classpath 'com.android.tools.build:gradle:3.1.0'





                          share|improve this answer















                          You need to change your dependency



                          classpath 'com.android.tools.build:gradle:3.1.0'






                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited May 23 at 13:59









                          barbsan

                          2,9678 gold badges15 silver badges24 bronze badges




                          2,9678 gold badges15 silver badges24 bronze badges










                          answered May 23 at 13:33









                          Vithani RaviVithani Ravi

                          20113 bronze badges




                          20113 bronze badges































                              draft saved

                              draft discarded















































                              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.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f42573313%2fandroid-studio-cant-open-project%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                              Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                              Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript