Difference between new android application project and new android project on eclipse

I am new to the Android world. I just wanted to know what is the difference between the new Android application project and the new android project on eclipse. When I click on the new android project, it shows me the Android API level screen. The display says, “This target has no samples,” and it’s true if I select any level of API.

+5
source share
2 answers

The new android sample project allows you to access examples of projects provided by the SDK that you need to download from the Android manager. So, on Eclipse, go to → Android SDK manager → after you open the package details, you can find Samples for the SDK (there are samples at each API level, you can get the last goal, which will be backward compatible to a certain API level). Install the ones you need. Then you will find samples for the purpose as part of the new android sample project.

A new project for Android is designed to launch a new project without using a sample.

+1
source

Android Sample , Android (, Accelerometer, ApiDemos, ContactManager ..), , .

, Android-. Android SDK Manager " SDK".

0

All Articles