I’d like to hack on my new Android phone using a Linux development environment.
What tools would you recommend?
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 have been using NetBeans with android plugin on ubuntu, because i like the IDE better then Eclipse. If you, however, like(or at least don’t mind) Eclipse, i strongly suggest you use it rather then netbeans because the android plugin is more mature and ‘user friendly’. For example it has real time resource parsing which is done on save while in netbeans its done only when you compile the project (which is not too convinient for code completion) etc.
instructions about how to install nbandroid can be found here.