Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I develop Android applications on MacOS? [closed]

Tags:

android

macos

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

like image 289
HelloWorld Avatar asked Apr 20 '10 02:04

HelloWorld


People also ask

Which is better for Android Studio Mac or Windows?

So in the case of easily being able to download and view the source, either Linux or Mac would be a better option than Windows.

Can you do Android development on a Mac M1?

Yes it is. To develop android apps the most used platform is the android studio in which you code in Java and xml. Fortunately, it is available both for the windows PC and the Mac.

Is Mac good for Android studio?

Android Studio works smoothly on MacBook but 8 gb RAM is required for smooth behaviour. Its an expensive way to do dev for Android based on its hardware cost alone, but it works just fine for the task thanks to Java.


2 Answers

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 yield a result.

like image 179
Jake Wharton Avatar answered Dec 03 '22 17:12

Jake Wharton


Looking for an answer drawing from credible and/or official sources.

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

  1. Download SDK at https://developer.android.com/sdk/index.html. Direct URL for Mac OS X
  2. Install and prepare Ecipse. Direct URL for Eclipse Classic 3.7.1 for Mac OS X(Cocoa 64)
  3. Download and configure ADT Plugin
  4. If you have just installed the SDK for the first time, go to the Hello World tutorial.
like image 45
beryllium Avatar answered Dec 03 '22 17:12

beryllium