Installation of certificate in Android Studio: הבדלים בין גרסאות בדף

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
(תיקון)
שורה 1: שורה 1:
<div lang="en" dir="ltr" class="mw-content-ltr">
+
{{עמוד בעברית|התקנת תעודה ב Android Studio}}
<div lang="he" dir="rtl">
+
<div lang="en" dir="ltr">  
לעברית [[התקנת תעודה ב Android Studio|לחצו כאן]]
 
</div>
 
  
 
{{קישור אנגלית לתצוגת קריאה}}
 
{{קישור אנגלית לתצוגת קריאה}}
  
<div lang="en" dir="ltr">
+
{{Navigation|Security certificate}}
<small>
 
''[[NetFriends|Home page]]'' > ''[[Security certificate]]'' > ''Installation of certificate in Android Studio''
 
</small>
 
  
 
Download the certificate of your Provider of NetFree from here. http://netfree.link/netfree-ca.crt
 
Download the certificate of your Provider of NetFree from here. http://netfree.link/netfree-ca.crt

גרסה מ־19:55, 7 בינואר 2019

לעברית לחצו כאן

To switch from edit view to read view

To search in the Wiki


Home page > Security certificate > Installation of certificate in Android Studio ‎‎


Download the certificate of your Provider of NetFree from here. http://netfree.link/netfree-ca.crt

Open the Settings window in Android Studio: File > Settings > Tools > Server Certificates,

Click on the green plus and add the certificate from the downloaded file.

android-studio


If this does not work, try the next step: Open the command prompt in Admin mode, and paste the following command (before doing so change the certificate location if it is not in drive C):

"C:\Program Files\Android\Android Studio\jre\jre\bin\keytool" -noprompt -trustcacerts -keystore "C:\Program Files\Android\Android Studio\jre\jre\lib\security\cacerts" -importcert -alias nf -file "C:\netfree-ca.crt" -storepass changeit