On 9 September 2010 01:30, dashman <[email protected]> wrote: > in eclipse, how do i import an image from my computer > into the project.
Copy it to drawable resource folder (you may need to do RMB -> "Refresh" it let eclipse know) or just drag image files to eclipse project tree and drop into drawables (which eliminates need of refreshing) -- 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

