Now I have create a Mobile Module Project, I want to access the layout file main.xml by using setContentView(R.layout.main) and the Bitmap by BitmapFactory.decodeResource(ImageFilterMain.this.getResources(), R.id.XX),but it can't access the image.jpg and main.xml.Is there any body can help me?Tell me where to place the android res folder and R.java in Mobile Module Project,and how to access this resource?Thanks a lot! 
↧