tags:

views:

185

answers:

5

I want to develop applications on Android. Can the SDK be installed on Mac?

+4  A: 

Yes you can develop on Mac, you have to install the SDK

OscarRyz
+11  A: 

Yes. Android development primarily takes place with Java and in Eclipse (which itself runs on Java) and therefore is cross platform.

  1. Download the SDK for Mac
  2. Following the installation instructions

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.

Jake Wharton
Consider using NetBeans instead of Eclipse for Android development on Macintosh: http://blog.screencustoms.com/post/1229245596/a-great-relief-in-developing-android-apps.
Aleks N.
+3  A: 

The SDK for the Mac is available at http://developer.android.com/sdk/index.html.

John Percival Hackworth
+2  A: 

You might also check out http://www.appcelerator.com/ - They have a cross platform environment that lets you develop Air, Android, iPhone and iPad.

txmail
@txmail: cross platform development tools are now explicitly forbidden by Apple. In other word: if they catch you writing an app for the iPhone by using anything that is written in Objective-C (and appcelerator is using Java-to-Objective-C conversion) they can revoke your app and your developer rights. Not my call. It sucks. But appcelerator is precisely the kind of developer app Apple doesn't want to hear about. You **must** write your app in Objective-C and you **cannot** use cross-platform tools.
Webinator
Wow what a crock of ....; glad I have not gotten to the iPhone development part of the app I am working on yet. Thanks for the heads up.
txmail
+1  A: 

Yes, the installation is even easier on a Mac (partly, because the Mac already comes with the right jdk, so that avoids the entire confusion between the jdk and the jre that windows users keep on having, and that also avoids the linux problem of replacing the openjdk with the sunjdk).

Stephan Branczyk