Hi .. I spent quite some time looking around but I didn't find anything about, I hope to be in-topic here.I usually work with Eclipse (Version: 4.2.2 Build id: M20130204-1200) under Linux (Ubuntu 10.04 LTS), so I integrated the NDK compilation in it and so far it worked perfectly.After some recent update to Eclipse and SDK, when I create a new project, the call to ndk-build fails because the variable NDK_PROJECT_PATH is empty.I have to deduct that something is wrong in Eclipse now and is not setting up this system variable.I can workaround it forcing it in the ndk-build line.
So basically, if before my assignment for NDK in Eclipse CDT plugin was :${ANDROID_NDK}/ndk-build -Bnow I have to set up :${ANDROID_NDK}/ndk-build NDK_PROJECT_PATH=/my_product_path -BWhen and how Eclipse is supposed to set up such variable ?And I don't know if it is a related problem, but Eclipse is unable to look for updates now.Thanks for any suggestion !C'yaSTeve
Hi .. I spent quite some time looking around but I didn't find anything about, I hope to be in-topic here.
I usually work with Eclipse (Version: 4.2.2 Build id: M20130204-1200) under Linux (Ubuntu 10.04 LTS), so I integrated the NDK compilation in it and so far it worked perfectly.After some recent update to Eclipse and SDK, when I create a new project, the call to ndk-build fails because the variable NDK_PROJECT_PATH is empty.I have to deduct that something is wrong in Eclipse now and is not setting up this system variable.I can workaround it forcing it in the ndk-build line.
So basically, if before my assignment for NDK in Eclipse CDT plugin was :${ANDROID_NDK}/ndk-build -B
now I have to set up :
${ANDROID_NDK}/ndk-build NDK_PROJECT_PATH=/my_product_path -BWhen and how Eclipse is supposed to set up such variable ?And I don't know if it is a related problem, but Eclipse is unable to look for updates now.Thanks for any suggestion !C'yaSTeve
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at http://groups.google.com/group/android-ndk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.