RESOURCES:

Get Started with Android apps Development

Download Android Studio and SDK Tools | Android Developers

Building Your First App

Youtube: Android App Development for Beginners – 1 – Introduction

Youtube: Android and Android Studio: Getting Started

Real life issue

Android Studio was unable to find a valid JVM

I have installed JDK 1.0.7_25 and Android Studio bundle as instructed. After completing the installation when I tried to launch I got the following error message
Failed to load JVM, FROM JAVA_HOME

Solution:
JAVA_HOME: C:\Program Files\Java\jdk1.7.0_21 and PATH: C:\Program Files\Java\jdk1.7.0_21\bin
PATH = C:\other existing paths\;C:\path to jdk\bin\