Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: How to use Android in (Eclipse || NetBeans)

  1. #1
    Junior Member benglish's Avatar
    Join Date
    Feb 2011
    Location
    LUV country
    Posts
    21
    My Mood
    Busy
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default How to use Android in (Eclipse || NetBeans)

    Hi pals!

    I have decided to work on Android programming but don't know how to start!

    Could you answer my Android-related question(s)?
    I've downloaded "android-sdk_r11-windows" but I don't know how to install it either on Eclipse or NetBeans?
    In addition, I've downloaded "nbandroid-1.7" but have faced the same problem!
    Falling in LUV is awfully simple, but falling out of LUV is simply awful


  2. #2
    Junior Member
    Join Date
    Jul 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to use Android in (Eclipse || NetBeans)

    First download android sdk from google search for eclipse.

    Install it as a normal software using setup file.

    Then in eclipse, go to tools > Preferences . There you can find android plugin. Install it and also install android virtual device (AVD) from the preferences.

    Now you are ready to create android application in eclipse.

  3. #3
    Junior Member marksquall's Avatar
    Join Date
    Jan 2009
    Posts
    27
    My Mood
    Fine
    Thanks
    0
    Thanked 1 Time in 1 Post

    Wink Re: How to use Android in (Eclipse || NetBeans)

    Hello benglish,

    You can try reading this one:

    Installing the SDK | Android Developers

    That is my guide when I started how to setup Android and Eclipse. I am so happy it's 100% working now, i.e. both Android and Eclipse are "communicating" very well (just trying to do very basic programming though). And what's so cool about this is that I'm using the same Eclipse version for my J2ME projects, so I am using one Eclipse version for both projects.

    I don't know if there is a plugin of Android for the Netbeans IDE. I also want my NetBeans to recognize Android projects, but unfortunately, I can't find one on the Web. (Any tips anyone? Thanks). I hope the link will help.


    Thank you and good luck to your Android development.

    God bless everyone.


    Warm regards,

    Mark Squall
    Last edited by marksquall; October 21st, 2011 at 06:34 AM.

Similar Threads

  1. Starting Android Application Development
    By MikeSki3 in forum Android Development
    Replies: 8
    Last Post: May 3rd, 2013, 07:54 AM
  2. What is the best SDK for creating new Android applications?
    By p0oint in forum Android Development
    Replies: 7
    Last Post: May 2nd, 2013, 02:02 PM
  3. how to add adt(android plugin) to eclipse from zip file ???
    By mahdi in forum Android Development
    Replies: 2
    Last Post: July 9th, 2011, 02:32 PM
  4. Replies: 1
    Last Post: July 7th, 2011, 12:42 PM
  5. short survey comparing netbeans and eclipse for my dissertation
    By jeremylaks in forum Java Theory & Questions
    Replies: 0
    Last Post: April 2nd, 2011, 11:09 AM