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 :

  1. check if /home/yury/software/android-ndk/prebuilt/android-arm/gdbserver/gdbserver exsits
  2. check if has execution permission.
  3. add path environment variables maybe help.
  4. make sure android-ndk folder complete comes google when download.

regards.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -