Steven wrote: > So when I use the code from voiceRecognition.java to see if it will > work. I get and error with R.layout.voice_recognition as well as R.id
What are the error messages? Also, remember that you cannot necessarily just grab bits of Java code -- these errors are referring to items in a layout that may be missing. > and when I try import com.example.android.apis.R it wants me to create > the class. That should be automatically built once we get the other problems above fixed. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need help for your Android OSS project? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

