I am new in QCAR and i have problems with Compile the Shared Object, I don't know how to Build ImageTargets shared library Change directory to ImageTargets in the \qcar-android-xx-yy-zz\samples directory and execute
Solved it, didn't realized you had to write:
/cygdrive/c/Development/Android/android-ndk-r7b/ndk-build
I'm new as well and probably asking a silly question but Cygwin doesn't find the command "ndk-build"
After executing "ndk-build" it prompts:
bash: ndk-build: command not found
If you're using Windows this is where Cygwin comes in. Run Cygwin and use the "cd" command to change directories to your project folder. E.g.
cd /cygdrive/c/Development/Android/qcar-android-1-0-6/samples/ImageTargets
Then run the "ndk-build" command.
- Kim
Are you sure you want to delete this message?
Are you sure you want to delete this conversation?
To reset your password please enter the email address associated with your account. An email will be sent to you with instructions on how to complete changing your password.
Solved it, didn't realized you had to write:
/cygdrive/c/Development/Android/android-ndk-r7b/ndk-build