[protobuf] NoClassDefFoundError Android

2012-05-08 Thread Kasper Revsbech
Hi all I have a mind wrapping problem using protocol Buffers on Android. I among other commands defined a request in my .proto file: http://pastebin.com/B4htQeRm In my communication I do as follows: Protocol.request.Builder r = Protocol.request.newBuilder(); However on run time I get the error

Re: [protobuf] NoClassDefFoundError Android

2012-05-08 Thread Kasper Revsbech
looks incomplete. Have you checked the outer > class name option? > https://developers.google.com/protocol-buffers/docs/reference/java-generated#invocation > > On Tue, May 8, 2012 at 12:25 AM, Kasper Revsbech wrote: > >> Hi all >> I have a mind wrapping problem using p

[protobuf] Re: NoClassDefFoundError Android

2012-05-09 Thread Kasper Revsbech
://stackoverflow.com/questions/2247998/noclassdeffounderror-eclipse-and-android Best and thanks Kasper Revsbech Den tirsdag den 8. maj 2012 09.25.37 UTC+2 skrev Kasper Revsbech: > > Hi all > I have a mind wrapping problem using protocol Buffers on Android. > I among other comman