英文:
Android studio: sign apk for android without source code
问题
我有一个apk(用于调试),我想要对其进行签名并修改标识符。
我尝试在Android Studio中打开它,但我找不到build.gradle或其他文件。
我没有源代码。
你能帮助我吗?
谢谢。
英文:
I have an apk (for debug) and I want to sign it and modify identifier.
I tried to open it in android studio, but I cannot find build.gradle or another files.
I don't have the source code
Can you please help me?
Thank you.
答案1
得分: 2
APK 文件是一个二进制文件。它不包含任何源代码或 Android Studio 项目。
您无法使用另一个密钥签署调试 APK。
https://developer.android.com/studio/publish/app-signing
英文:
The APK file is a binary file. It does not contain any source code or Android Studio project.
You can't sign a debug apk with another key.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论