ERROR: Failed to resolve: com.google.firebase:firebase-core:16.1.0Cannot open layout in Android StudioFailed to resolve: com.google.firebase:firebase-core:9.0.0How to display Map on emulatorKotlin fails to compile a libraryFirebase API initialisation failure - Not updating the list view from firebaseAndroid Studio 3.2.1 - New project fails to rundebug-apk work fine but sign apk release crash on main acitvityonActivityResult() is not working in fragment “ OUTPUT: You haven't picked Image ”Could not find class 'dalvik.system…'android gradle error: libraries must use the exact same version specification.found version 28.0.0
How to display a value with zenity?
If stationary points and minima are equivalent, then the function is convex?
Using a microphone from the 1930s
Is it safe ? Is it scam or real?
Missing Piece of Pie - Can you find it?
If I readied a spell with the trigger "When I take damage", do I have to make a constitution saving throw to avoid losing Concentration?
Set collection doesn't always enforce uniqueness with the Date datatype? Does the following example seem correct?
Would Hubble Space Telescope improve black hole image observed by EHT if it joined array of telesopes?
I have a unique character that I'm having a problem writing. He's a virus!
Have I damaged my car by attempting to reverse with hand/park brake up?
Does a card have a keyword if it has the same effect as said keyword?
How I can I roll a number of non-digital dice to get a random number between 1 and 150?
What are the differences between credential stuffing and password spraying?
Out of scope work duties and resignation
Can Infinity Stones be retrieved more than once?
Why do only some White Walkers shatter into ice chips?
What to use instead of cling film to wrap pastry
How was the quadratic formula created?
Independent, post-Brexit Scotland - would there be a hard border with England?
Why didn't the check-in agent recognize my long term visa?
Using column size much larger than necessary
Would glacier 'trees' be plausible?
How can I close a gap between my fence and my neighbor's that's on his side of the property line?
Why did the Apollo 13 crew extend the LM landing gear?
ERROR: Failed to resolve: com.google.firebase:firebase-core:16.1.0
Cannot open layout in Android StudioFailed to resolve: com.google.firebase:firebase-core:9.0.0How to display Map on emulatorKotlin fails to compile a libraryFirebase API initialisation failure - Not updating the list view from firebaseAndroid Studio 3.2.1 - New project fails to rundebug-apk work fine but sign apk release crash on main acitvityonActivityResult() is not working in fragment “ OUTPUT: You haven't picked Image ”Could not find class 'dalvik.system…'android gradle error: libraries must use the exact same version specification.found version 28.0.0
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
While trying to connect Google Firebase to my Android Studio project, I keep getting "ERROR: failed to resolve: com.google.firebase:firebase-core:16.1.0"
whenever I try to sync my project.
I've seen multiple people with similar problems but none of their solutions seem to work for me. (though they seem to work for them)
Android Studio says the problem is in my build.gradle (Module: app) file. here it is below:
apply plugin: 'com.android.application'
android
compileSdkVersion 28
defaultConfig
applicationId "com.example.myapplication"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildTypes
release
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
dependencies
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.google.firebase:firebase-core:16.1.0'
implementation 'com.google.android.gms:play-services-maps:16.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
apply plugin: 'com.google.gms.google-services'
Thank you very much for your time and assistance on this matter.
android firebase
add a comment |
While trying to connect Google Firebase to my Android Studio project, I keep getting "ERROR: failed to resolve: com.google.firebase:firebase-core:16.1.0"
whenever I try to sync my project.
I've seen multiple people with similar problems but none of their solutions seem to work for me. (though they seem to work for them)
Android Studio says the problem is in my build.gradle (Module: app) file. here it is below:
apply plugin: 'com.android.application'
android
compileSdkVersion 28
defaultConfig
applicationId "com.example.myapplication"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildTypes
release
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
dependencies
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.google.firebase:firebase-core:16.1.0'
implementation 'com.google.android.gms:play-services-maps:16.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
apply plugin: 'com.google.gms.google-services'
Thank you very much for your time and assistance on this matter.
android firebase
add a comment |
While trying to connect Google Firebase to my Android Studio project, I keep getting "ERROR: failed to resolve: com.google.firebase:firebase-core:16.1.0"
whenever I try to sync my project.
I've seen multiple people with similar problems but none of their solutions seem to work for me. (though they seem to work for them)
Android Studio says the problem is in my build.gradle (Module: app) file. here it is below:
apply plugin: 'com.android.application'
android
compileSdkVersion 28
defaultConfig
applicationId "com.example.myapplication"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildTypes
release
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
dependencies
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.google.firebase:firebase-core:16.1.0'
implementation 'com.google.android.gms:play-services-maps:16.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
apply plugin: 'com.google.gms.google-services'
Thank you very much for your time and assistance on this matter.
android firebase
While trying to connect Google Firebase to my Android Studio project, I keep getting "ERROR: failed to resolve: com.google.firebase:firebase-core:16.1.0"
whenever I try to sync my project.
I've seen multiple people with similar problems but none of their solutions seem to work for me. (though they seem to work for them)
Android Studio says the problem is in my build.gradle (Module: app) file. here it is below:
apply plugin: 'com.android.application'
android
compileSdkVersion 28
defaultConfig
applicationId "com.example.myapplication"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildTypes
release
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
dependencies
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.google.firebase:firebase-core:16.1.0'
implementation 'com.google.android.gms:play-services-maps:16.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
apply plugin: 'com.google.gms.google-services'
Thank you very much for your time and assistance on this matter.
android firebase
android firebase
edited Mar 23 at 3:30
ישו אוהב אותך
16.6k84361
16.6k84361
asked Mar 22 at 22:36
Aaron ArvizuAaron Arvizu
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The latest build for firebase-core is 16.0.8
try this:
implementation 'com.google.firebase:firebase-core:16.0.8'
here is the link for all firebase dependencies:
Firebase
scroll all the way down and you will find the latest.
I had similar problem even with explicit implementation dependency to 'com.google.firebase:firebase-core:16.0.8', the 'com.google.firebase:firebase-core:16.1.0' still seemed to require firebase-core:16.1.0. What helped me was upgrading google-services plugin, e.i. classpath 'com.google.gms:google-services:4.2.0' in buildscript/dependencies in top-level build.gradle.
– rzehan
Apr 15 at 9:23
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%2f55308658%2ferror-failed-to-resolve-com-google-firebasefirebase-core16-1-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
The latest build for firebase-core is 16.0.8
try this:
implementation 'com.google.firebase:firebase-core:16.0.8'
here is the link for all firebase dependencies:
Firebase
scroll all the way down and you will find the latest.
I had similar problem even with explicit implementation dependency to 'com.google.firebase:firebase-core:16.0.8', the 'com.google.firebase:firebase-core:16.1.0' still seemed to require firebase-core:16.1.0. What helped me was upgrading google-services plugin, e.i. classpath 'com.google.gms:google-services:4.2.0' in buildscript/dependencies in top-level build.gradle.
– rzehan
Apr 15 at 9:23
add a comment |
The latest build for firebase-core is 16.0.8
try this:
implementation 'com.google.firebase:firebase-core:16.0.8'
here is the link for all firebase dependencies:
Firebase
scroll all the way down and you will find the latest.
I had similar problem even with explicit implementation dependency to 'com.google.firebase:firebase-core:16.0.8', the 'com.google.firebase:firebase-core:16.1.0' still seemed to require firebase-core:16.1.0. What helped me was upgrading google-services plugin, e.i. classpath 'com.google.gms:google-services:4.2.0' in buildscript/dependencies in top-level build.gradle.
– rzehan
Apr 15 at 9:23
add a comment |
The latest build for firebase-core is 16.0.8
try this:
implementation 'com.google.firebase:firebase-core:16.0.8'
here is the link for all firebase dependencies:
Firebase
scroll all the way down and you will find the latest.
The latest build for firebase-core is 16.0.8
try this:
implementation 'com.google.firebase:firebase-core:16.0.8'
here is the link for all firebase dependencies:
Firebase
scroll all the way down and you will find the latest.
edited Mar 23 at 3:30
ישו אוהב אותך
16.6k84361
16.6k84361
answered Mar 23 at 0:18
MitkashinMitkashin
317
317
I had similar problem even with explicit implementation dependency to 'com.google.firebase:firebase-core:16.0.8', the 'com.google.firebase:firebase-core:16.1.0' still seemed to require firebase-core:16.1.0. What helped me was upgrading google-services plugin, e.i. classpath 'com.google.gms:google-services:4.2.0' in buildscript/dependencies in top-level build.gradle.
– rzehan
Apr 15 at 9:23
add a comment |
I had similar problem even with explicit implementation dependency to 'com.google.firebase:firebase-core:16.0.8', the 'com.google.firebase:firebase-core:16.1.0' still seemed to require firebase-core:16.1.0. What helped me was upgrading google-services plugin, e.i. classpath 'com.google.gms:google-services:4.2.0' in buildscript/dependencies in top-level build.gradle.
– rzehan
Apr 15 at 9:23
I had similar problem even with explicit implementation dependency to 'com.google.firebase:firebase-core:16.0.8', the 'com.google.firebase:firebase-core:16.1.0' still seemed to require firebase-core:16.1.0. What helped me was upgrading google-services plugin, e.i. classpath 'com.google.gms:google-services:4.2.0' in buildscript/dependencies in top-level build.gradle.
– rzehan
Apr 15 at 9:23
I had similar problem even with explicit implementation dependency to 'com.google.firebase:firebase-core:16.0.8', the 'com.google.firebase:firebase-core:16.1.0' still seemed to require firebase-core:16.1.0. What helped me was upgrading google-services plugin, e.i. classpath 'com.google.gms:google-services:4.2.0' in buildscript/dependencies in top-level build.gradle.
– rzehan
Apr 15 at 9:23
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%2f55308658%2ferror-failed-to-resolve-com-google-firebasefirebase-core16-1-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