Skip to content

Commit 313ed26

Browse files
committed
Add instructions to build and run
1 parent e475f07 commit 313ed26

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@ AndroidIPC
22
==========
33

44
Samples for various Android IPC mechanisms
5+
6+
7+
Build and run
8+
-------------
9+
10+
You need ROOT permission from the adb
11+
12+
$ ndk-build
13+
$ adb push libs/armeabi-v7a/ipc /data/local/
14+
$ adb shell /data/local/ipc # start the service
15+
16+
Then just use your Eclipse in the regular way.

0 commit comments

Comments
 (0)