eclipse - Cannot debug Android application with native code -
i'm trying debug native application in eclipse. unfortunately, when run "debug as-> android native application" see following errors in console:
[2014-09-10 21:03:48 - genderdetector] verify if application built ndk_debug=1 [2014-09-10 21:04:16 - genderdetector] gdbserver output: [2014-09-10 21:04:16 - genderdetector] run-as: package 'com.opencv.genderdetector' unknown
if try add "ndk_debut=1" ndk-build command see following errors:
[armeabi-v7a] gdbserver : [arm-linux-androideabi-4.9] libs/armeabi-v7a/gdbserver install: cannot stat ‘/home/yury/software/android-ndk/prebuilt/android-arm/gdbserver/gdbserver’: no such file or directory make: *** [libs/armeabi-v7a/gdbserver] error 1
could please explain i'm doing wrong?
here steps may :
- check if /home/yury/software/android-ndk/prebuilt/android-arm/gdbserver/gdbserver exsits
- check if has execution permission.
- add path environment variables maybe help.
- make sure android-ndk folder complete comes google when download.
regards.
Comments
Post a Comment