Creating my first Android app
So I decided to create and record my first Android app. Obviously I got into many stuck situations that I will detail below. SETUP WORKSPACE The best way to start is opening Android Tutorial page. It will basically tell you to set up the following requirements: - Install the SDK - Install Eclipse and ADT plugin - Install Java SDK ( JDK ) with the same CPU level as the SDK (32 bit or 64 bit) The next stage is running Android SDK and downloading and installing all the appropriate packages. This is a very important step and I advise doing it a few times by closing and reopening the application because it will often get more and more updates which are required in order to make apps compile correctly. Furthermore, I will recommend installing these right away: - Tools: Android SDK Tools, Android Platform Tools and Android Build Tools - Android 4.4 (API 19) with SDK Platform and ARM EABI v7a System Image - Extras: Android Support Library and Google USB Driver APP CONFI...