I was debugging my natives libraries with the ndk-gdb and suddenly it does not works!.. when I try launch it through Cygwin I get this:
cp: missing destination file operand after `/cygdrive/c/User/admin/ workspace/threadTest/obj/local/armeabi/gdb.setup'
Try `cp --help' for more information. /cygdrive/c/android-ndk-r5b/ndk-gdb: line 576: /cygdrive/c/User/admin/ workspace/threadTest/obj/local/armeabi/gdb.setup: Permission denied
/cygdrive/c/android-ndk-r5b/ndk-gdb: line 577: /cygdrive/c/User/admin/ workspace/threadTest/obj/local/armeabi/gdb.setup: Permission denied
P.D: device-> Samsung GT-P1000, debugging on windows, same problem in the emulator Any idea? Thaks!