Hot Reload Not Working Android or iOS

BillyBob 101 Reputation points
2020-12-11T15:25:47.27+00:00

I've been through all the changes to make hot reload work and it's still not working, BUT the one thing I can't seem to "change" is is the menu option, "Tools => Options => Xamarin => Hot Reload" because the option doesn't exist!

I'm using Visual Studio Community 2019 v. 16.8.2

Even stranger, I'm getting the [HotReload] messages stating that it has successfully reloaded...

Any help pointing me in the right direction would be fantastic. Thank you.

47397-no-hot-reload.png

47379-hotreload-successful.png

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,605 questions
0 comments No comments
{count} vote

2 additional answers

Sort by: Most helpful
  1. Tianyu Sun-MSFT 27,271 Reputation points Microsoft Vendor
    2020-12-14T07:06:00.9+00:00

    Hello @BillyBob ,

    Thank you for taking time to post this issue in Microsoft Q&A forum.

    XAML Hot Reload Settings has been moved to **Debugging**> **Hot Reload** (since Visual Studio 2019 version 16.8.0). You can find this option in Tools > Options > Debugging > Hot Reload > Enable XAML Hot Reload > Android and iOS (Xamarin.Forms).

    47792-test1.png

    And this is the introduction of this change from Visual Studio Release Notes(check the XAML Tools(WPF, UWP, & Xamarin.Forms): section).

    47862-test2.png

    47766-test3.png

    I hope this could be helpful.

    Best Regards,
    Tianyu

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    1 person found this answer helpful.
    0 comments No comments

  2. Chad 1 Reputation point
    2021-05-31T13:19:47.017+00:00

    For me, I checked to see that my Debugging > Hot Reload settings were correct, then had to head over to the .Android Debug Properties in the emulator drop down menu (to the right of the Startup Projects drop down menu for me) > Android Options > Debugging options > check Enable developer instrumentation (debugging and profiling). So, pretty much the same thing as the accepted answer, but with additional steps!:-P!

    0 comments No comments