Friday, December 24, 2010

[android-developers] how to clone application (Desk Clock) from Git tree that will work for API 7?

I was trying to run and read through the Desk Clock code.
I cloned the subtree here http://android.git.kernel.org/?p=platform/packages/apps/DeskClock.git;a=tree
However it pulls in the latest code and some of which refers to API
level 9 variables eg. ACTION_SET_ALARM, EXTRA_HOUR, EXTRA_MESSAGE,
every_day, never...
Spent hours trying to get this to compile before I realized this.
I want the version of DeskClock for API 7.
How to do this?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment