Hello Sreenivasan,
Yes, if you install 17.7 or earlier, you should be able to run your Xamarin app, but please keep in mind that it Xamarin is out of support. For Enterprise and Professional users, you can download previous versions from here.
But first, try these quick checks on 17.14:
- Check the workload, ensure Xamarin is installed.
- Restart ADB from Visual Studio (Tools > Android > Restart ADB Server) or run
adb kill-serverandadb start-serverin the ADB command prompt. - Make sure your Android SDK path is set correctly in Tools > Options > Xamarin > Android Settings.
- Check for the device list in ADB command prompt:
adb devices. - For a physical device, enable Developer Options and USB debugging, use a good cable.
- For emulators, open Android Device Manager, start an emulator manually, then refresh the device list in Visual Studio.
- Stick to Android 14 or lower for physical devices, API 34 for emulators.
If nothing works, install 17.7 or earlier as you mentioned alongside your current version.
I hope this clarifies.