I am trying to compile the android desk clock and alarm clock from here: https://android.googlesource.com/platform/packages/apps/DeskClock/+/marshmallow-release
I downloaded the tgz and extracted it, and opened in Android Studio. When I try to build it, I got an error about not having android-opt-datetimepicker in the root of the project. So I grabbed that from https://android.googlesource.com/platform/frameworks/opt/datetimepicker/+/marshmallow-release And I put it in a subdirectory under my root. I still can't compile it. <https://lh3.googleusercontent.com/-48h4jIieNFE/VmQ6b6POjMI/AAAAAAAALjg/Ouy-9OgXUmc/s1600/Screenshot%2B2015-12-06%2B08.29.13.png> This will be my first android studio project. I've done several projects with eclipse. I know I need to learn a lot about gradle, but I am hoping that someone can point me in the right direction. By the way, once I get datetimepicker fixed, will I also have to do something with support-v7-appcompat, support-v7-gridlayout and support-v13? I see that they are also listed as dependencies, just like datetimepicker. <https://lh3.googleusercontent.com/-CrAwcWAB1nE/VmQ68nPUjqI/AAAAAAAALjs/Hpk6puDmiWE/s1600/DeskClockFileStructure.png> -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/b4d4853b-e873-42c9-ba28-daa056fa3c05%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

