How to enable resource shrinking in Android Studio with experimental Gradle for NDK?

110 Views Asked by At

How do you enable resource shrinking in Android Studio when using the experimental Gradle for the NDK?

Adding shrinkResources = true to the Gradle settings file next to minifyEnabled = true fails with an obscure error.

0

There are 0 best solutions below