You’ll need to add the image as a resource to the project, and then build an ImageView
that uses that image resource. Check out the details at http://developer.android.com/guide/topics/graphics/2d-graphics.html
solved How can I load an image in Android? [closed]