Click here to Skip to main content
15,868,292 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a project in Android studio. I want to have a copy of this folder in an external drive. Should I just copy it from folder or is there any other means. I tried with right click on the 'project' by keeping the project open and using rename I copied to another external drive. When I tried to run the project from external drive, I could see the java files are missing in that external drive project. Can anyone tell me correct method of copying the project?
Posted
Comments
Richard MacCutchan 24-Mar-15 4:48am    
Use Windows Explorer to copy the complete project tree.

1 solution

One option is to create a copy of the project folder (from the workspace folder), however, it may be even better to start using some version control, like Git...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900