Hi, Am also trying to complie the Android platfor.
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. On Nov 30, 10:00 pm, Justin Anderson <janderson....@gmail.com> wrote: > R.java is a file that gets generated when you compile an Android > application. > > ---------------------------------------------------------------------- > There are only 10 types of people in the world... > Those who know binary and those who don't. > ---------------------------------------------------------------------- > > > > On Thu, Nov 26, 2009 at 8:08 PM, ChilLfiRe <kma...@gmail.com> wrote: > > I am trying to Import open source Android app using Google and SVN > > plugin for Eclipse but it seems all of them are missing the R.Java > > file. I couldn't figure out how to generate R.java file or why is it > > missing? > > > I have tried Importing the project as Android Project and eclipse > > seems to create the gen folder but it remains empty. > > > Any help will be appreciated. > > > Thanks > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Beginners" group. > > To post to this group, send email to android-beginners@googlegroups.com > > To unsubscribe from this group, send email to > > android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com> > > For more options, visit this group at > >http://groups.google.com/group/android-beginners?hl=en- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en