WalletConnect / WalletConnectKotlinV2

WalletConnect Kotlin SDK v2
Apache License 2.0
185 stars 67 forks source link

android bundler apk failed #1384

Open querli opened 3 weeks ago

querli commented 3 weeks ago

Compile and run without problems, packaging error,Log as follows:

FAILURE: Build completed with 10 failures.

1: Task failed with an exception.

querli commented 3 weeks ago

@jakubuid Adding dtest packaging in buildType will cause errors, removing web3Model will not. How to solve this problem?

jakubuid commented 2 weeks ago

@querli can you elaborate how to repro this issue?

querli commented 2 weeks ago

After many times of debugging, it is determined that it is caused by custom buildTypes, because the dtest name in the packaging of custom buildTypes will appear above problems, and there is no problem in packaging debug and release packages。 At present, buildType has been restored, only debug and release are retained, and productFlavors channel types are added。

image