There is no debug.keystore in .android folder

后端 未结 10 1734
滥情空心
滥情空心 2020-11-30 19:47

Someone I\'m helping with an application needs to locate her debug.keystore - mine is in my .android folder, but when I navigate there on her computer it is not there.

相关标签:
10条回答
  • 2020-11-30 20:37

    The debug.keystore is created automatically on first build that uses it.

    0 讨论(0)
  • 2020-11-30 20:39

    debug.keystore automatically generate after the run of the app debugging

    0 讨论(0)
  • 2020-11-30 20:40

    To get the key you should first run the app on a device(real device or emulator). While debugging the file is automatically created.

    0 讨论(0)
  • 2020-11-30 20:41

    I don't know how it work magically! I deleted my debug.keystore, build my project again and look for debug.keystore in default location ~/.android/debug.keystore, din't find debug.keystore.

    Again build project and look for debug.keystore, no luck!

    Then I open eclipse go to Windows -> Preferences,Select Android -> Build See Default debug keystore: "Path".

    Now again looked for debug.keystore in default location ~/.android/debug.keystore, found debug.keystore. Tried so many times, it worked.

    0 讨论(0)
提交回复
热议问题