Requirements
The SDK has the following basic requirements:
- An Android project targetting Android 7.0 (API level 24) or higher.
- The device must have a CPU with an
arm64architecture and minium of 4 cores (8 cores recommended). - Your application must be able to access native frameworks, i.e. not be a pure web wrapper. Integration with third-party frameworks, such as React Native, Flutter etc., is possible in general. Please contact T3k for assistence if needed. We actively support Kotlin and Java applications.
The following tool versions are required:
| tool | version |
|---|---|
| Gradle | 5.x |
| Java | 8 (1.8) |
| Android SDK | version > 28 (compileSdkVersion), > 28.0.3 (buildToolsVersion) |
| Android Studio | > 3.0.1 |