Peer not authenticated while importing Gradle project in eclipse

NOTE: Please ensure the server is trustworthy before you follow these steps. If you get any other error like this: Could not GET ‘https://some_server.com/some/path/some.pom’. > peer not authenticated Then you need to import a certificate : open the ‘https://some_server.com/some/path/some.pom‘ in your favorite browser export the cert using the Steps to export cert from a web … Read more

Is there any way to integrate Eclipse with Gradle in Android project?

In order to be able to build an Android gradle project with Eclipse I followed these instructions: Install these Eclipse plugins: Gradle IDE (3.4.0) Android Development Tools (22.3.0) If you have an old-style android project layout, change your build.gradle to configure source directories as explained in the Android Gradle User Guide. If you have a … Read more