Work with NDK in Eclipse

I want to use C code in an Android application for a set of operations. I successfully installed Android ADT and then downloaded the extracted NDK. I have already installed additional new programs from https://dl-ssl.google.com/android/eclipse/. When I now want to add the NDK path to eclipse, it does not appear in Windows-> Preferences-> Android .

I am using Eclipse juno.

enter image description here

I searched it online but didn't get much help. Please indicate if something is missing here or if the process will lead through

+4
source share
1 answer

Eclipse → → → Android → NDK → NDK (C:\Android\sdk\ndk-bundle) [ !]

+1

Source: https://habr.com/ru/post/1608310/


All Articles