Can the "Trust Gradle Project?" pop-up that opens in the project opened in the Android Studio ide opened for testing be prevented with a setting?
Can the dialog box seen in the screenshot be prevented by adding a setting to the gradle file?
Actually, this setting (systemProperty "idea.trust.all.projects", "true") is set to true in Gradle runIdeForUiTests. How can I avoid this pop up with a similar gradle setting?
* I want to add a setting that will prevent this pop up from appearing and act as if the "trust project" was clicked.
Please sign in to leave a comment.