Click here to Skip to main content
15,888,059 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
I just quit windows and went into Ubuntu. The problem is,
How do I start android development in Linux? Android is a Linux based OS
So I thought a Linux environment would be more suitable.
Need help in doing the baby steps.
Thanks!
Posted
Comments
[no name] 10-Jun-15 14:42pm    
http://www.bing.com/search?q=How+do+I+start+android+development+in+Linux&src=IE-TopResult&FORM=IETR02&conversationid=

Yes, perhaps. Android is a Linux based OS but, you need to understand that Windows has a great set of tools for (cross-platform) development. However, for Linux (specially Ubuntu) the concept is different. In Ubuntu, an IDE is not a full-featured software. It is just a "syntax highlighter over notepad" kind of thing. You need to get the language compilers separately.

One month ago, I tried to dig deeper into Ubuntu, and I found myself pissed off as soon as I started the development process. You can somehow try out Eclipse, add compilers (for Java) and continue Android development. Good luck!

But wait... Did you know, Microsoft has recently announced Visual Studio Code[^] for Linux also. Which means, that you can now use almost-Visual Studio product on Linux. Which removes most of the pain of programming in Linux. It is free, cute (IMO), and a good way to start programming on Ubuntu. I would definitely try it out (a lot later! :laugh:). (Note: Visual Studio Code is still the new dude on the block, so it might not fulfill your requirements, so skip to next paragraph.)

Also, Android Studio[^] is a great IDE for Android programming, you should no longer use Eclipse (because it is not supported officially) and should move to Android Studio. Try it out on Linux.
 
Share this answer
 
Comments
Member 11096987 10-Jun-15 14:48pm    
How do I use android studio???
Any help or books?
Afzaal Ahmad Zeeshan 10-Jun-15 15:00pm    
You would be able to get the information from the link that I have attached. :)
Android Studio is available for Linux

https://developer.android.com/sdk/index.html#Other[^]
 
Share this answer
 
Comments
Member 11096987 10-Jun-15 14:43pm    
And how do I learn android SDK??
Afzaal Ahmad Zeeshan 10-Jun-15 14:46pm    
You should go to Developer documentations of Android and learn it from there. You should also see my solution below, Solution 2.
Ben J. Boyle 10-Jun-15 14:50pm    
See the huge number of articles here on CodeProject. Here's the run of content from the Android Tutorial Contest http://www.codeproject.com/KB/android/#Android+Tutorial+Contest

What you'll need to watch is that Android Studio has only relatively recently become the "Standard" as suggested by Google so a lot of the older content will be based on Eclipse. The concepts and code transfer between the two, but the IDE's are different so you'll need to do a little translation or be selective in the articles you use.

Google's own dev tutorials are pretty good to get you started too - https://developer.android.com/develop/index.html

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900