views:

1002

answers:

2

I have searched and searched and searched. I cannot seem to download the Google APIs using the Android SDK and AVD manager. It's driving me nuts! I get the subject title message as an error:
SHA-1 MessageDigest not available

My PATH var JAVA_HOME=C:\Program Files\Java\jre6\bin Any thoughts? Thanks!

+1  A: 

SHA-1 is built into the JDK. Have you tried the code located here and if so, what error did you get?

Jherico
Thanks...are you asking me if I compiled the code you pointed me to or am I suposed to take that class file and add it somewhere in eclipse? (It compiles just fine). When trying to see if I can update Android, I get the following now:Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: Default SSL context init failed: IBMKeyManager: Problem accessing key store java.security.KeyStoreException: jks not found
Angelor
+2  A: 

DOH!!! I found either a work around or the right way to do this in a Windows XP environment.
A little RTFM wouldve done the trick for me - apologies to all who wasted time on this:

If I only followed this to the letter: "If you are developing in Eclipse with ADT, you can select Window >Android SDK and AVD Manager."

It's working now.

Angelor
Thanks, It helped me too :)
GG