You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use Cloud Storage operations and StackDriver Logging in a web application running on Apache Tomcat, we are trying to use the Google Cloud client library from Java.
I am trying to install "Google Cloud Platform Libraries" according to the procedure described in the official reference below, but the attached image is an exception.
Could not resolve libraries
Could not resolve container path: com.google.cloud.tools.eclipse.appengine.libraries/master-container
Could not resolve artifact androidx.annotation:annotation:jar:1.1.0
Missing androidx.annotation:annotation:jar:1.1.0
I tried the following operations and found that the same error occurred.
(1) Install "Google Cloud Tools" on the Marketplace with Eclipse
↓
(2) Specify "GOOGLE_APPLICATION_CREDENTIALS" in the Windows environment variable, and set the absolute path of a valid JSON file in the value. Perform OS restart.
↓
(3)
After that, a new project of App Engine flexible environment was created.
↓
(4) Quit the wizard without selecting anything in the "Google Cloud Platform Libraries" setting in the new creation wizard, and confirm that the project was played without error.
↓
(5) Right-click the project and select "Build Path"> "Add Library"
↓
(6) Select "Google Cloud Platform Libraries"
↓
(7) Select "Google Cloud Storage" and "Google Stack Driver Logging" and click the OK button.
The environmental information is as follows.
・ Windows10 64bit
・ Google Cloud Tools for Eclipse 1.8.3
・ Eclipse 2018-09
* A similar error occurred when I tried it on 2019-12.
The same error has occurred in normal Eclipse and Pleiades.
The text was updated successfully, but these errors were encountered:
In order to use Cloud Storage operations and StackDriver Logging in a web application running on Apache Tomcat, we are trying to use the Google Cloud client library from Java.
I am trying to install "Google Cloud Platform Libraries" according to the procedure described in the official reference below, but the attached image is an exception.
https://cloud.google.com/eclipse/docs/quickstart?hl=ja
https://cloud.google.com/eclipse/docs/libraries?hl=ja
I tried the following operations and found that the same error occurred.
(1) Install "Google Cloud Tools" on the Marketplace with Eclipse
↓
(2) Specify "GOOGLE_APPLICATION_CREDENTIALS" in the Windows environment variable, and set the absolute path of a valid JSON file in the value. Perform OS restart.
↓
(3)
After that, a new project of App Engine flexible environment was created.
↓
(4) Quit the wizard without selecting anything in the "Google Cloud Platform Libraries" setting in the new creation wizard, and confirm that the project was played without error.
↓
(5) Right-click the project and select "Build Path"> "Add Library"
↓
(6) Select "Google Cloud Platform Libraries"
↓
(7) Select "Google Cloud Storage" and "Google Stack Driver Logging" and click the OK button.
The environmental information is as follows.
・ Windows10 64bit
・ Google Cloud Tools for Eclipse 1.8.3
・ Eclipse 2018-09
* A similar error occurred when I tried it on 2019-12.
The same error has occurred in normal Eclipse and Pleiades.
The text was updated successfully, but these errors were encountered: