Replies: 3 comments 10 replies
-
Thanks for the question. This is not an issue we've encountered so far. How are you including the images in the app, in your project? |
Beta Was this translation helpful? Give feedback.
-
Hi An example is:
And build action on the image is content. The strange thing is it works when building the apk file in release mode locally but the aab file build in azure gives the strange results. Update |
Beta Was this translation helpful? Give feedback.
-
Just an update on this, after trying several things etc. the solution is to disable trimming for android in release mode. Then the colors are working correctly. So it seems to be related to be compiler / package related. |
Beta Was this translation helpful? Give feedback.
-
Hi
I have an UNO app that is build in azure pipeline using a script that performs:
dotnet publish -f:net9.0-android -p:TargetFrameworkOverride=net9.0-android -c:Release -o ./publish
Afterwards the aab is signed and then I manually upload it to google playstore for internal test. The problem is, that when downloaded to the mobile it doesn't show the theme correctly, images are missing along with some coloring.
If I create a release on my pc and install the apk on the mobile everything seems to work correctly.
What I have seen in the logcat log when running the installed aab file, that isn't occurring for apk is:
I have not been able to find any information, regarding this problem. And I don't even know if the above is related to the problem, but as far as I can see it is the only difference from the apk and aab install, when running the app. I have tried both on emulator and mobile, same result.
Beta Was this translation helpful? Give feedback.
All reactions