In the project also protobuf-javalite was used by some library (in protobuf-javalite the class Any is from the same package, but it doesn't have the getDescriptor() method).
When protobuf-javalite was removed from classpath then everything works as expected. It should be possible to use both (classic protobuf-java and lite protobuf-javalite) in one project (when class names from protobuf-javalite are different like MessageLite or the name of the package is different). -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/ba539947-886b-43f9-8759-dd16bcf9ae8ao%40googlegroups.com.
