• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help me to create mobile APP

vajra11

Lurker
I am new in android development. I want to create mobile app for my smart phone. I am using lenovo a6000 mobile and android 5.0.2

I am trying to create APP in eclips IDE

app.jpg


I don't understand which option select to create mobile APP
 
I am trying to create APP in eclips IDE

Android Studio is the officially recommended IDE for Android development.

The minimum required SDK and target SDK set the range of valid Android versions on which your app can be installed. These settings can be changed once your project is created, so just go with the defaults for now.
 
Last edited by a moderator:
Android Studio is the officially recommended IDE for Android development.

The minimum required SDK and target SDK set the range of valid Android versions on which your app can be installed. These settings can be changed once your project is created, so just go with the defaults for now.
Thanks. i appreciate your help. If I just go with default setting I don't see the layout

I think it shows because of compile version. I am trying to change API level but it shows only API28 android 9 there is no other option. how to change change default compile version ?
 
Last edited:
Back
Top Bottom