| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Samples for various Android IPC mechanisms
You need ROOT permission from the adb
$ ndk-build $ adb push libs/armeabi-v7a/ipc /data/local/ $ adb shell /data/local/ipc # start the service $ adb shell service list | grep binder_shm # check the service running
Then just use your Eclipse in the regular way.
| Back | FazBrowse Home | New Git URL |