Videos

Tools & Code

Android Tutorials

Basic Android Videos

Database on Android

Application Server with Android

Testing

Intro Java Programming

Revision Control

Git Videos

Spring Boot

SVN Videos

Miscellaneous Videos

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.

Other Links

Videos