
One of the most common scenarios is importing an existing Android-Gradle project.
CLION GITIGNORE ANDROID
With IntelliJ IDEA you can not only create an Android project from scratch, but also import an existing project developed using other tools. Android Studio is smart enough to import a project from many different sources. On the other computer you could try to import the project, instead of opening it.Īctually, you don’t have to commit project specific files to your git repo. The project loads, I get some sort of NullPointerException

browse to the gitignore files and change it to match Mauker’s.in Android Studio: select “enable version control integration” – pick “git”.

create project GitTest in Android Studio.So actual question: how do I push an Android Studio project to git so I can simply pull it into another client to continue working?

Android Studio won’t recognise the Project, no matter what my gitignore file looks like. gitignore I’m using (basically the Android Studio created one, where I removed the *.iml files – cause that didn’t work).
CLION GITIGNORE HOW TO
I know this is a much-discussed topic on stackoverflow, but I just can’t figure out how to make this work.
