Skip to content

Commit b696c37

Browse files
author
Roberto De Ioris
authored
Create Android.md
1 parent 7f47ade commit b696c37

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/Android.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Deploying on Android devices
2+
3+
Starting from release 20180723 you can deploy the UnrealEnginePython plugin on android devices (both for launching and for packaging).
4+
5+
The python distribution is the one from the "Crystax NDK" project (https://www.crystax.net/android/ndk), but you do not need to download it as this repository
6+
already contains the required shared libraries and headers as well as the the python standard lib compressed in a zip file:
7+
8+
https://github.com/20tab/UnrealEnginePython/tree/master/android/armeabi-v7a
9+
10+
https://github.com/20tab/UnrealEnginePython/tree/master/android/python35
11+
12+
Albeit the repository contains the files for python2.7, currently the only supported release is the 3.5.
13+
14+
Obviously you need UnrealEnginePython source distribution to rebuild the plugin for Android.

0 commit comments

Comments
 (0)