1. Integration

[NOTE]

We have currently deprecated maven { url 'https://maven-other.tuya.com/repository/maven-public/' } using jcenter()

Please remove the SNAPSHOT suffix for components using the release version.

1.1. BizBundle Profiles

1.1.1. assets profile

module_app.json as a serviced profiles,Copy module_app.json to the assets folder under the app directory.[required]

x_platform_config.json for Mall and Device Control Bizbundle serviced profiles,Copy x_platform_config.json to the assets folder under the app directory。[optional]

1.1.2. res profile

res/values multilingual resource files [optional]

1.1.3. dependent source configuration

root build.gradle

allprojects {
    repositories {
            jcenter()
    }
}

app build.gradle

android {
    defaultConfig {
        ndk {
            abiFilters "armeabi-v7a", "arm64-v8a"
    }
}

results matching ""

    No results matching ""