Uncategorized

How to program android on mac

By using our site, you acknowledge that you have read and understand our Cookie Policy , Privacy Policy , and our Terms of Service. 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, visit the help center.

If this question can be reworded to fit the rules in the help center , please edit the question. Android development primarily takes place with Java and in Eclipse which itself runs on Java and therefore is cross platform.

Greggory DeVore

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. You can find all desired info at this site. There are steps from developer. Yes you can develop on Mac, you have to install the SDK. The SDK for the Mac is available at http: You might also check out http: 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 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!

I want to develop applications on Android. Can the SDK be installed on Mac? Sanjit 3 4. HelloWorld HelloWorld 3, 6 31 I encourage you all to give positive advice. How is this question ambiguous? It's literally a yes or no question. Possible duplicate of the more pythonic stackoverflow.

Download the SDK for Mac Following the installation instructions This all-in-one post might be easier to follow for you. The emulator is not registered with LiveCode. Point 2 can be addressed by closing the emulator and LiveCode down. Then start the emulator and wait until it is up and running. Next start LiveCode. The emulator should now be accessible.

LiveCode Lessons

This is of no use to a mac user if you want to run an emulator. Or even just setting up a real device. Can you do a tutorial that shows the real mac way that things work? You need specify the path where the sdk-manager's. So just check it's location from the sdk-manager-icon from your desktop. It's in C: The "AppData" folder is hidden.

So just copy paste the address to LiveCode directly from the address bar.

Can I develop Android applications on MacOS? - Stack Overflow

Has something changed with the newest downloadable version of Android? I am encountering a similar problem to the first question here and I've tried doing the solution outlined in the second response.


  • creation site web sur mac;
  • installer mac os sur pc intel.
  • How to Develop for iOS, Android, Windows and Mac at the Same Time.

It keeps telling me an error of not being able to identify the 2. Please help as I am gradually loosing interest in learning. Setting andoid application development setting is kinda tricky and iOS is far trickerier than this.


  • crime scene sketch software mac;
  • free wifi point dexclamation mac.
  • The list of best Android file transfer software for Mac OS X.
  • Android File Transfer.
  • mac format hdd read on pc.

Maybe try to install it again. The packages should look something like this:. Android 2. Worked like a charm when I tried it on my macbook! For some unknown reason it did not complete the installation on my 7 year old iMac! I followed your instructions. When I tried to run in the emulator I received this message: Unable to build app for testing: If a certificate does not exist, then Android automatically creates a new one for you.

So all you have to do is delete the one that has expired. You have to delete the "debug. This is located in your android development environment. Possibly located somewhere like: This issue has been addressed with LiveCode 6. Every time I try to create a virtual simulator, the program hangs and becomes unresponsive. Is there a work around? There could be a number of reasons for this hanging. I would recommend having a look at Google's information on managing AVDs. This may give you more insight into what is required to set up an AVD: I've done all the stages and they've worked how it says, but the test button is still ghosted.

What have I done wrong? If everything worked, then you should be able to select the target you would like to deploy to. The target name should be in black characters. If the target name is grayed out then you have not set up the standalone options to deploy to Android. If the target does not exist, then you have not started you Android simulator or a devices is not detected.

This lesson is working like a charm: Indeed I got that black-screen on 2. The only issue still, is that my emulator crashes my apps, when I click on the emulator's orientation-button. But standard apps of the emulator itself crash as well. When I start with app-settings in Landscape mode, it does turn my app.

Not perfect, but I can test most things: It is a bit disconcerting that you are finding that the android application is crashing. From your description it sounds like this may be an issue with the emulator, as other apps are crashing too. If you feel that the issue is related to LiveCode, then please feel free to launch a bug report a quality. This would allow us to investigate LiveCode problems further. Now Feb and looks like Google has pooched this. I'm running on Mavericks, using LiveCode 8. Perhaps it is my setup, but I can't seem to get this linked in at all. This section will help you get started with LiveCode, from installation to creating your first working application.

View in admin portal Edit content on web Edit in desktop. LiveCode Lessons. Search term. Introduction Android is another mobile device family supported by LiveCode. The screen captures are up to date at the time of writing this lesson. Software Requirements You will need an Apple Mac that has the following software installed: This can be accessed by selecting the download "JDK" option on this page Navigate to the download link that is specific to your operating system and select the download link.

Downloading the Android SDK. Executing the Android SDK. You can install the Android SDK into your development environment by executing the following steps: Double click on the file to extract it.

How to Install Android on Mac Using VirtualBox

Move the extracted package into a location that is to store the Android SDK. The main dialog, shown in the figure of this step, is the Android SDK manager. Accept Licence Agreement for each package. You will now need to accept the licence agreements for each package 1 Select the package from this left hand window 2 Select the "Accept Licence" checkbox 3 Select the "Install" button. Configuring a Virtual Device. You can set up a virtual device as follows: Choose the Name for your virtual device.

Fill in the SD Card Size. Optionally enable Snapshot. This speeds up the launch of the emulator. Select Create AVD.

Run Android Apps on Mac

Starting the Virtual Device Simulator. Configuring a Physical Device In addition to setting up virtual devices, it is possible to set up physical devices. Configuring LiveCode for Android Support. The following error message may be raised if something is wrong with your set up: The Standalone Application Settings Running Under Android Zoom: Running Under Android.

To resolve this issue you can do one of the following- -remove the existing application from the device you are deploying to -change the app identifier in the standalone applications settings. Further Reading Depending on how experienced you are with LiveCode, you may want to review more of the numerous lessons and tutorials we have on developing for Android, iOS and broader lessons that explore the general concepts behind LiveCode. How do I become an Android developer on Linux? Warm Regards Michael. Any suggestions would be helpful. Hi Greg, To test with a physical device, you need to make sure your device is connected and you have selected it as the test target.

For more information, see the step Running Under Android. Thanks Michael, your tweak worked a treat! What did I miss? Hi Bill, there are usually two reasons for this: Hope this helps. Kind Regards, Hanson.