


gitignore files (and the default ones created by Android Studio inside the app folder and into other folders you could have) you will likely save only the necessary source code to your repository and not files which could be generated by Android Studio itself. gitignore file in the AndroidShowcase folder. # Local configuration file (sdk path, etc)Īnd the following as content for the. If we keep the build window open from the bottom navigation bar and click on the run icon, we can see a list of Gradle tasks on the console. When you press the run button in Android Studio, for example, a Gradle task is launched. gitignore file in the AndroidShowcaseRepository folder # Built application files Gradle Task is an action that Gradle performs. So, for example, this is a sample structure ( folders are bolded): Usually, I create my project inside a parent folder which I initialize as my Git repository. gitignore file is sometimes tedious, so I have gathered some information on the Internet, mainly on StackOverflow, I made some experiments with my sample project over and over and finally I obtained a perfect Android Studio.
