ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.PhilJay:MPAndroidChart:v2.2.42019 Community Moderator ElectionR cannot be resolved - Android errorPlugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE “some number”Unable to resolve all dependencies in android studioUnable to resolve dependency for ':app@debug/compileClasspathUpgraded to Android Studio 3.0: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :appLibError: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:appcompat-v7:27.1.1Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve junit:junit:4.12how to fix this issue “Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.Goodiebag:PinView:v1.3.”Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath'Unable to resolve dependency for ':app@debug/compileClasspath':Could not resolve project :PGSDKVR4.AggrePay-android
Is "history" a male-biased word ("his+story")?
Why would a jet engine that runs at temps excess of 2000°C burn when it crashes?
How did Alan Turing break the enigma code using the hint given by the lady in the bar?
Do Bugbears' arms literally get longer when it's their turn?
Why would one plane in this picture not have gear down yet?
How do you like my writing?
Extra alignment tab has been changed to cr. } using table, tabular and resizebox
Logic. Truth of a negation
Algorithm to convert a fixed-length string to the smallest possible collision-free representation?
Things to avoid when using voltage regulators?
Should I take out a loan for a friend to invest on my behalf?
Look through the portal of every day
Why does the negative sign arise in this thermodynamic relation?
What Happens when Passenger Refuses to Fly Boeing 737 Max?
Make a transparent 448*448 image
What is the chance of making a successful appeal to dismissal decision from a PhD program after failing the qualifying exam in the 2nd attempt?
Subset counting for even numbers
Is there a window switcher for GNOME that shows the actual window?
Why don't MCU characters ever seem to have language issues?
What wound would be of little consequence to a biped but terrible for a quadruped?
Placing subfig vertically
PTIJ: How can I halachically kill a vampire?
Force user to remove USB token
How to pass a string to a command that expects a file?
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.PhilJay:MPAndroidChart:v2.2.4
2019 Community Moderator ElectionR cannot be resolved - Android errorPlugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE “some number”Unable to resolve all dependencies in android studioUnable to resolve dependency for ':app@debug/compileClasspathUpgraded to Android Studio 3.0: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :appLibError: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:appcompat-v7:27.1.1Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve junit:junit:4.12how to fix this issue “Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.Goodiebag:PinView:v1.3.”Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath'Unable to resolve dependency for ':app@debug/compileClasspath':Could not resolve project :PGSDKVR4.AggrePay-android
How to fix this issue.
1)
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.PhilJay:MPAndroidChart:v2.2.4.
2)
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.scottyab:showhidepasswordedittext:0.8.
build.gradle
buildscript
repositories
google()
jcenter()
dependencies
classpath 'com.android.tools.build:gradle:3.3.1'
allprojects
repositories
google()
jcenter()
maven
url "jitpack.io"
task clean(type: Delete)
delete rootProject.buildDir
android
add a comment |
How to fix this issue.
1)
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.PhilJay:MPAndroidChart:v2.2.4.
2)
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.scottyab:showhidepasswordedittext:0.8.
build.gradle
buildscript
repositories
google()
jcenter()
dependencies
classpath 'com.android.tools.build:gradle:3.3.1'
allprojects
repositories
google()
jcenter()
maven
url "jitpack.io"
task clean(type: Delete)
delete rootProject.buildDir
android
2
Would you please share build.gradle file?
– Faysal Ahmed
Feb 28 at 12:47
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this is my project level build.gradle
– sujata shinde
Feb 28 at 13:03
Please share your app label build.gradle file.
– Faysal Ahmed
Feb 28 at 15:22
add a comment |
How to fix this issue.
1)
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.PhilJay:MPAndroidChart:v2.2.4.
2)
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.scottyab:showhidepasswordedittext:0.8.
build.gradle
buildscript
repositories
google()
jcenter()
dependencies
classpath 'com.android.tools.build:gradle:3.3.1'
allprojects
repositories
google()
jcenter()
maven
url "jitpack.io"
task clean(type: Delete)
delete rootProject.buildDir
android
How to fix this issue.
1)
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.PhilJay:MPAndroidChart:v2.2.4.
2)
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.scottyab:showhidepasswordedittext:0.8.
build.gradle
buildscript
repositories
google()
jcenter()
dependencies
classpath 'com.android.tools.build:gradle:3.3.1'
allprojects
repositories
google()
jcenter()
maven
url "jitpack.io"
task clean(type: Delete)
delete rootProject.buildDir
android
android
edited Mar 7 at 7:38
Rohit5k2
14.6k42752
14.6k42752
asked Feb 28 at 12:46
sujata shindesujata shinde
6
6
2
Would you please share build.gradle file?
– Faysal Ahmed
Feb 28 at 12:47
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this is my project level build.gradle
– sujata shinde
Feb 28 at 13:03
Please share your app label build.gradle file.
– Faysal Ahmed
Feb 28 at 15:22
add a comment |
2
Would you please share build.gradle file?
– Faysal Ahmed
Feb 28 at 12:47
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this is my project level build.gradle
– sujata shinde
Feb 28 at 13:03
Please share your app label build.gradle file.
– Faysal Ahmed
Feb 28 at 15:22
2
2
Would you please share build.gradle file?
– Faysal Ahmed
Feb 28 at 12:47
Would you please share build.gradle file?
– Faysal Ahmed
Feb 28 at 12:47
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this is my project level build.gradle
– sujata shinde
Feb 28 at 13:03
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this is my project level build.gradle
– sujata shinde
Feb 28 at 13:03
Please share your app label build.gradle file.
– Faysal Ahmed
Feb 28 at 15:22
Please share your app label build.gradle file.
– Faysal Ahmed
Feb 28 at 15:22
add a comment |
1 Answer
1
active
oldest
votes
Make sure you have jitpack.io
maven repo in allprojects
node inside project level build.gradle
maven
url "https://jitpack.io"
See https://github.com/scottyab/showhidepasswordedittext and https://github.com/PhilJay/MPAndroidChart
yes already I have ..but Today I am Update the android studio 3.3.1
– sujata shinde
Feb 28 at 13:01
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this my project level build.gradle
– sujata shinde
Feb 28 at 13:01
Not sure but did you try using jitpack.io with "https://"? or probably gradle is not syncing properly after upgrade. try to restart after invalidating cache.
– Rohit5k2
Feb 28 at 13:09
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/3.0/"u003ecc by-sa 3.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%2f54926102%2ferror-unable-to-resolve-dependency-for-appdebugandroidtest-compileclasspath%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Make sure you have jitpack.io
maven repo in allprojects
node inside project level build.gradle
maven
url "https://jitpack.io"
See https://github.com/scottyab/showhidepasswordedittext and https://github.com/PhilJay/MPAndroidChart
yes already I have ..but Today I am Update the android studio 3.3.1
– sujata shinde
Feb 28 at 13:01
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this my project level build.gradle
– sujata shinde
Feb 28 at 13:01
Not sure but did you try using jitpack.io with "https://"? or probably gradle is not syncing properly after upgrade. try to restart after invalidating cache.
– Rohit5k2
Feb 28 at 13:09
add a comment |
Make sure you have jitpack.io
maven repo in allprojects
node inside project level build.gradle
maven
url "https://jitpack.io"
See https://github.com/scottyab/showhidepasswordedittext and https://github.com/PhilJay/MPAndroidChart
yes already I have ..but Today I am Update the android studio 3.3.1
– sujata shinde
Feb 28 at 13:01
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this my project level build.gradle
– sujata shinde
Feb 28 at 13:01
Not sure but did you try using jitpack.io with "https://"? or probably gradle is not syncing properly after upgrade. try to restart after invalidating cache.
– Rohit5k2
Feb 28 at 13:09
add a comment |
Make sure you have jitpack.io
maven repo in allprojects
node inside project level build.gradle
maven
url "https://jitpack.io"
See https://github.com/scottyab/showhidepasswordedittext and https://github.com/PhilJay/MPAndroidChart
Make sure you have jitpack.io
maven repo in allprojects
node inside project level build.gradle
maven
url "https://jitpack.io"
See https://github.com/scottyab/showhidepasswordedittext and https://github.com/PhilJay/MPAndroidChart
answered Feb 28 at 12:51
Rohit5k2Rohit5k2
14.6k42752
14.6k42752
yes already I have ..but Today I am Update the android studio 3.3.1
– sujata shinde
Feb 28 at 13:01
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this my project level build.gradle
– sujata shinde
Feb 28 at 13:01
Not sure but did you try using jitpack.io with "https://"? or probably gradle is not syncing properly after upgrade. try to restart after invalidating cache.
– Rohit5k2
Feb 28 at 13:09
add a comment |
yes already I have ..but Today I am Update the android studio 3.3.1
– sujata shinde
Feb 28 at 13:01
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this my project level build.gradle
– sujata shinde
Feb 28 at 13:01
Not sure but did you try using jitpack.io with "https://"? or probably gradle is not syncing properly after upgrade. try to restart after invalidating cache.
– Rohit5k2
Feb 28 at 13:09
yes already I have ..but Today I am Update the android studio 3.3.1
– sujata shinde
Feb 28 at 13:01
yes already I have ..but Today I am Update the android studio 3.3.1
– sujata shinde
Feb 28 at 13:01
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this my project level build.gradle
– sujata shinde
Feb 28 at 13:01
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this my project level build.gradle
– sujata shinde
Feb 28 at 13:01
Not sure but did you try using jitpack.io with "https://"? or probably gradle is not syncing properly after upgrade. try to restart after invalidating cache.
– Rohit5k2
Feb 28 at 13:09
Not sure but did you try using jitpack.io with "https://"? or probably gradle is not syncing properly after upgrade. try to restart after invalidating cache.
– Rohit5k2
Feb 28 at 13:09
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%2f54926102%2ferror-unable-to-resolve-dependency-for-appdebugandroidtest-compileclasspath%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
2
Would you please share build.gradle file?
– Faysal Ahmed
Feb 28 at 12:47
buildscript repositories google() jcenter() dependencies classpath 'com.android.tools.build:gradle:3.3.1' allprojects repositories google() jcenter() maven url "jitpack.io" task clean(type: Delete) delete rootProject.buildDir this is my project level build.gradle
– sujata shinde
Feb 28 at 13:03
Please share your app label build.gradle file.
– Faysal Ahmed
Feb 28 at 15:22