I got the same error.
These *filter classes' file path differs from their package declaration.
I guess there must be some generated jar lib of this "filterpacks" package, but I can't find it out. Too many jar file in "out" folder...
--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
Finally, I found the correct jar file...
Add this jar file to project's lib:
.../filterw_intermediates/classes.jar
You will find all errors related disappear.
All jar files in that folder work, EXCEPT javalib.jar.
You can choose one.
在 2011-12-20 下午11:51,"mike s" <michael.j....@gmail.com>写道:
>
Thanks for your info, but I have a question.After building the source with "make ECLIPSE-lunch", can I still launch it with emulator or flash it into device?
What's more.You say you don't use eclipse. Is there any other good tools to view and modify android source code?