I want to develop applications on Android. Can the SDK be installed on Mac?
|
closed as not a real question by Lucifer, Bill the Lizard♦ Aug 14 '12 at 3:27
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Yes. Android development primarily takes place with Java and in Eclipse (which itself runs on Java) and therefore is cross platform.
This all-in-one post might be easier to follow for you. If you run into problems a simple Google or post in their Google Group will usually yeild a result. |
|||||||
|
|
Yes you can develop on Mac, you have to install the SDK |
||||
|
|
|
The SDK for the Mac is available at http://developer.android.com/sdk/index.html. |
|||
|
|
developer.android.com is official Android site for developers. You can find all desired info at this site. There are steps from developer.android.com to start develop on Mac
|
|||
|
|
|
You might also check out http://www.appcelerator.com/ - They have a cross platform environment that lets you develop Air, Android, iPhone and iPad. |
|||||||||||||
|
|
I document my experience installing the Android platform on Mac OSX at: |
|||
|
|
|
Android development on macs is just as easy as developing on windows (even easier actually because you don't need to download drivers for all of your test devices! Eclipse works great on a Mac but I personally prefer intelliJ, it has less issues with refreshing and cleaning the project.... plus its nice to look at. The only thing it lacks is an interactive GUI for changing xmls, but even there it does a great job of displaying what the app will look like on an actual device! |
|||
|
|