I’ve been playing around with Android development in Eclipse. I’m a regular .NET developer. In Visual Studio project folder I can always create a new folder to keep my backup files / development data / unfinished graphics / photoshop files / etc. This folder does not get compiled with the project because it is not been added to the project. But the most convenient thing for me is that I get to keep the project development files and source code within the same directory structure.
What is the best practice for Eclipse. How do people keep their photoshop and other development files along with the project files so that it doesn’t gets compiled into the apk file; and they’re all located in the same project directory.
F.A.
You can simply create a folder in you project and put your files there.It won’t get compiled into the apk file except you place the folder into one of the Android default folders like,
src, gen, res, assets ...