Eclipse Export Android Apk Hanging
I have a problem that when exporting an APK with Eclipse it just hangs and doesn't complete. When I shut down Windows I see an error message saying 'Enter keystore password:' but w
Solution 1:
I discovered that the problem was that the keystore password I was entering contained these characters: $ £ % ! "
I'm not sure which character caused the problem, but after choosing a password that didn't contain any of these characters, the problem stopped occurring.
Post a Comment for "Eclipse Export Android Apk Hanging"