SteMMo
SteMMo

Reputation: 418

Developing Android app on both Linux and Windows host

My main developing phase is done on a Ubuntu machine. The project is shared on the cloud by Dropbox. I'd like to access to the project on other PC but, since it is a Windows PC, i receive some errors, first of all, the project path!!

Is there a way, or some guideline, to allow to develop the same project on Linux and Windows?

Upvotes: 0

Views: 203

Answers (1)

hovanessyan
hovanessyan

Reputation: 31463

Instead of Dropbox, use a public version controls service (github, assembla) (or private + vpn etc.) and checkout the project on as many workstations as you want. Make you sure you don't check in IDE Specific files like Eclipse's '.classpath' etc.

Upvotes: 1

Related Questions