Hi, I'm modifying the MMS application (so on the source code of Android) for academic purpose. I want to do :
InputStream input = Resources.openRawResource(R.raw.gsbproperties); The gsbproperties (a file a stored in res/raw/gsbproperties.dat) cannot be resolved. I checked the com.android.android.mms.R.java file but the is no reference to gsbproperties. Is there a way that the R.java file is automatically updated ? Should I use the aapt (any hint on how to use it?) ? Thank you for your help. Deniz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

