Create the Android project
- Open Android Studio.
- From the quick start select New Project.
- For the Application name enter WVA Sample.
- For Company Domain enter wva.example.com.
- The Project location provides a default or you may change this as desired.
- Click Next.
- On the Select the form factors your app will run on screen, leave the default option selected: Phone and Tablet.
- Click Next. The Add an activity to Mobile screen appears.
- Select Blank Activity.
- Click Next. The Choose options for your new file screen appears.
- Change Activity Name: to WVAActivity. This changes the Layout Name and Title to activity_wva and WVAActivity, respectively.
- Click Finish.
- Your project is now created. See Add the WVA library dependency for the next step in this process.