qpython
qpython copied to clipboard
Can remove local.properties from git?
Now the local.properties store the sdk.dir and ndk.dir which are different in different computer. So when I use Android Studio to import project, the Android Studio reminds me to use my local sdk directory to replace the sdk.dir value in local.properties. And more, if someone want to do change and push it, he/she must process local.properties separately to avoid push its local sdk and ndk directory to project. which I think is terrible. So can remove local.properties from git version control? Thanks.