Android Launch Profile + environmentVariables
(launchSettings.json)
#19133
-
I have been using launchSettings.json to assign I've searched around and found this StackOverflow question as the only somewhat-relevant resource of interest around this topic. Is there guidance on how to launch the Android emulator so that it picks up values and configurations from a launchSettings.json profile? Thank you for any assistance you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Are you able to do this with a plain .NET Android/.NET MAUI app? If not, I think it is better suited as a question on the Microsoft .NET Android repository https://github.com/dotnet/android |
Beta Was this translation helpful? Give feedback.
That is correct. You can have two different files, one per environment, if you add multiple files as
AndroidEnvironment
they will be concatenated to the other ones.environment.conf
is automatically added by Uno when present but you can add you own in your csproj.