Updated everything to the new ADT 21 and now I can't compile anymore. *Eclipse* It seems like some resources do not exist in R.java anymore. Some others do exist. Seems like all the library projects show up fine in there, just the project itself has only about half the resources show up in there. This applies to R.dimen, R.layout, R.drawable and R.id (and others too i guess). The errors showing up are all ".... cannot be resolved or is not a field" Weird is, that if I just run "ant debug" in the shell, it compiles fine.
*Jenkins* Updated to ADT 21 as well on the Jenkins build server and there the same problem occurs to some projects. Not to all. Only errors seem to be the symbol not found errors. > [javac] /path.../.../ListAdapter.java:81: cannot find symbol > [javac] symbol : variable part_item_row > [javac] location: class jp.cyberagent.android.base.R.layout > [javac] view = > LayoutInflater.from(getContext()).inflate(R.layout.part_item_row, parent, > false); > > One side note. The projects where it does occur are projects that use libraries that depend on other libraries. Would be glad if anybody could point me in the right direction to solve this problem. -- 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

