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

[[ Bug 16476 ]] Add Android platform in the Release Notes #3334

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.