Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Auto-merge pull request #3334 from livecodesebastien/bugfix-16476
Browse files Browse the repository at this point in the history
[[ Bug 16476 ]] Add Android platform in the Release Notes
  • Loading branch information
livecode-vulcan committed Nov 25, 2015
2 parents fa5c1fc + fc9c92c commit 1888a81
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/notes/bugfix-16476.md
@@ -0,0 +1 @@
# Plaforms sections doesn't mention Android or HTML 5
16 changes: 16 additions & 0 deletions docs/notes/platforms.md
Expand Up @@ -73,3 +73,19 @@ We currently support the following iOS Simulators:
*8.2
*8.4
*9.1

## Android
LiveCode allows you to save your stack as an Android application, and also to deploy it on an Android device or simulator from the IDE.
Android deployment is possible from Windows, Linux and Mac OSX.

To enable the deployment to an Android device, you need to download the [Android SDK](https://developer.android.com/sdk/index.html#Other) and to install the following component, using the *Android SDK Manager*:

*Android SDK Platform for Android 4.0.3 (API 15)
*Android SDK Platform Tools
*Android SDK Build Tools

You also need to have Java *JDK 1.6* installed on your machine (or *openjdk-6* on Linux).

Once you have set the path of your Android SDK in the *LiveCode Preferences > Mobile Support*, you can deploy your stack to Android devices running Android >= 2.3.3.

Android Watch is not officially supported at the moment.

0 comments on commit 1888a81

Please sign in to comment.