Closed colbymelvin closed 1 year ago
No ticket, in further debugging of the production build via Android Studio / LogCat, we noticed the following:
Note that I highlighted what I thought was the most important error, but that other errors were being thrown from the com.tencent.mm package.
com.tencent.mm
I remembered seeing something on the WeChat Android development guide related to that package: https://developers.weixin.qq.com/doc/oplatform/en/Mobile_App/Access_Guide/Android.html
Notably the addition of the com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+ API dependency to the gradle file. Also something about Maven vs. jCentral but maybe less important (I included it here anyway)?
com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+
No ticket, in further debugging of the production build via Android Studio / LogCat, we noticed the following:
Note that I highlighted what I thought was the most important error, but that other errors were being thrown from the
com.tencent.mm
package.I remembered seeing something on the WeChat Android development guide related to that package: https://developers.weixin.qq.com/doc/oplatform/en/Mobile_App/Access_Guide/Android.html
Notably the addition of the
com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+
API dependency to the gradle file. Also something about Maven vs. jCentral but maybe less important (I included it here anyway)?