Friday 28 June 2019

android - Stop Gradle from building

I am using Android Studio to build my project.
I click Run(Shift + F10) in Android Studio, a Gradle build is started
enter image description here



How do I disable Gradle from doing this each time I run?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...