Just to remember a simple command...
Add a file in order to be managed by GIT :
git add filename
If you want to undo the git add command :
git reset file
Configure your project First, you need to add the following configuration in your file build.gradle (Module : app) : android { ..... andr...
No comments:
Post a Comment