HotAvalonia icon indicating copy to clipboard operation
HotAvalonia copied to clipboard

Hot reload on a remote device

Open bazsisz opened this issue 8 months ago • 4 comments

As avalonia is a multi-platform framework, it would be nice if hot reload would work also on other platforms than Windows. Unfortunately it seems to not work on Android (unless i am missing something). When trying to deploy my application to an android device using USB debugging, the method EnableHotReload throws an exception as the appFilepath parameter not exists. The path points to the App.axaml.cs file on my computer. My first guess that the system tries to find this path on the Android device.

Is this is a known issue or simply i missed something crucial? I tried to do everything as the README.txt stated.

Thanks in advance!

bazsisz avatar Jun 11 '24 12:06 bazsisz