i download AlarmClock in the sound code of android,i have modified it,but i want to run it
can i rebuild AlarmClock in Windows, if i can ,how? thanks.
i download AlarmClock in the sound code of android,i have modified it,but i want to run it
can i rebuild AlarmClock in Windows, if i can ,how? thanks.
No, the android platform code MUST be built on a linux (or Mac). See the download instructions for the build requirements for the android platform. On a side note to this, you have to download the entire android platform, you cannot just pull down "AlarmClock" and build it, it requires classes and objects defined in other parts of the platform.
Yes, you can, but you need to heavily patch things that are not exposed in the SDK but are actually present in the rest of the Android source code. This may mean you might lose a lot of functionality that is dependent on private stuff in the Android source, and the only way around that is to refer to Ryan Conrad's answer.