Getting Started
Follow the steps below to get started generating and using APK files of your 3D scenes.Platform Support
We recommend Android 10.0+
Language and Libraries Support
The Spline Android Runtime can be used with Kotlin and Java.Android Studio Simulator
The performance on the Android Studio simulator is not representative of the performance of the 3D scene on the final app running on physical devices. Depending on your development hardware, the Android simulator sometimes uses only the CPU (lower) or GPU (faster) for rendering graphics. However, the 3D scenes on your device will always use the GPU.1. Generate an Android Package (APK) from Spline
- From the top toolbar, press the
Exportbutton to open the export panel; - Under Android Platform, select the
APKoption; - Fill in all the required settings to build your APK file. Refer below for more information;
- Press the Generate button.
1.1 Settings Overview
Refer to the below for more information on all the different settings related to APK Generation.2. Install and launch the app on Android devices
You can bring your APK file into your physical Android device, install and run it by following these steps:- Before you can install an APK file, you need to enable the option to install apps from unknown sources (this allows installation of apps from outside the Google Play Store);
- Bring the APK file to your Android device;
- Install the APK file by opening it;
- Once installed you can launch the app.

