GoodforGod / java-etherscan-api

🔗 Polished Java library for EtherScan.io API
https://etherscan.io
MIT License
58 stars 47 forks source link

java.lang.NoClassDefFoundError: io.api.etherscan.core.impl.-$$Lambda$iEvcpcgnR1ypeCAVmArBSjQRuNk #3

Closed lyw2019AAA closed 4 years ago

lyw2019AAA commented 4 years ago

Android error 荣耀phone new EtherScanApi(EthNetwork.MAINNET);

lyw2019AAA commented 4 years ago

解决了 class requires API level 24 修改minSdkVersion24

lyw2019AAA commented 4 years ago

能否兼容Android低版本,我准备把源码拉下来自己改一下看能否兼容