Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

julienr/protobuf-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has moved

This repository is unmaintained and contains a port of protobuf 2. For protobuf 3, see

https://github.com/Dimon4eg/protobuf-android

Google protobuf for Android NDK

This builds a static library to use protobuf with C++ on android.

This is based on protobuf-2.6.1 and it boils down to :

  • Copying the minimal set of .cc files to build the library (without tests)
  • Write a config.h and Android.mk that work on android

The example directory contains an example protobuf that can be compiled & linked by NDK to check that the linker has all the dependencies:

cd example

./build.sh

About

Google protocol buffer "port" for android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages