How to access res/drawable/“folder”
问题 On my application I have many pictures which I have grouped in folder under res/drawable. But Android dosen't let me access them trough "R". Is there a way to access those folders. This is the Code im using for. ImageView iv = new ImageView(conext); iv.setImageResource(R.drawable.**smiley.666**); I marked the part which I can't access. Thx in Advance safari 回答1: No, Android does not allow subfolders under /res/drawable : Can the Android drawable directory contain subdirectories? You can