-1

The guys in this post gave me some java code to change the save path of my Android camera application.

I am totally new on Android Programming and i don't know where to put this code...

I read about the Android SDK where you can develop an application and then upload it to the phone. But i don't know if this is what i need.

How can i access and edit the files on my phone?

Community
  • 1
  • 1
Nikitas
  • 1,013
  • 13
  • 27
  • You don't want to be coding this. You need to use the superuser.stackexchange. There you can either look at changing a config of your phone for this directory, or finding an app with this function as an option – Blundell Dec 16 '11 at 17:28

1 Answers1

0

You can write your own Android code with the Eclipse integrated development environment (IDE) for Java developers and the Android Development Tools for Eclipse.

You can create and modify your own Android applications. You cannot modify other people's Android applications.

Android Developer Resources will get you started.

Gilbert Le Blanc
  • 50,182
  • 6
  • 67
  • 111