Hi, here is part of our app's build.gradle:

tasks.withType(com.android.build.gradle.tasks.PackageApplication) { pkgTask 
->
    pkgTask.jniFolders = [new File(buildDir, 'lib')]
}

When I trying to use Instant Run, build failing with error:

Cannot set the value of read-only property 'jniFolders' on task 
':app:packageProdDebug'.

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to