I am considering writing an Android app, and I see that the SDK is available for both Windows and Linux. My system dual boots, so I can go either way, but I’d like to know if there are any differences between the two versions that would impact my development process (and if so, what they are).
Please note that I do not intend to start a discussion about which OS is a better choice.
Google TV emulator works only on Linux because of the KVM module.
Some scripting or complex command line operations are not available on Windows (see Running multiple adb commands with python Popen or os.system)