Now create a new Android project from Android Studio. This should be called ARFilter, or whatever name you prefer:
On the next screen, select the Android OS versions that our application supports and select API 15 which is not shown on the image. That covers almost all existing Android phones. When you are ready, press Next. On the next screen, select Add No Activity and click Finish. This creates an empty project:
Once the project is created, let's add one Empty Activity. We can select different activity styles ...