android - How can I find API Key and where do I use it? -
I have two questions:
-
I have to find apiKey and I think The MD5 code, but when I copy MD5 to the sign up key in Google, it writes that this is wrong but I copy the MD5 of CMD. I get Apki first, but Google now writes it wrong !! Is it possible that I got the first APKI for this problem? But I do not get an APK to debug any final version.
-
How can I get the final version when I get an API? Should I Select Export? Where do I use APK? Do I use it in my program's layout folder in the map's epic?
Steps to create an API for release:
1 Building Keystore - from Eclipse & gt; Right-click on the project, and then click on Android Tools & gt; Export signed application package. 2. Open the CMD and Zero bin folder. You should be in some CD (depending on the location where you have installed JR):c: \ Program Files (x86) \ Java \ jre7 \ bin & gt;
Now type the following CMD
keytool -v -list -alias & lt; Your nickname & gt; -Kistore & lt; Path for keystore & gt;
Where & lt; Your nickname & gt; will be replaced with the nickname which is used when making the caststore.
& lt; The main place for the path & gt; is the place where you saved the keystore.e.g. : Keytool -v -list -alias alias_name -keystore e: \ name.keystore
This works for me every time this works.
Hope this will be helpful.
Comments
Post a Comment