On This Page
Creating a Project
You use Android Studio to create a new Android Studio project, which is required to
integrate the Samsung SDK.
- Download Android Studio from the following website: https://developer.android.com/studio/index.html.
- Open Android Studio and clickStart a new Android Studio project.
- In the New Project settings menu, enter the name of your application and the company domain.
- To change the package name, clickEdit. By default, Android Studio sets the last element of the project's package name to the name of your application.
- ClickNext.
- In the Target Android Devices settings menu, choose the required API levels.
- ClickNext.
- Choose the required activity and clickFinish.