Hello,
Unfortunately I find the documentation for the Android SDK to be quite lacking in the area of the config settings. I consider myself to be an intermediate java developer, and yet it still is not clear to me what is necessary to set these options so that I can include the AddThis buttons in my app with the proper IDs.
The following statement is very ambiguous:
"The configurations and customization can be changed by changing the values given in Config and the resources files : strings.xml, colors.xml."
My project already has a file called config.java, and changing it at this point is far more headache than it is worth. I see nowhere in the SDK files that I can edit myself or view for reference.
So could I please get some more elaborate instructions here? This is the last step I need to get this working. What file do I need to create, what class does it need exactly, and how should that be instantiated?
Thank you!
--Cody Erekson