On Oct 7, 1:07 am, kelseywright <[EMAIL PROTECTED]> wrote: > com.l1ghtm4n.text2speech.R <- this is the one I was importing as > it contains the raw.myfilename for the file I am trying to open. This > R file does include the line "package com.l1ghtm4n.text2speech;".
Is com.l1ghtm4n.text2speech your project? It sounds like you are trying to import the resources from another project. If so that is a bit trickier than just opening a raw resource and you should have mentioned that initially. I suggest breaking the problem down. First try to open a resource from your own project by importing the R file for your project and make sure your R file is not in the default package. As Peter has indicated, using resources is normally trivial. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

