Due to a Dalvik VM bug, you can apparently run into deadlocks when
using Protocol Buffers on Android (http://groups.google.com/group/
android-developers/browse_thread/thread/c7b68765a02f74df).

A member of the Android team suggested (http://groups.google.com/group/
android-developers/msg/978cd88517a5fc25) that one should possibly use
a different Java implementation that Android also uses internally :

http://android.git.kernel.org/?p=platform/external/protobuf.git;a=tree;f=src/com/google/common/io/protocol;h=44814a7cc40a99cf6a866e219793976de8f283a7;hb=HEAD

However, it looks like the code that is generated by the official
compiler isn't compatible with that implementation. Does a compatible
compiler exist somewhere (in the open)?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to