【发布时间】:2019-02-02 01:41:17
【问题描述】:
我使用maven导入库
implementation 'com.arxanfintech:wallet-sdk-java:2.0.1c'
什么时候完成
Compilation failed; see the compiler error output for details.
【问题讨论】:
-
您在 MainActivity 中有错误
我使用maven导入库
implementation 'com.arxanfintech:wallet-sdk-java:2.0.1c'
什么时候完成
Compilation failed; see the compiler error output for details.
【问题讨论】:
我解决了,你应该在依赖项中添加implementation 'com.android.support:multidex:1.0.3'
【讨论】: