This is the first time I'm going to ask for Xamarin.LiveReload
This is my 3rd month on Xamarin.LiveReload and today, It's getting a trouble showing my changes.
This is not actually the first time, but I was able to resolve the issue before just by doing CLEAN-REBUILD-RESTART_VS-REBUILD-RUN workaround and that pretty much solves the issue and my changes starts to appear on the emulator. But today, I cannot figure out why it's not showing my changes anymore.
I went back reading the TROUBLESHOOTING in this link
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/xaml/live-reload
But non of it really helps and I'm still having the issue.
I think I'm lost with other alternative to fix it. This is what I've done so far. Keep in mind that I always made sure that Live Reload is "Connected" and emu and my laptop is on the same network.
1st try
1. remove BIN and OBJ folder
2. CLEAN-REBUILD-RESTART_VS-REBUILD-RUN
(no luck)
2nd
1. Uninstall LiveReload and install it again
2. remove BIN and OBJ folder
3. CLEAN-REBUILD-RUN
(no luck)
3rd
1. Turn off firewall
2. remove BIN and OBJ folder
3. CLEAN-REBUILD-RUN
(no luck)
4th
1. Restart my laptop
2. uninstall Xamarin.LiveReload and install it again
3. remove BIN and OBJ folder
4. REBUILD-RUN
(no luck)
5th
1. Uncheck-check "Auto-generate encryption keys"
2. Restart VS
3. remove BIN and OBJ folder
4. CLEAN-REBUILD-RUN
(no luck)
6th
1. Uncheck "auto-generate encryption keys"
2. Restart VS
3. remove BIN and OBJ folder
4. CLEAN-REBUILD-RUN
(no luck)
does anyone have anymore suggestions?