Let say there are two developers: john and james.
john's sdk is in C:/user/john/android/sdk
james's sdk is in C:/user/james/android/sdk
Each time syncing to git with the whole project.
Then if last time john do the sync, james fetch and open project with warning "sdk location not found, change to james/android/sdk.
Android studio automatically change that and would not cause error.
But it's annoying.
Anyway to solve?
Thanks.