I want to modify the standard android calendar application and therefore try to get it compiled in Eclipse.

I succesfully installed ADT and also the demo applications compile successfully and can be installed on my Android tablet.

The adroid source tree is on my disk (repo sync) and compiled successfully via make.

I checked out the calendar application and created an Android project and linked it to the source tree.

First thing was that I had to manually add external jars (javalib.jar) from android-common_intermediates, android-common_carousel_intermediates, android-common_chips_intermediates, calendar-common_intermediates to get compilation errors from more than 100 down to 12.

I have to admit that I am not very sure that I did the right thing regarding the JARs... did I?

Now, I still have compilation errors like 'chip_background cannot be resolved or is not a field' for expressions like 'r.getDrawable(R.drawable.chip_background)'...

I am really lost here. In the generated R (located in the gen-directory) there is no such attribute defined. So no surprise that it will not compile.

Yes, I am sure that I made everything wrong and might be on a completely wrong track.

Someone out there who can show me the way back home? :-)

Thanks in advance Markus

link|improve this question
1  
The AOSP Calendar application is not designed to be build as a standalone SDK application, but only as part of a full firmware build. – CommonsWare Feb 5 at 14:31
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.