3

Where is the actual documentation for the experimental Gradle with NDK support for Android Studio? I mean the documentation with a full list of settings supported in the Gradle config, the list of releases with changes, etc...

After extensive Googling, all that I could find was these 2 pages, which are very superficial:

Alex Cohn
  • 56,089
  • 9
  • 113
  • 307
Pol
  • 3,848
  • 1
  • 38
  • 55
  • 1
    There is no official documentation for the experimental plugin, but people find many interesting features by digging through its published [sources](https://android.googlesource.com/platform/tools/base/+/master/build-system/gradle-experimental) – Alex Cohn Dec 30 '15 at 20:44

1 Answers1

1

http://tools.android.com/tech-docs/new-build-system/gradle-experimental is the official documentation, and will very likely be the only documentation until the plugin stops being "experimental."

This isn't an ideal situation, but it's pretty common for beta software. I've worked for several years alongside the tech writing team at Google, and I've learned that good tech writers are a scarce resource. They don't usually work on pre-release software, because anything they write would likely get invalidated by the next release.

Ian Ni-Lewis
  • 2,377
  • 20
  • 20