Android Application Crashes Because Of Protobuf
I have an Android application implemented with help of cocos2d-x engine. I linked protobuf library to the project and trying to SerializeToStrint() one proto-object: ProtoMessage m
Solution 1:
Make sure libprotobuf.so and libpromowall.so are built with the same STL implementation: either stlport_shared or gnustl_shared.
Post a Comment for "Android Application Crashes Because Of Protobuf"