protobuf_android_sample
protobuf_android_sample copied to clipboard
A sample Android application using protobuf
Results
2
protobuf_android_sample issues
Sort by
recently updated
recently updated
newest added
Update application to API 33, Update AndroidX, Refactor build system
Fails when tried to parse the given json string as follows `val myAddressBook = AddressBookProtos.AddressBook.parseFrom(SAMPLE_JSON.toByteArray())` Error `Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message tag had invalid wire type.` I mean to ask...