"An error occurred during provisioning cannot connect to keystore JKS " and "No repository found at https://dl-ssl.google.com/android/eclipse" are the most common error people face while installing ADT ANDROID PLUGIN for eclipse on LINUX systems this error may be due to various reasons but very hard to identify but most common reasons are 1) wrong version of java run time or 2) for not installing java ca-certificates or 3) eclipse may be pointing to GCJ-java instead of sun-java
-->First of all download the latest JVM from sun microsystem and mostly there may be many dependency packages to install after installing everything and JVM now install certificate
--> To install java certificate visit this site and download certificate(Key store jks) and install the package
sudo dpkg -i ca-certificates-java_20090629_all.deb
(file name may differ)-->Now check whether your linux and eclipse is pointed to right version of JVM now use below commands from terminal to check and point it to right installed version
sudo update-alternatives --config java
sudo update-alternatives --config javac
sudo update-alternatives --config jar
see the below pic if you dont know how to use above commands click on the image to enlarge
join mailing list ceveni.com
Now after installing certificates and right version of JVM and pointing it correctly restart your eclipse and try to install the plugin from software updates window i bet it should install correctly else just leave a mail so that i can check your scenario and after 3 days of struggle i was finally successful in cracking it out.
Now after installing certificates and right version of JVM and pointing it correctly restart your eclipse and try to install the plugin from software updates window i bet it should install correctly else just leave a mail so that i can check your scenario and after 3 days of struggle i was finally successful in cracking it out.
1 comments:
Thank you!
Its helps so much!
Post a Comment