Firebase.Xamarin is not compatible with monoandroid81
up vote
0
down vote
favorite
I want to add firebase realtime database in my application but when I add a library for Firebase.Xamarin, it gives the error like
Severity Code Description Project File Line Suppression State
Error Package Firebase.Xamarin 0.3.6 is not compatible with monoandroid81 (MonoAndroid,Version=v8.1). Package Firebase.Xamarin
0.3.6 supports: net (.NETFramework,Version=v0.0) 0
how can I solve this error, I tried to change the target version of application but it is not working. Please help me to solve this error.

add a comment |
up vote
0
down vote
favorite
I want to add firebase realtime database in my application but when I add a library for Firebase.Xamarin, it gives the error like
Severity Code Description Project File Line Suppression State
Error Package Firebase.Xamarin 0.3.6 is not compatible with monoandroid81 (MonoAndroid,Version=v8.1). Package Firebase.Xamarin
0.3.6 supports: net (.NETFramework,Version=v0.0) 0
how can I solve this error, I tried to change the target version of application but it is not working. Please help me to solve this error.

Those are not official packages. Look for the ones published by Xamarin
– Cheesebaron
Jul 30 at 12:35
i can not understand your answer. please explain in brief.
– amit
Jul 30 at 12:38
2
Use official Firebase packages published by Xamarin. Look forby Xamarinnext to the package name. In your screenshot you are installing a package by some Ricardo.
– Cheesebaron
Jul 30 at 12:41
ok i can understand.
– amit
Jul 30 at 12:41
1
Thank you it is working with Xamarin.Firebase
– amit
Jul 30 at 12:46
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to add firebase realtime database in my application but when I add a library for Firebase.Xamarin, it gives the error like
Severity Code Description Project File Line Suppression State
Error Package Firebase.Xamarin 0.3.6 is not compatible with monoandroid81 (MonoAndroid,Version=v8.1). Package Firebase.Xamarin
0.3.6 supports: net (.NETFramework,Version=v0.0) 0
how can I solve this error, I tried to change the target version of application but it is not working. Please help me to solve this error.

I want to add firebase realtime database in my application but when I add a library for Firebase.Xamarin, it gives the error like
Severity Code Description Project File Line Suppression State
Error Package Firebase.Xamarin 0.3.6 is not compatible with monoandroid81 (MonoAndroid,Version=v8.1). Package Firebase.Xamarin
0.3.6 supports: net (.NETFramework,Version=v0.0) 0
how can I solve this error, I tried to change the target version of application but it is not working. Please help me to solve this error.

edited Aug 11 at 11:39
asked Jul 30 at 11:38
amit
292114
292114
Those are not official packages. Look for the ones published by Xamarin
– Cheesebaron
Jul 30 at 12:35
i can not understand your answer. please explain in brief.
– amit
Jul 30 at 12:38
2
Use official Firebase packages published by Xamarin. Look forby Xamarinnext to the package name. In your screenshot you are installing a package by some Ricardo.
– Cheesebaron
Jul 30 at 12:41
ok i can understand.
– amit
Jul 30 at 12:41
1
Thank you it is working with Xamarin.Firebase
– amit
Jul 30 at 12:46
add a comment |
Those are not official packages. Look for the ones published by Xamarin
– Cheesebaron
Jul 30 at 12:35
i can not understand your answer. please explain in brief.
– amit
Jul 30 at 12:38
2
Use official Firebase packages published by Xamarin. Look forby Xamarinnext to the package name. In your screenshot you are installing a package by some Ricardo.
– Cheesebaron
Jul 30 at 12:41
ok i can understand.
– amit
Jul 30 at 12:41
1
Thank you it is working with Xamarin.Firebase
– amit
Jul 30 at 12:46
Those are not official packages. Look for the ones published by Xamarin
– Cheesebaron
Jul 30 at 12:35
Those are not official packages. Look for the ones published by Xamarin
– Cheesebaron
Jul 30 at 12:35
i can not understand your answer. please explain in brief.
– amit
Jul 30 at 12:38
i can not understand your answer. please explain in brief.
– amit
Jul 30 at 12:38
2
2
Use official Firebase packages published by Xamarin. Look for
by Xamarin next to the package name. In your screenshot you are installing a package by some Ricardo.– Cheesebaron
Jul 30 at 12:41
Use official Firebase packages published by Xamarin. Look for
by Xamarin next to the package name. In your screenshot you are installing a package by some Ricardo.– Cheesebaron
Jul 30 at 12:41
ok i can understand.
– amit
Jul 30 at 12:41
ok i can understand.
– amit
Jul 30 at 12:41
1
1
Thank you it is working with Xamarin.Firebase
– amit
Jul 30 at 12:46
Thank you it is working with Xamarin.Firebase
– amit
Jul 30 at 12:46
add a comment |
3 Answers
3
active
oldest
votes
up vote
2
down vote
You are trying to install Firebase.Xamarin which is published by an author named Ricardo. What you are probably looking for is the official packages published by Xamarin.
In this case they all start with Xamarin.Firebase.
add a comment |
up vote
0
down vote
accepted
I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

add a comment |
up vote
-1
down vote
I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

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',
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%2f51593157%2ffirebase-xamarin-is-not-compatible-with-monoandroid81%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
up vote
2
down vote
You are trying to install Firebase.Xamarin which is published by an author named Ricardo. What you are probably looking for is the official packages published by Xamarin.
In this case they all start with Xamarin.Firebase.
add a comment |
up vote
2
down vote
You are trying to install Firebase.Xamarin which is published by an author named Ricardo. What you are probably looking for is the official packages published by Xamarin.
In this case they all start with Xamarin.Firebase.
add a comment |
up vote
2
down vote
up vote
2
down vote
You are trying to install Firebase.Xamarin which is published by an author named Ricardo. What you are probably looking for is the official packages published by Xamarin.
In this case they all start with Xamarin.Firebase.
You are trying to install Firebase.Xamarin which is published by an author named Ricardo. What you are probably looking for is the official packages published by Xamarin.
In this case they all start with Xamarin.Firebase.
answered Jul 30 at 12:48
Cheesebaron
17k64099
17k64099
add a comment |
add a comment |
up vote
0
down vote
accepted
I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

add a comment |
up vote
0
down vote
accepted
I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

edited Jul 31 at 12:47
user10160492
answered Jul 30 at 13:00
amit
292114
292114
add a comment |
add a comment |
up vote
-1
down vote
I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

add a comment |
up vote
-1
down vote
I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

add a comment |
up vote
-1
down vote
up vote
-1
down vote
I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

I found the proper answer by adding the Xamarin.Firebase library instead of Firebase.Xamarin because Firebase.Xamarin is not official library.

answered Jul 31 at 12:50
user10160492
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f51593157%2ffirebase-xamarin-is-not-compatible-with-monoandroid81%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
Those are not official packages. Look for the ones published by Xamarin
– Cheesebaron
Jul 30 at 12:35
i can not understand your answer. please explain in brief.
– amit
Jul 30 at 12:38
2
Use official Firebase packages published by Xamarin. Look for
by Xamarinnext to the package name. In your screenshot you are installing a package by some Ricardo.– Cheesebaron
Jul 30 at 12:41
ok i can understand.
– amit
Jul 30 at 12:41
1
Thank you it is working with Xamarin.Firebase
– amit
Jul 30 at 12:46