Skip to content

Instantly share code, notes, and snippets.

@Rodolfocartas
Created January 8, 2015 22:18
Show Gist options
  • Save Rodolfocartas/3bfeaf748b84334646a0 to your computer and use it in GitHub Desktop.
Save Rodolfocartas/3bfeaf748b84334646a0 to your computer and use it in GitHub Desktop.
Eclipse Stuck at "Android SDK: Resolving error markers":
cd [my workspace folder]
cd .metadata
find . -name .markers -exec rm {} \;
eclipse -clean -refresh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment