Bear35805 wrote: > It seems like you have hit on the problem. Where do I find the > PATH/ANDROID_HOME variable? Also is it possible there is a permission > problem? >
In the operating system. More precisely, in the shell. And the word is "variables" in the plural, not "variable" in the singular. "PATH" and "ANDROID_HOME" are two different, relevant environment variables. If you aren't familiar with environment variables, become so. You cannot get far in most OSes without at least knowing about the "PATH" variable, nor in programming without a fundamental understanding of how to use the major OSes. GIYF. -- Lew -- 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

