XayahSuSuSu/Android-DataBackup

[Bug] 根据ABI编译失效了

Closed this issue · 5 comments

[Bug] 根据ABI编译失效了

APK? BIN?

APK? BIN?

apk

报什么错?
删掉

signingConfigs {
create("release") {
storeFile = file(System.getenv("STORE_FILE") ?: "placeholder")
storePassword = System.getenv("STORE_PASSWORD") ?: ""
keyAlias = System.getenv("KEY_ALIAS") ?: ""
keyPassword = System.getenv("KEY_PASSWORD") ?: ""
}
}

试试

报什么错? 删掉

signingConfigs {
create("release") {
storeFile = file(System.getenv("STORE_FILE") ?: "placeholder")
storePassword = System.getenv("STORE_PASSWORD") ?: ""
keyAlias = System.getenv("KEY_ALIAS") ?: ""
keyPassword = System.getenv("KEY_PASSWORD") ?: ""
}
}

试试

image
这里的库不能拆分吗?