OK, so I used "sudo iosnoop | grep studio" to trace the system calls made by Android Studio. I see several files which it opens and wonder if one of these might be it:
~/Library/Saved Application State/com.google.android.studio.savedState/data.data ~/Library/Saved Application State/com.google.android.studio.savedState/windows.plist ~/Library/Saved Application State/com.google.android.studio.savedState/window_1.data I can dump the plist file with this command: plutil -convert xml1 -o - ~/Library/Saved\ Application\ State/com.google.android.studio.savedState/windows.plist | less But nothing about saved passwords there. Anyone know how to read a .data file created by Android Studio (perhaps an IntelliJ format)? Difficult to search on Google and get anything interesting. The file starts with the characters 'NSCR1000' and those are repeated several times through the file. Chris On Wednesday, 29 January 2014 12:16:44 UTC-8, xrd wrote: > > Android Studio recently updated itself and now builds my APK with > debugging symbols, and Google Play rejects the APK when I upload it. > > I also recently moved, so the paperwork with my saved key store password > is buried somewhere. > > Is there a way to retrieve the saved keystore password and key password > from Android Studio preferences? I have tried grepping through files in > ~/Library/Preferences/ as well as dumping all the plists but don't see > anything matching the password. > > Is there a way to dump the command line output of the gradle command run > via Android Studio as I assume it is provided to gradle, right? > > Any other creative ways to do this? Please save me from digging through > all the junk piled up in my basement, I might die in an avalanche... > > Chris > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

