Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 433  / 1 Year ago, mon, april 24, 2023, 8:32:13

I'm sharing one workspace between those two systems, and as I'm developing for Android I need Android SDK, which is in Windows in D:/Android/sdk, on Ubuntu it's different path.



How can I make it to switch automatically at Windows to D:/.. and on Ubuntu to home/...?



Because now each time I switch systems, I have to point eclipse to the SDK.


More From » android

 Answers
2

Don't share file system, use a sane source code version system, like git or subversion. Because you should have that anyway, even if you work on your source yourself.
It's problems sharing projects with different versions of Eclipse or any IDE as it is, so doing that between two OS with different syntax and semantics would only drive you insane. Been there, tried that.


[#30857] Tuesday, April 25, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oatglori

Total Points: 313
Total Questions: 102
Total Answers: 111

Location: Guam
Member since Thu, May 18, 2023
1 Year ago
oatglori questions
;