• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Develop an app and install on my droid phone

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir can you help me by telling how to set up ide for android app development and which sdk to use,and how to make my app executable
 
Ranch Hand
Posts: 95
Python C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The most common IDE (99% use it) is Eclipse Pulsar IDE.
You can downloadwebpage
For the SDK, obviously the Android SDK which is available webpage.
After downloading the SDK you have to unzip it and the SDK will install all its components automatically.
But you also neet a plugin called "ADT-Plugin" which is installed in the eclipse IDE. I was not able to find any links to it so you can google and find your way.
To run the app on your mobile first install the driver of your phone on your computer then connect you phone to the computer through a USB cable then, from eclipse, on the left pane, right click on the project name and click on run. The app will automatically start running on your phone
 
Your mind is under my control .... your will is now mine .... read this tiny ad
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic