As I’ve been researching another problem online, I’ve seen references to folks modifying the XML files contained inside the Android.jar.res.drawable folder and then copying them to their drawable folder for use in their project.
But I can’t open these files, instead I get the following error.
Could not open the editor: org.eclipse.ui.PartInitException: Editor could not be initialized.
How do I open these files so I can use them?
Thanks.
For some reason Eclipse won’t open these files.
I had to search through the Eclipse SDK folder to find the location of the files and then, as mentioned by the other poster, use an alternative text editor in order to open the file.
I then copied this file to my drawable/res folder of my project at which point I could open it in Eclipse.