When you change the layout and image on Android,

Asked 2 years ago, Updated 2 years ago, 60 views

I received the Android project file.

I'm not an app developer, but I sometimes made what I needed and used it.

I'm using android studio, but the project spewed errors (I can't fix it)

I'm downloading again and downloading SDK to open it in Eclipse, but as you know, it takes a long time...

Questions
I need to change the image file and the layout (xml) slightly, but I think I need to open it in Eclipse and modify it. Can I just open a text editor to modify the xml file and overwrite the image (the same file name)...Instead of building it and delivering it, you can just deliver it back to the source file.

I don't know much about app development, so I'm not sure if it's possible or not.
Please reply.

android layout xml

2022-09-22 21:52

1 Answers

You don't have to use Eclipse. You can open the file with a text editor and modify the part you want. You said you would only deliver the source without building, but shouldn't you still check if the edited part works? You can also build on the command line. See http://developer.android.com/intl/ko/tools/building/building-cmdline.html for instructions on building from the command line.


2022-09-22 21:52

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.