Reputation: 119
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.
Upvotes: 1
Views: 557
Reputation: 4007
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.
https://developer.android.com/studio/publish/app-signing
Upvotes: 2