Ok so I have a few apps on the Android market that are very similar, just targeting different languages. When I made the apps, I just went through and created the key stores based on the langage they were for, and didn't pay a whole lot of attention as to where开发者_Python百科 I was putting them.
Now I'm going through trying to update the apps, and there are a couple apps whose keystore didn't automatically populate as found by Eclipse.
This isn't a matter of me losing my computer, or losing my hard drive, I just don't know where to look for the files I need. What is the key's filename extension? Is there a certain place it would be stored by default? I have several time machine backups I can go to, where should I look?
Thanks!
In all probability, the .keystore files (the key) might have been moved which is why Eclipse isn't able to populate them by default. Try doing a search for *.keystore.
If not, just create a new one. Let us know how it goes.
加载中,请稍侯......
精彩评论