Android SDK setup:
http://tech.ukidlucas.net/2014/09/android-sdk-set-up-in-ide.html
First of all we have to make sure our IDE has Android plugin:
Download at least one SDK level e.g. API 17:
Create a new Android MODULE:
Name the Module:
Accept default Module SDK, you should have API 17 or up:
Set output path:
Try to run the project:
Android (with ANT) project structure, please not it is different from Maven, or Gradle structure:
We will create an app as such:
With following structure:
Please follow the rest of the tutorial here:
http://tech.ukidlucas.net/2014/11/android-mediaplayer.html