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;
I've recently get update notification of android studio 2.3, after the update it's not opening any project and throwing error:
[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
add a comment |
I've recently get update notification of android studio 2.3, after the update it's not opening any project and throwing error:
[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
add a comment |
I've recently get update notification of android studio 2.3, after the update it's not opening any project and throwing error:
[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
I've recently get update notification of android studio 2.3, after the update it's not opening any project and throwing error:
[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
android-studio android-gradle gradle-plugin android-studio-2.3
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
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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
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
add a comment |
change build:gradle plugin to:
classpath 'com.android.tools.build:gradle:3.3.2'
(in app gradle file)
add a comment |
You need to change your dependency
classpath 'com.android.tools.build:gradle:3.1.0'
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
change build:gradle plugin to:
classpath 'com.android.tools.build:gradle:3.3.2'
(in app gradle file)
add a comment |
change build:gradle plugin to:
classpath 'com.android.tools.build:gradle:3.3.2'
(in app gradle file)
add a comment |
change build:gradle plugin to:
classpath 'com.android.tools.build:gradle:3.3.2'
(in app gradle file)
change build:gradle plugin to:
classpath 'com.android.tools.build:gradle:3.3.2'
(in app gradle file)
answered Mar 28 at 9:00
Guy4444Guy4444
1,0477 silver badges11 bronze badges
1,0477 silver badges11 bronze badges
add a comment |
add a comment |
You need to change your dependency
classpath 'com.android.tools.build:gradle:3.1.0'
add a comment |
You need to change your dependency
classpath 'com.android.tools.build:gradle:3.1.0'
add a comment |
You need to change your dependency
classpath 'com.android.tools.build:gradle:3.1.0'
You need to change your dependency
classpath 'com.android.tools.build:gradle:3.1.0'
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
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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