I am attempting to merge several branches within my SVN project in Eclipse Juno, with Crashlytics 1.1.0 integrated. However, Eclipse is telling me I need a clean workspace to do so. Crashlytics likes to constantly regenerate the com_crashlytics_export_strings.xml
file, which is preventing me from maintaining my clean workspace.
How can I temporarily disable Crashlytics so I can merge my branches and then reenable the plugin?
- I've already read this which did not help: Temporarily disable Eclipse plugin
- I've removed the
Crashlytics.start()
call in my main activity - I've tried "logging out" of the plugin as referenced here
- I've also tried turning off "Build Automatically" from the Project menu
But even with all these steps the plugin still regenerates the file immediately. Please help.