Type R is already defined error

前端 未结 6 892
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 06:23

\"enter How do I fix this? I already tried removing the R.java and cleaning the project via ec

6条回答
  •  情书的邮戳
    2020-12-06 06:40

    You may want to change your package names. It looks like you are using a 'PhotoStream'.jar which has it's R.class defined at the same package structure as you.

    Here is a link to the R.java from the project on Google Code. Notice you are using the same package: http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/R.java?r=83

提交回复
热议问题