Red-under line error on 'com.android.support:appcompat-v7:28.0.0'
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation "com.android.support:support-core-utils:28.0.0"
implementation 'com.google.firebase:firebase-auth:16.0.5'
implementation 'com.google.firebase:firebase-invites:16.0.5'
implementation 'com.google.firebase:firebase-database:16.0.5'
implementation 'com.google.firebase:firebase-core:16.0.5'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
implementation 'com.jakewharton:butterknife:8.8.1'
implementation 'com.google.code.gson:gson:2.8.5'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
implementation 'com.google.android.gms:play-services-ads:16.0.0'
implementation 'com.firebase:firebase-jobdispagradle -q dependencies your-app-project:dependenciestcher:0.8.5'
implementation 'com.android.support:cardview-v7:28.0.0'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.ss.bannerslider:bannerslider:2.0.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.appbrain:appbrain-sdk:+@aar'
// implementation files('E:/OFFICIAL WORK/Android Projects/EarningStation/libs/mobair-sdk.jar')
implementation 'com.ironsource.sdk:mediationsdk:6.7.12@jar'
implementation 'com.github.mobfox.MobFox-Android-SDK-Core:MobFox-Android-SDK-Core:3.6.2'
implementation 'com.android.volley:volley:1.1.0'
implementation 'com.github.mobfox:AndroidVideoCache:v2.7.1'
implementation 'com.github.mobfox.MobFox-Android-SDK-Core:MobFox-Android-SDK-AdMob-Adapter:3.6.2'
}
Red Under-line error on
implementation 'com.android.support:appcompat-v7:28.0.0'
I know this question is asked so many time but i didn't find those are helpful.
I have API level of 28 in android studio and latest sdk-version is 26.0.0-alpha1 in appcompat-v7.
If i make change in the version of 'com.android.support:appcompat-v7:28.0.0' then still the error will be same as now.
I tried all the way that i can, is there any way to solve this problem?
Thanks in advance.



add a comment |
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation "com.android.support:support-core-utils:28.0.0"
implementation 'com.google.firebase:firebase-auth:16.0.5'
implementation 'com.google.firebase:firebase-invites:16.0.5'
implementation 'com.google.firebase:firebase-database:16.0.5'
implementation 'com.google.firebase:firebase-core:16.0.5'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
implementation 'com.jakewharton:butterknife:8.8.1'
implementation 'com.google.code.gson:gson:2.8.5'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
implementation 'com.google.android.gms:play-services-ads:16.0.0'
implementation 'com.firebase:firebase-jobdispagradle -q dependencies your-app-project:dependenciestcher:0.8.5'
implementation 'com.android.support:cardview-v7:28.0.0'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.ss.bannerslider:bannerslider:2.0.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.appbrain:appbrain-sdk:+@aar'
// implementation files('E:/OFFICIAL WORK/Android Projects/EarningStation/libs/mobair-sdk.jar')
implementation 'com.ironsource.sdk:mediationsdk:6.7.12@jar'
implementation 'com.github.mobfox.MobFox-Android-SDK-Core:MobFox-Android-SDK-Core:3.6.2'
implementation 'com.android.volley:volley:1.1.0'
implementation 'com.github.mobfox:AndroidVideoCache:v2.7.1'
implementation 'com.github.mobfox.MobFox-Android-SDK-Core:MobFox-Android-SDK-AdMob-Adapter:3.6.2'
}
Red Under-line error on
implementation 'com.android.support:appcompat-v7:28.0.0'
I know this question is asked so many time but i didn't find those are helpful.
I have API level of 28 in android studio and latest sdk-version is 26.0.0-alpha1 in appcompat-v7.
If i make change in the version of 'com.android.support:appcompat-v7:28.0.0' then still the error will be same as now.
I tried all the way that i can, is there any way to solve this problem?
Thanks in advance.



add a comment |
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation "com.android.support:support-core-utils:28.0.0"
implementation 'com.google.firebase:firebase-auth:16.0.5'
implementation 'com.google.firebase:firebase-invites:16.0.5'
implementation 'com.google.firebase:firebase-database:16.0.5'
implementation 'com.google.firebase:firebase-core:16.0.5'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
implementation 'com.jakewharton:butterknife:8.8.1'
implementation 'com.google.code.gson:gson:2.8.5'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
implementation 'com.google.android.gms:play-services-ads:16.0.0'
implementation 'com.firebase:firebase-jobdispagradle -q dependencies your-app-project:dependenciestcher:0.8.5'
implementation 'com.android.support:cardview-v7:28.0.0'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.ss.bannerslider:bannerslider:2.0.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.appbrain:appbrain-sdk:+@aar'
// implementation files('E:/OFFICIAL WORK/Android Projects/EarningStation/libs/mobair-sdk.jar')
implementation 'com.ironsource.sdk:mediationsdk:6.7.12@jar'
implementation 'com.github.mobfox.MobFox-Android-SDK-Core:MobFox-Android-SDK-Core:3.6.2'
implementation 'com.android.volley:volley:1.1.0'
implementation 'com.github.mobfox:AndroidVideoCache:v2.7.1'
implementation 'com.github.mobfox.MobFox-Android-SDK-Core:MobFox-Android-SDK-AdMob-Adapter:3.6.2'
}
Red Under-line error on
implementation 'com.android.support:appcompat-v7:28.0.0'
I know this question is asked so many time but i didn't find those are helpful.
I have API level of 28 in android studio and latest sdk-version is 26.0.0-alpha1 in appcompat-v7.
If i make change in the version of 'com.android.support:appcompat-v7:28.0.0' then still the error will be same as now.
I tried all the way that i can, is there any way to solve this problem?
Thanks in advance.



dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation "com.android.support:support-core-utils:28.0.0"
implementation 'com.google.firebase:firebase-auth:16.0.5'
implementation 'com.google.firebase:firebase-invites:16.0.5'
implementation 'com.google.firebase:firebase-database:16.0.5'
implementation 'com.google.firebase:firebase-core:16.0.5'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
implementation 'com.jakewharton:butterknife:8.8.1'
implementation 'com.google.code.gson:gson:2.8.5'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
implementation 'com.google.android.gms:play-services-ads:16.0.0'
implementation 'com.firebase:firebase-jobdispagradle -q dependencies your-app-project:dependenciestcher:0.8.5'
implementation 'com.android.support:cardview-v7:28.0.0'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.ss.bannerslider:bannerslider:2.0.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.appbrain:appbrain-sdk:+@aar'
// implementation files('E:/OFFICIAL WORK/Android Projects/EarningStation/libs/mobair-sdk.jar')
implementation 'com.ironsource.sdk:mediationsdk:6.7.12@jar'
implementation 'com.github.mobfox.MobFox-Android-SDK-Core:MobFox-Android-SDK-Core:3.6.2'
implementation 'com.android.volley:volley:1.1.0'
implementation 'com.github.mobfox:AndroidVideoCache:v2.7.1'
implementation 'com.github.mobfox.MobFox-Android-SDK-Core:MobFox-Android-SDK-AdMob-Adapter:3.6.2'
}
Red Under-line error on
implementation 'com.android.support:appcompat-v7:28.0.0'
I know this question is asked so many time but i didn't find those are helpful.
I have API level of 28 in android studio and latest sdk-version is 26.0.0-alpha1 in appcompat-v7.
If i make change in the version of 'com.android.support:appcompat-v7:28.0.0' then still the error will be same as now.
I tried all the way that i can, is there any way to solve this problem?
Thanks in advance.






edited Nov 13 '18 at 8:59
Pankaj Tungaria
asked Nov 13 '18 at 8:13


Pankaj TungariaPankaj Tungaria
388
388
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can use the previous version v7:27.0.1.
It is the latest version "26.0.0-alpha1" and if i change the version then still the error not be removed.. i already mentioned that i tried all the way that can be done.
– Pankaj Tungaria
Nov 13 '18 at 8:47
Have you try deleting that line of code and build your app again. it works sometimes for me.
– taiwo sunday
Nov 13 '18 at 8:58
yes i have tried but it never works for me...it makes new error.
– Pankaj Tungaria
Nov 13 '18 at 9:00
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%2f53276534%2fred-under-line-error-on-com-android-supportappcompat-v728-0-0%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
You can use the previous version v7:27.0.1.
It is the latest version "26.0.0-alpha1" and if i change the version then still the error not be removed.. i already mentioned that i tried all the way that can be done.
– Pankaj Tungaria
Nov 13 '18 at 8:47
Have you try deleting that line of code and build your app again. it works sometimes for me.
– taiwo sunday
Nov 13 '18 at 8:58
yes i have tried but it never works for me...it makes new error.
– Pankaj Tungaria
Nov 13 '18 at 9:00
add a comment |
You can use the previous version v7:27.0.1.
It is the latest version "26.0.0-alpha1" and if i change the version then still the error not be removed.. i already mentioned that i tried all the way that can be done.
– Pankaj Tungaria
Nov 13 '18 at 8:47
Have you try deleting that line of code and build your app again. it works sometimes for me.
– taiwo sunday
Nov 13 '18 at 8:58
yes i have tried but it never works for me...it makes new error.
– Pankaj Tungaria
Nov 13 '18 at 9:00
add a comment |
You can use the previous version v7:27.0.1.
You can use the previous version v7:27.0.1.
answered Nov 13 '18 at 8:32


taiwo sundaytaiwo sunday
2516
2516
It is the latest version "26.0.0-alpha1" and if i change the version then still the error not be removed.. i already mentioned that i tried all the way that can be done.
– Pankaj Tungaria
Nov 13 '18 at 8:47
Have you try deleting that line of code and build your app again. it works sometimes for me.
– taiwo sunday
Nov 13 '18 at 8:58
yes i have tried but it never works for me...it makes new error.
– Pankaj Tungaria
Nov 13 '18 at 9:00
add a comment |
It is the latest version "26.0.0-alpha1" and if i change the version then still the error not be removed.. i already mentioned that i tried all the way that can be done.
– Pankaj Tungaria
Nov 13 '18 at 8:47
Have you try deleting that line of code and build your app again. it works sometimes for me.
– taiwo sunday
Nov 13 '18 at 8:58
yes i have tried but it never works for me...it makes new error.
– Pankaj Tungaria
Nov 13 '18 at 9:00
It is the latest version "26.0.0-alpha1" and if i change the version then still the error not be removed.. i already mentioned that i tried all the way that can be done.
– Pankaj Tungaria
Nov 13 '18 at 8:47
It is the latest version "26.0.0-alpha1" and if i change the version then still the error not be removed.. i already mentioned that i tried all the way that can be done.
– Pankaj Tungaria
Nov 13 '18 at 8:47
Have you try deleting that line of code and build your app again. it works sometimes for me.
– taiwo sunday
Nov 13 '18 at 8:58
Have you try deleting that line of code and build your app again. it works sometimes for me.
– taiwo sunday
Nov 13 '18 at 8:58
yes i have tried but it never works for me...it makes new error.
– Pankaj Tungaria
Nov 13 '18 at 9:00
yes i have tried but it never works for me...it makes new error.
– Pankaj Tungaria
Nov 13 '18 at 9:00
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%2f53276534%2fred-under-line-error-on-com-android-supportappcompat-v728-0-0%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