Do you have a res/values/color.xml file with main_back_ground_color defined?
Are you "cleaning" and rebuilding your project? It is necessary that bin and gen directories are recreated any time there is a change to resources such as colors.xml On Feb 2, 12:55 am, rakesh <[email protected]> wrote: > int mainBackGroundColor > = activity .getResources.getColor > (R.color.main_back_ground_color); > when iam trying to access a color resource iam getting activity cannot > be resolved error in eclipse. how can this be resolved. > > thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

