-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XA3007: Could not link native shared library: libxamarin-app.so #8352
Comments
Can you attach an MSBuild binary log of the error? Thanks! |
Hi @rubberydev. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Hi @jonathanpeppers , I attach the MSBuildLog Thanks in advance! |
@rubberydev this is a text-based build log with https://docs.microsoft.com/xamarin/android/troubleshooting/troubleshooting#diagnostic-msbuild-output |
Hi @jonathanpeppers thank you for your response! excuse me I didn´t know that, thanks again for guide me... |
Input file "obj\Debug\130\android\typemaps.armeabi-v7a.o" is newer than output file "obj\Debug\130\app_shared_libraries\arm64-v8a\libxamarin-app.so". I´m not sure it is related? |
@grendello @dellis1972 do you know if there is a way to get more info out of:
(It looks like a .NET 7 app) |
@jonathanpeppers depends on which NET7 it is. We've had this improvement since November last year. Prior to that, the stderr output should be in the verbose log/binlog. Failing that, one can cut-and-paste the command to developer prompt and see what it says. |
Hi guys, thanks a lot for helping me, I really don´t know how to find the log in log/binlog, however I could launch the command dotnet build XxxxXxxx.Droid.csproj in my command prompt and I got the next output: thanks! |
For |
it´s really clear @jonathanpeppers thanks again man! I´m gonna share you the binlog generated: I´m pending for you advices to solve this problem, thanks in advance! |
The latest one has a completely different error:
Is this a Xamarin.Android project? For that, you would have to use My MSBuild is at |
@jonathanpeppers with MSBuild.exe got 0 errors: thanks ! |
How can we get a log that contains the error:
|
I really dont know because the error disappering when I built project with MSBuild tool, so! my question rigth now is, if I could build the project with MSBuild tool and upgraded to API level 33 without any output error in the process, also Could I sign the .apk from similar CLI tools or something like this existent;In order to follow releasing versions to my app. |
Ok, if this is Xamarin.Android, you probably also need |
With support for Classic Xamarin.Android ended May 1st, 2024, this issue is likely no longer relevant. If this still persists in .NET 8+, please open a new issue with updated information based on |
Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
Affected platform version
VS 2022 17.7.4
Description
the project Xamarin.Android was built in Visual Studio 2019 but I want to run and build it in Visual Studio 2022 to upgrade it to API Level 33(Android 13) but this problem doesn´t permit me continue, help me please!
Thanks in advance!
Steps to Reproduce
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: