Closed GoogleCodeExporter closed 9 years ago
1. Install the android NDK
2. Make a symlink from your eclipse project folder (should be called
AndOpenGLCam) to
the ndk apps folder
4. change line 2 of Application.mk to APP_PROJECT_PATH := $(call my-dir)
3. in the root of the NDK folder run make APP=AndOpenGLCam
4. refesh your project in eclipse
5. If everything went smoothly your libs folder will have the .so files that
jni needs
also note that you need to put some data files on your sd card. If you look in
arToolKit.c it it shows the files you need at the top.
camera_para.dat is the settings for your camera
the patt.hero file is the marker pattern to search for
Original comment by darre...@gmail.com
on 15 Mar 2010 at 8:46
[deleted comment]
did you manage to compile the native libraries?
I'll close this issue for now.
Feel free to contact me if you got further problems.
Original comment by tdomhan
on 26 Mar 2010 at 12:35
Original issue reported on code.google.com by
ellion0815@googlemail.com
on 14 Mar 2010 at 3:31