Android Studio: Set up NDK and cmake and native sdk parts |
||
Issue descriptionWe need to set this up and hook it through so that users won't have to each individually install their own NDK with android studio for every project/client.
,
May 16 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/cb5195733a446c14b1c55670c73509fe8b9f9346 commit cb5195733a446c14b1c55670c73509fe8b9f9346 Author: Peter Wen <wnwen@chromium.org> Date: Wed May 16 17:39:18 2018 Android: Use default sdk dir for Android Studio Rather than use `third_party/android_tools/sdk` and `third_party/android_ndk`, create and use the default `~/Android/Sdk` directory instead for Android Studio. This allows a consistent dev environment that does not change per-repository and also allows frequent updates without affecting each checkout. Necessary for native support and emulators. This will become the default in the near future. For now, use: build/android/gradle/generate_gradle.py --sdk AndroidStudioDefault Bug: 840542 ,620034 Change-Id: Ia482cb2982472410fe9c515c5f5f9856f3eadfaf Reviewed-on: https://chromium-review.googlesource.com/1058308 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by: agrieve <agrieve@chromium.org> Reviewed-by: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#559166} [modify] https://crrev.com/cb5195733a446c14b1c55670c73509fe8b9f9346/build/android/gradle/generate_gradle.py [modify] https://crrev.com/cb5195733a446c14b1c55670c73509fe8b9f9346/docs/android_studio.md
,
May 16 2018
Each dev with --sdk AndroidStudioDefault can now download ndk and cmake once and not have to download it again. Thus we don't need to include them in our repository. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, May 14 2018