I obtained two old Android flip phones (Sharp SH-02K and KYOCERA 701KC). Both run Android 5.1.1. When deploying an app to either device, I hit an issue where when deploying, the tooling would throw "XA0010" saying it couldn't retrieve the Android ABI. I tried restarting the devices and the computer but nothing. I tried deploying on another computer but got the same error.
Talking about it with @dellis1972 and @grendello, the issue may be that several expected programs (ex. uniq, sort) are missing so expected commands to parse the props file fail. I've attached all the logs we talked about.
Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
Affected platform version
.NET 8.0.300
Description
I obtained two old Android flip phones (Sharp SH-02K and KYOCERA 701KC). Both run Android 5.1.1. When deploying an app to either device, I hit an issue where when deploying, the tooling would throw "XA0010" saying it couldn't retrieve the Android ABI. I tried restarting the devices and the computer but nothing. I tried deploying on another computer but got the same error.
Talking about it with @dellis1972 and @grendello, the issue may be that several expected programs (ex. uniq, sort) are missing so expected commands to parse the props file fail. I've attached all the logs we talked about.
msbuild.binlog.zip output.log packages.txt adbprops.txt
Steps to Reproduce
Did you find any workaround?
Disable Fast Deploy (Ex.
dotnet build -t:Install -p:EmbedAssembliesIntoApk=false
)Relevant log output
No response