eclipse - Saving project on Google Drive when using Android Studio -


is there way save projects on google drive when using android studio? want access project 2 different locations, path account under "users" different, use 2 different usernames on each of machines.

since google drive folder under user folder, config wrong if project opened other machine.

any advise how can use cloud work on project?

thanks!

trying use networked folder access 2 different machines problematic -- @ minimum, you'll trying share local.properties files between instances, it's intended not do. .idea , .iml files, if you're using gradle-based projects, aren't intended shared among computers. i've seen reports these can contain absolute paths, make sharing them tricky. that's perhaps bug fixed, treat files local in gradle-based projects , not intended checked source control, example.

i think that's answer -- set project in source control , use use multiple places. you'll lose ability able access project in exact same in-progress state multiple places , need commit changes first, can advantage, too. saving of commit history may big benefit -- it's 1 of things comes in really, handy when project in bad state , want hit reset button. granted, android studio has local file history (which great feature, machine-local), source control more resilient.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -