Would like to know the main differences between the Android NetBEANS plugin and Eclipse plugin ? Do you have a visual editor in both or one of both ? Do you have more support on Eclipse ?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think its a matter of personal preference, but I think Eclipse with ADT plugin is recommended by Google for good reasons.
ADT simplifies things by generating build scripts for you and allows you to drag and drop files into your project and auto generates references in R.Java file.
It sounds to me that you might be new to Android/Java development? If that’s the case then my personal opinion is stick with the Google recommendations. It saves you a lot of time getting your first android application up and running and I think that’s the goal for most people starting a new development language.