- Launch Android Studio.
- In the Welcome to Android Studio screen, choose New Project.
- In the New Project window, enter the application name, module name, package name, and project location.This example uses
CouchbaseEvents
for the application name. - Set the minimum required SDK to API 9: Android 2.3 (Gingerbread) or later and use the currently recommended Android API.After you fill in the fields, the New Project window should look something like this:
Click Next, and then move through the remaining setup screens and enter settings as necessary (or just accept the defaults).
Click Finish.
Comments
Post a Comment