Find your content:

Search form

You are here

Caused by: java.lang.RuntimeException: com.android.build.gradle.internal.crash.ExternalApiUsageException: groovy.lang.MissingPropertyException: No such property: ABI for class: org.gradle.api.tasks.OutputFile

 
Share

Update the below line in build.gradle(:app) file which will resolve the problem.

def abi = output.getFilter(OutputFile.ABI)

to 

def abi = output.getFilter(com.android.build.OutputFile.ABI)

My Block Status

My Block Content