【发布时间】:2021-10-25 23:05:44
【问题描述】:
我将要使用外部库但它们不起作用,当我查看它们时发现了这个
// This class file was compiled with different version of Kotlin compiler and can't be decompiled.
//
// Current compiler ABI version is 1.1.16
// File ABI version is 1.5.1
所以我想知道如何更新我的编译器 Abi 版本 而且,我应该担心,其他一些外部库是否会与此冲突?是否可以管理不同的编译器ABI版本?
【问题讨论】:
标签: android-studio abi