Android development on MacBook
I have a MacBook and want to start my Android development on it. But I am afraid开发者_运维问答 about its possibility. Is Android development possible on Mac OS?
As of now I know that it is possible to run different operating system on different one via virtual tools like VMWare. Can it do the same?It's posible to develop directly on the Mac OS. You have a SDK version for that and Eclipse works too. See here for a complete set up example.
yes it is possible.
Please check below link
http://developer.android.com/sdk/index.html
Yes its possible.
Android development primarily takes place with Java and in Eclipse (which itself runs on Java) and therefore is cross platform.
Download the SDK for Mac
Following the installation instructions
If you still get any problem then just go to google group and you will get the right answer..
Yes, it is very much possible. Please refer to the link below: https://developer.android.com/studio/index.html download the android studio version for mac and get started. Happy Coding.
精彩评论