While building Android source code I am getting this error:
out/target/common/obj/APPS/SystemUI_intermediates/src/com/android/systemui/R.java:10: duplicate class: com.android.systemui.R
Even if I execute the rm
command to remove that file or execute make clean
. Why is that, and how do I deal with it?