Android Studio - debug keystore

前端 未结 7 1960
一整个雨季
一整个雨季 2020-12-02 06:11

Does Android Studio sign debug builds? If so, where is the keystore it uses to do it?

7条回答
  •  猫巷女王i
    2020-12-02 06:59

    Here's how i finally created the ~/.android/debug.keystore file.

    First some background. I got a new travel laptop. Installed Android Studio. Cloned my android project from git hub. The project would not run. Finally figured out that the debug.keystore was not created ... and i could not figure out how to get Android Studio to create it.

    Finally, i created a new blank project ... and that created the debug.keystore!

    Hope this helps other who have this problem.

提交回复
热议问题