hi,

          I have an android project X that has package org.xyz....,  the
generated R.java also has package name org.xyz...
         now I need to integrate another android project(A) that has package
name com.abc.... with the poject X. after I put project A's src code into X
project, eclipse always compain R cant be resolved in tons of places. I
tried to add statement import org.xyz.R in those files in project A. but it
seems not help.

do you have any suggestion to quick integrate these two projects together?


-Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to