Eclips Java PGM
Eclips Java PGM
Eclips Java PGM
Android Studio makes it easy to create Android apps for various form factors,
such as handsets, tablets, TV, and Wear devices. This page shows you how to
start a new Android app project or import an existing project.
If you don't have a project opened, Android Studio shows the Welcome screen,
where you can create a new project by clicking Start a new Android Studio
project.
You should then see the Create New Project wizard, which lets you choose the
type of project you want to create and populates with code and resources to get
you started. This page guides you through creating a new project using
the Create New Project wizard.
By selecting the type of project you want to create, Android Studio can include
sample code and resources to help you get started.
5. Select the Minimum API level you want your app to support. When you select a
lower API level, your app can rely on fewer modern Android APIs. However, a larger
percentage of Android devices are able to run your app. The opposite is true when
selecting a higher API level. If you want to see more data to help you decide, click Help
me choose.
6. If you want your project to use AndroidX libraries by default, which are
improved replacements of the Android Support libraries, check the box next to Use
AndroidX artifacts. To learn more, read the AndroidX overview.
Android Studio creates your new project with some basic code and resources to
get you started. If you later decide to add support for a different device form
factor, you can add a module to your project later. And if you want to share
code and resources between modules, you can do so by creating an Android
library.
For more information about the Android project structure and module types,
read the Projects overview. If you're new to Android development, altogether,
start with Getting Started on Android.
1. Click File > New > Import Project.
2. In the window that appears, navigate to the root directory of the project you
want to import.
3. Click OK.
Android Studio then opens the project in a new IDE window and indexes its
contents.