[android-developers] Re: How to disable some ABIs for NDK project?

2017-01-05 Thread Marcos Agustín Carranza
Ever figured out the error? Seems like the offensive line is trying to set abiFilters to something, adding all works but it still tries to generate all architectures independently of what I add. On Wednesday, November 9, 2016 at 5:52:56 PM UTC-8, Praveen Kumar wrote: > > I am also getting

[android-developers] Re: How to disable some ABIs for NDK project?

2016-11-09 Thread Praveen Kumar
I am also getting similar error: Error:Cannot set readonly property: abiFilters for class: com.android.build.gradle.managed.NdkConfig here is my configuration: ndk { // All configurations that can be changed in android.ndk. abiFilters = []