I am new to android development, and I have been using the command line tools to create an android project. I followed all the instructions given in the tutorial at android
Using Android Studio you have to add the dependency of the support library that was not indicated in the tutorial
Android Studio
dependencies { implementation 'com.android.support:appcompat-v7:22.0.0' }