Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tango Library #84

Closed
lucadambros opened this issue May 30, 2016 · 1 comment
Closed

Tango Library #84

lucadambros opened this issue May 30, 2016 · 1 comment

Comments

@lucadambros
Copy link

Hi,
I downloaded all the library (boost, eigen, flann, ndk, pcl) and I put them in a new folder called "android_install".
After that I tried:

`$ export ANDROID_NDK="Path to android ndk"

$ export ANDROID_NATIVE_API_LEVEL=android-17

$ cd rtabmap/build

$ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake_modules/android.toolchain.cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_TOOLS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/android_install ..

$ make

$ adb install -r app/android/bin/RTABMap-debug.apk`

but it didn't work.
What I have to do?

@matlabbe
Copy link
Member

matlabbe commented Jun 1, 2016

See issue #74:

When you are able to cross-compile all dependencies...

In particular, see this post for compilation of dependencies.

cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants