Hello,
I am trying to use the : Debug a custom APK feature.
I am using the newest version (4.3) , i am on ndk r10d.
Windows 7, 64bit.
when i specify my shared library directory:
prefixobjlocal it says:
Please ensure that your shared library directory is specified correctly.
prefixobjlocalarmeabi
However my folder is
prefixobjlocalarmeabi-v7a
( i tried specifying that directory as well and it isn’t working.
complaining that prefixobjlocalarmeabi-v7aarmeabi doesn’t exist)
I have also tried all possible configurations with the Library load bug workaround.
can’t get passed that error message, and if i click on Ignore i get the error message:
the apk file does not contain gdbserver for armeabi.
Would appreciate some help.
Thanks.