Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 根据ABI编译失效了 #247

Closed
Doddddd opened this issue Jul 1, 2024 · 5 comments · Fixed by #248
Closed

[Bug] 根据ABI编译失效了 #247

Doddddd opened this issue Jul 1, 2024 · 5 comments · Fixed by #248
Labels
bug Something isn't working

Comments

@Doddddd
Copy link

Doddddd commented Jul 1, 2024

No description provided.

@Doddddd Doddddd added the bug Something isn't working label Jul 1, 2024
@XayahSuSuSu
Copy link
Owner

APK? BIN?

@Doddddd
Copy link
Author

Doddddd commented Jul 1, 2024

APK? BIN?

apk

@XayahSuSuSu
Copy link
Owner

报什么错?
删掉

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") ?: ""
}
}

试试

@Doddddd
Copy link
Author

Doddddd commented Jul 1, 2024

报什么错? 删掉

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
这里的库不能拆分吗?

@XayahSuSuSu
Copy link
Owner

frknkrc44 added a commit to frknkrc44/Android-DataBackup that referenced this issue Jul 2, 2024
XayahSuSuSu added a commit that referenced this issue Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants