Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How i can create Android Sample Project in Android Studio

Is there any easy way to create(import) Android Sample Project (in eclipse terminology) in Android Studio? I mean something like eclipse New Project->Android Sample Project dialog

like image 401
Johnny Doe Avatar asked May 22 '13 07:05

Johnny Doe


People also ask

How do you create a new project in Android Studio?

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. If you do have a project opened, create a new project by selecting File > New > New Project from the main menu.

How can I create APK File in Android Studio?

In the menu bar, click Build > Generate Signed Bundle/APK. In the Generate Signed Bundle or APK dialog, select Android App Bundle or APK and click Next. Below the field for Key store path, click Create new.

How do I create a template on Android?

For creating new templates, right click on the source code folder and select “New”, then select “Edit File Templates”. Here you can see some predefined templates but we don't need this so click on “+” icon in top left corner. After this action your screen should look like this.


1 Answers

Have you installed the samples for the SDK from your Android SDK Manager? Instructions for doing so can be found here.

After those are installed, you can use the menu File->Import Project...

installing SDK samples

like image 111
Padma Kumar Avatar answered Nov 02 '22 10:11

Padma Kumar