What is the default path of debug.keystore on Mac?

后端 未结 4 1979
遥遥无期
遥遥无期 2021-01-30 21:06

I am a new Mac user. I searched everywhere for debug.keystore file, but no luck. Is it possible that eclipse can\'t create the file?

相关标签:
4条回答
  • 2021-01-30 21:15

    Open Terminal found in Finder > Applications > Utilities In Terminal, paste the following: defaults write com.apple.finder AppleShowAllFiles YES Press return Hold ‘alt’ on your keyboard, then right click on the Finder icon in the dock and click Relaunch.

    0 讨论(0)
  • 2021-01-30 21:18

    Using the Command+shift+G I found the files in .android directory, but for mac I found no "debug.keystore" file rather I found "debug.keyset".

    Being not so sure, but I deleted this one and clean and build my app, now its working for me.

    0 讨论(0)
  • 2021-01-30 21:30

    The default location is /Users/<username>/.android/debug.keystore.

    Go into Finder, navigate to your home directory, then press Command+Shift+G and in the pop-up type .android - you'll see all files there.

    0 讨论(0)
  • 2021-01-30 21:34

    should be here:

    ~/.android/debug.keystore
    
    0 讨论(0)
提交回复
热议问题