easy_mace
easy_mace copied to clipboard
how to use libprotobuf-lite.a and libeasy_mace.a in android
please some questions.
after do make.sh, I have got two libs as following:
/easy_mace/mace/obj/local/armeabi-v7a$ ls libeasy_mace.a libprotobuf-lite.a objs
how can I use in android, just porting these two libs to android project? And where is the head files?
you need to write your code linked with these two static libraries and write jni file in c/cpp wrapped with java files. finally, you can write your application with java files in your app.
you can google 'jni' to get more infomation.