I am using Android Studio to build my project.
I click Run(Shift + F10) in Android Studio, a Gradle build is started
How do I disable Gradle from doing this each time I run?
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
No comments:
Post a Comment