•  

CMPT 276 Summer 2018 - Dr. Fraser

WEB PAGE IS FOR A PREVIOUS SEMESTER

Brian's Video Tutorials

Android Tutorials

Basic Android Videos

Database on Android

Application Server with Android

Testing

Revision Control

Git Videos

Spring Boot

SVN Videos

Other

Solving build problems with Eclipse after importing project

After importing the project, if you get the error "Unable to resolve target 'android-XX'", then:

  • Right click the project, select Properties.
  • Under Android, select a version of Android that you have installed, click OK.
  • On the Project menu, clean your project to trigger a full rebuild.