Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sequoyah-android-dev] Sequoyah doesn't recognized NDK R5

Hi,

I am developing for my master thesis and Android application with native support and used Sequoyah over the last month without any problems. Today I updated to the newest NDK, because I needed the included STLPORT support. 

Then I noticed, that Sequoyah didn't recognized the new NDK because of the changed path structure, see also https://bugs.eclipse.org/bugs/show_bug.cgi?id=331957

I fixed the problem by changing the variable pathPrefix in line 131 of the file NDKPreferencePage.java to "pathPrefix = "/" + "toolchains" + "/" + "arm-eabi-4.4.0" + "/" + "prebuilt" + "/" + "linux-x86"; "
Of course some fix has to be added, so that the plugin also recognized the NDK path, if an old ndk is installed.

It would be nice, if someone could upload the fix to the eclipse website. I think it is an important bugfix, because without the plugin just doesn't work.

Keep up the good work :-)

C. Snider


Back to the top