Skip to content

Troubleshooting guide

Michael Steer edited this page Mar 10, 2018 · 3 revisions

This serves as a guide to troubleshooting why your code isn't compiling.

Issues found while working

  • "Android SDK is not set" error when trying to compile: Go to Tools -> Android -> Sync gradle files. this forces a tool chain update.
  • "When in doubt. clean it out" running Build-Clean Project seems to fix 99% of build problems

Helpful bits of info