Discussion:
After downloading and installing Android NDK, where should I put it?
JSGuider
2018-01-28 14:13:31 UTC
Permalink
So, I was downloading Android NDK (from inside Android Studio) there was a
problem, so I downloaded it from
https://developer.android.com/ndk/downloads/index.html and I want to know
where to put it in order for it to work on Android Studio?
--
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 android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/c39920de-150c-423d-b1fe-1d35f3a9f4c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mic _
2018-01-29 07:00:05 UTC
Permalink
Post by JSGuider
where to put it in order for it to work on Android Studio?
Pretty much anywhere is fine. Then, in Android Studio, go to File ->
Project Structure -> SDK Location and fill out the Android NDK Location
field. I think you can also do the same thing by adding/modifying an
ndk.dir property in your local.properties file, followed by a gradle sync.
Post by JSGuider
So, I was downloading Android NDK (from inside Android Studio) there was a
problem, so I downloaded it from https://developer.android.com/
ndk/downloads/index.html and I want to know where to put it in order for
it to work on Android Studio?
--
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
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/
msgid/android-ndk/c39920de-150c-423d-b1fe-1d35f3a9f4c0%40googlegroups.com
<https://groups.google.com/d/msgid/android-ndk/c39920de-150c-423d-b1fe-1d35f3a9f4c0%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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 android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/CAJwpw3YjEJwqzA6O%2BnJgAAYWSvA1%2Bi7VN%3DbyftHpL2a1gWDyBw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Alex Cohn
2018-01-31 11:27:37 UTC
Permalink
The default location is in sdk/ndk-bundle (I mean, after unpacking you
should see file sdk/ndk-bundle/source.properties). The important limitation
is that the full path to this location should not contain spaces, which
means that on Windows, for example, C:\Program Files\Android\sdk\ndk-bundle
or C:\Users\Alex Cohn\sdk\ndk-bundle won't be good places.

BR,
Alex
Post by JSGuider
So, I was downloading Android NDK (from inside Android Studio) there was a
problem, so I downloaded it from
https://developer.android.com/ndk/downloads/index.html and I want to know
where to put it in order for it to work on Android Studio?
--
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 android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/e46e11a8-c858-44f0-aa80-e090e8ca1a04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...