Development Kit (SDK)

Library and documents needed for WeChat sharing, login, collection, payment and other functions

Library and documents needed for WeChat sharing, login, collection, payment and other functions

Android Studio environment: converted to gradle form, published to Maven Central, ask developers to use gradle to compile and update the WeChat SDK.

Android Studio environment: converted to gradle form, published to Maven Central, ask developers to use gradle to compile and update the WeChat SDK.

In the build.gradle file, simply add the following dependencies

In the build.gradle file, simply add the following dependencies

dependencies {
    api 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
}

(where the former contains statistical functions)

Use WeChat voice recognition interface, voice synthesis interface. Click here to download Voice SDK + Demo + Development Document

Use WeChat voice recognition interface, voice synthesis interface. Click here to download Voice SDK + Demo + Development Document

Use WeChat image recognition interface. Click here to download Image SDK + Demo + Development Document

Use WeChat card coupon function interface. Click here to download Card voucher SDK + development document

Sample code

Contains a complete example project. For this example, see the Android Platform Guide: Hello Weixin @ Android.Click here to download

Signature Generation Tool

The APK package used to obtain the signature of a third-party application installed to the phone. Click here to download Signature Generation Tool