I know that instant start can be disabled in the Settings dialog box, but I would like to disable it through the property from the gradle build script itself. So no matter which instance of Android Studio loads this project, it will never be created with instant start enabled.
Is it possible?
Android Instant is a new feature in the 2.1.0 build tools, so you can reduce the vesion level to 2.0.0. example in assembly script :
dependencies { classpath 'com.android.tools.build:gradle:2.0.0' }
, gradle 2.10 - 2.13
2.10 - 2.13
Source: https://habr.com/ru/post/1648587/More articles:Many additional fields are not saved - phpThe fastest way to fetch a set of columns from large arrays in Julia - arraysArrays versus Lists in Lisp: Why Lists in a List Below? - mathWhat is the correct argument for d3.brushSelection ()? - d3.jsМаргинальные эффекты logit в данных взвешенного обследования с использованием R - rHow to get the link to the previous viewController in Swift? - uikitHow to hide many-to-many relationships in Redux state with Normalization? - reactjstwitter4j because id is not updating - scalatwitter API gets tweets after id - javaJNA: Some specific methods are missing - javaAll Articles