Hi All,
 Am newly  born  for Android.

Am trying to complie the Android platform.
using  "make"

Am getting the following Error while building the SDK open source
project .
=========================================================
frameworks/base/core/java/android/app/DatePickerDialog.java:112:
package R does not exist
        setButton(context.getText(R.string.date_time_set), this);
                                   ^
frameworks/base/core/java/android/app/DatePickerDialog.java:113:
package R does not exist
        setButton2(context.getText(R.string.cancel), (OnClickListener)
null);
                                    ^
frameworks/base/core/java/android/app/DatePickerDialog.java:114:
package R does not exist
        setIcon(R.drawable.ic_dialog_time);
                 ^
frameworks/base/core/java/android/app/DatePickerDialog.java:118:
package R does not exist
        View view = inflater.inflate(R.layout.date_picker_dialog,
null);
                                      ^
frameworks/base/core/java/android/app/DatePickerDialog.java:120:
package R does not exist
        mDatePicker = (DatePicker) view.findViewById(R.id.datePicker);
                                                      ^
frameworks/base/core/java/android/app/DatePickerDialog.java:132:
package R does not exist
        TextView title = (TextView) findViewById(R.id.alertTitle);
                                                  ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
6 errors
make: *** [out/target/common/obj/JAVA_LIBRARIES/
framework_intermediates/classes-full-debug.jar] Error 41



=================


I dont hav any support.. plz help me out..,

Hope after reading this you ll guide me.

Tnku you so much in advance.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to