diff --git a/docs/notes/bugfix-16476.md b/docs/notes/bugfix-16476.md new file mode 100644 index 00000000000..2f7e3f1e1fa --- /dev/null +++ b/docs/notes/bugfix-16476.md @@ -0,0 +1 @@ +# Plaforms sections doesn't mention Android or HTML 5 diff --git a/docs/notes/platforms.md b/docs/notes/platforms.md index 3497914f88b..d875cc4c48e 100755 --- a/docs/notes/platforms.md +++ b/docs/notes/platforms.md @@ -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.