微信登录
准备工作
注册 WechatComponent
WechatComponentpublic class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
WechatComponent.initWechatComponent("{appId}", this);
...
}
}配置 AndroidManifest.xml
AndroidManifest.xml微信登录流程
Last updated
Was this helpful?